Module:number list/data/und

From Linguifex
< Module:number list
Revision as of 23:21, 12 March 2021 by Sware (talk | contribs) (Created page with "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.nu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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