Module:TEMPLATENAME
Jump to navigation
Jump to search
| This page controls the interface of EndMyopia Wiki. You should only be editing this page if you know what you're doing |
Documentation for this module may be created at Module:TEMPLATENAME/doc
local p = {}
function p.main(frame)
return frame:getParent():getTitle()
end
return p