Module:Sandbox/Anterdc99

Jump to navigation Jump to search
Documentation[create] [refresh]
This module has no documentation. If you know how to use this module, please create it.
local p = {}

function p.main( f )
	return mw.title.getCurrentTitle().nsText
end

return p