Modul:number list/data/und

Ralat Lua pada baris 80 di package.lua: module 'Module:number list/show' not found.

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