มอดูล:number list/data/und

จาก วิกิพจนานุกรม พจนานุกรมเสรี
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