Content deleted Content added
Jackmcbarn (talk | contribs) clean up metatables/superclasses |
Jackmcbarn (talk | contribs) m lost a newline somehow |
||
Line 12:
local function makeWikilink(page, display)
if display then
return mw.ustring.format('[[%s|%s]]', page, display)
else return mw.ustring.format('[[%s]]', page)
end
|