Модул:number list/data/sh

Документацију овог модула можете да направите на страници Модул:number list/data/sh/док

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] = {
}
export.numbers[14] = {
	cardinal = "fourteen",
	ordinal = "fourteenth",
}

return export