Jump to content

Module:Sandbox

From Wikisource

local p = {}

function p.test(frame)
	return mw.title.getCurrentTitle().nsText
end

return p