এই মডিউলের জন্য মডিউল: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