require('strict')
local p =
function p.getEnglishVariety(frame) local title = mw.title.new(frame:getParent.page) local matches = mw.ustring.match(title:getContent, "", 0) mw.logObject(matches) return matches[0]end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/ProcrastinatingReader/PageUtil".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.