Module:number list/data/und

From Linguifex
Jump to navigation Jump to search


local export = {numbers = {}}

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

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

export.numbers[3] = {
}

return export