Module:CareerList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 54:
local id = args.id or ''
local alias = getAlias(args.alias, site)
local notes = getNotes(args.notes)
local background = getBackground(site)
Line 72:
:css('background-color', background)
:css('padding', '8px')
:wikitext(
:done()
Line 78:
:css('background-color', background)
:css('padding', '8px')
:wikitext(
:done()
return mw.html.create('tr')
:css('background-color', getColor(args.
:node(cell)
:node(idCell)
| |||