Content deleted Content added
No edit summary
No edit summary
Line 4:
function p.makeTableTop()
local headerRow = mw.html.create('tr')
:node(mw.html.create('th'):wikitext('Sitesite'))
:node(mw.html.create('th'):wikitext('IDid'))
:node(mw.html.create('th'):wikitext('Aliasalias'))
:node(mw.html.create('th'):wikitext('Notesnotes'))
:done()