မော်ဂျူး:number list/data/und

ဝစ်ရှင်နရီ မှ

Documentation for this module may be created at မော်ဂျူး:number list/data/und/doc

local export = {}

local numbers = {}
export.numbers = numbers

-- These are used only on the template preview page;
-- you should never use "und" as the language otherwise!
numbers[1] = {
}

numbers[2] = {
	cardinal = "foofoo",
	ordinal = "foofooth",
}

numbers[3] = {
}

return export