Module:CareerList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 53:
local site = args.site or mw.title.getCurrentTitle().text
local id = args.id or ''
local alias = getAlias(args.alias,
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.index)) -- исправление 1
:node(cell)
:node(idCell)
| |||