local p =
function p.test local title = mw.title.getCurrentTitle if title.namespace
"Infobox" then return "yes" else return "ns: " .. title.namespace .. ", title[1,7] = [" .. mw.ustring.sub(title.text, 1, 7) .. "]" endend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/GKFX/2".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.