Module:Sandbox/Ahecht/sandbox

From blackwiki
< Module:Sandbox‎ | Ahecht
Revision as of 21:27, 7 May 2017 by blackwiki>Ahecht (test)
Jump to navigation Jump to search

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