Module:Unicode data/datasets
- Аԥсшәа
- العربية
- Asturianu
- Basa Bali
- বাংলা
- Беларуская
- Bosanski
- Català
- الدارجة
- Galego
- ગુજરાતી
- 한국어
- हिन्दी
- Hrvatski
- Bahasa Indonesia
- ಕನ್ನಡ
- Ikinyarwanda
- Latina
- Madhurâ
- മലയാളം
- مازِرونی
- नेपाली
- 日本語
- Português
- Scots
- සිංහල
- Simple English
- Slovenščina
- کوردی
- Српски / srpski
- တႆး
- ไทย
- ತುಳು
- Türkçe
- Українська
- Tiếng Việt
- 吴语
- 粵語
- 中文
- ᥖᥭᥰ ᥖᥬᥲ ᥑᥨᥒᥰ
Appearance
From Wikipedia, the free encyclopedia
You might want to create a documentation page for this Scribunto module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this module.
localexport={} localunpack=unpackortable.unpack-- Lua 5.2 compatibility functionexport.dataset(dataset_name) localdataset=mw.ext.data.get(dataset_name) ifnotdatasetthenerror("Dataset "..dataset_name.." not found")end localdata=dataset.data localresult={} for_,iteminipairs(data)do localcharcode_hex,filename=unpack(item) result[tonumber(charcode_hex)]=filename end returnresult end returnexport