Content deleted Content added
No edit summary
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, mwargs.title.getCurrentTitle().textsite)
local notes = getNotes(args.notes or '')
local background = getBackground(site)