Module:MonsterBox
Documentation for this module may be created at Module:MonsterBox/doc
local export = {}
local pagename = mw.title.getCurrentTitle().fullText
function export.show(frame)
table = mw.html.create('table'):addClass('rsw-infobox'):addClass('plainlinks')
return tostring(table)
end
return export