local p =
local units =
function p.main(frame) local title = mw.title.getCurrentTitle.text
for unit, pattern in pairs(units) do if string.match(title, pattern) then return unit end end
return -1end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Year category type".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.