Module:CareerList: Difference between revisions

13 bytes removed ,  13 March 2023
no edit summary
No edit summary
No edit summary
if not args.site then
return mw.html.create('tr')
:css('background-color', getColor(args.indexrowIndex))
:node(mw.html.create('td'):attr('colspan', '4'):wikitext('Invalid arguments. Please see documentation for correct usage.'))
:done()
local site = args.site or mw.title.getCurrentTitle().text
local id = args.id or ''
local alias = getAlias(args.alias, args.site)
local notes = getNotes(args.notes or '')
local background = getBackground(site)