Module:CareerList: Difference between revisions
Content deleted Content added
PeaceDeadC (talk | contribs) No edit summary |
PeaceDeadC (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
Line 4:
function p.makeTableTop()
local headerRow = mw.html.create('tr')
:node(mw.html.create('th'):wikitext('
:node(mw.html.create('th'):wikitext('
:node(mw.html.create('th'):wikitext('
:node(mw.html.create('th'):wikitext('
:done()
Line 29:
local function getAlias(alias, title)
end
end
local function getNotes(notes)
end
end
if not args.site then
| |||