Jump to content

Module:NSW GNR

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 99of9 (talk | contribs) at 05:47, 1 April 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- For unit tests, see [[Module:GNR reference/testcases]]
local p = {}


function p.convert(frame)
	digit1 = {"JP","Ma","an","uj","TR","SX","KW","Mn","It"}
    return digit1[tonumber(string.sub(frame.args[1],1,1))]
end
return p