local p =
local data =
function p.i2n(code) if data[mw.ustring.upper(mw.text.trim(code))] then return data[mw.ustring.upper(mw.text.trim(code))] end return codeend
p[''] = function (frame) return p.i2n(frame.args[1]) end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Iso2nationality".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.