Module:CareerList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
Line 44:
end
if not args.site then
return mw.html.create('tr')
:css('background-color', getColor(args.index))
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 or '')
local background = getBackground(site)
| |||