Module:Sandbox/Ahecht/sandbox

From blackwiki
< Module:Sandbox‎ | Ahecht
Revision as of 21:07, 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 = mw.getCurrentFrame():getTitle()
	return mw.ustring.gsub(output, mw.site.namespaces[828].name, mw.site.namespaces[10].name, 1)
end

return p