Module:Sandbox/Ahecht/sandbox
< Module:Sandbox | Ahecht
Jump to navigation
Jump to search
Revision as of 21:27, 7 May 2017 by blackwiki>Ahecht (test)
Documentation for this module may be created at Module:Sandbox/Ahecht/sandbox/doc
local p = {}
function p.main(frame)
output, n = mw.ustring.gsub(frame:getTitle(), mw.site.namespaces[828].name, mw.site.namespaces[10].name)
return output
end
return p