<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mindpowe.red/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox_multi-lingual_name%2Fdata</id>
	<title>Module:Infobox multi-lingual name/data - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mindpowe.red/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AInfobox_multi-lingual_name%2Fdata"/>
	<link rel="alternate" type="text/html" href="https://mindpowe.red/wiki/index.php?title=Module:Infobox_multi-lingual_name/data&amp;action=history"/>
	<updated>2026-04-06T02:13:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://mindpowe.red/wiki/index.php?title=Module:Infobox_multi-lingual_name/data&amp;diff=1798&amp;oldid=prev</id>
		<title>imported&gt;Trappist the monk: sync from sandbox;</title>
		<link rel="alternate" type="text/html" href="https://mindpowe.red/wiki/index.php?title=Module:Infobox_multi-lingual_name/data&amp;diff=1798&amp;oldid=prev"/>
		<updated>2019-10-16T22:56:46Z</updated>

		<summary type="html">&lt;p&gt;sync from sandbox;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--[[--------------------------&amp;lt; L A B E L _ M A P &amp;gt;------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Table to map |showflags= value to the |labeln= parameter value for {{Infobox}}&lt;br /&gt;
&lt;br /&gt;
TODO: convert showflag to a comma delimited list instead of these peculiar codes?&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
 &lt;br /&gt;
local label_map = {&lt;br /&gt;
	['bp'] = '[[Bbánlám pìngyīm|Bbánlám Pìngyīm]]',&lt;br /&gt;
	['bpmf'] = '[[Bopomofo]]',&lt;br /&gt;
	['gan'] = '[[Gan Chinese|Gan]]',&lt;br /&gt;
	['gd'] = '[[Guangdong Romanization]]',&lt;br /&gt;
	['h'] = '[[Guangdong Romanization#Hakka|Hakka]]',&lt;br /&gt;
	['hsn'] = '[[Xiang Chinese|Xiang]]',&lt;br /&gt;
	['j'] = '[[Jyutping]]',&lt;br /&gt;
	['lmz'] = '[[Shanghainese]]&amp;lt;br /&amp;gt;[[Long-short (romanization)|Romanization]]',&lt;br /&gt;
	['p'] = '[[Hanyu Pinyin]]',&lt;br /&gt;
	['phfs'] = '[[Pha̍k-fa-sṳ]]',&lt;br /&gt;
	['poj'] = '[[Hokkien]] [[Pe̍h-ōe-jī|POJ]]',&lt;br /&gt;
	['psic'] = '[[Sichuanese Mandarin|Sichuanese]] [[Sichuanese Pinyin|Pinyin]]',&lt;br /&gt;
	['tl'] = '[[Taiwanese Romanization System|Tâi-lô]]',&lt;br /&gt;
	['toi'] = '[[Taishanese]]',&lt;br /&gt;
	['tp'] = '[[Tongyong Pinyin]]',&lt;br /&gt;
	['w'] = '[[Wade–Giles]]',&lt;br /&gt;
	['wuu'] = '[[Wu Chinese|Wu]]',&lt;br /&gt;
	['xej'] = '[[Xiao\'erjing]]',&lt;br /&gt;
	['y'] = '[[Cantonese]] [[Yale romanization of Cantonese|Yale]]',&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[--------------------------&amp;lt; T R A N S L _ M A P &amp;gt;----------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Table to map |showflags= value to an index into label_map for child infobox |labeln= value and to map |showflags=&lt;br /&gt;
vale to the correct parameter for use in child infobox |datan= paramter&lt;br /&gt;
&lt;br /&gt;
Implementation deatils of |showflag= are in dispute see: Template_talk:Infobox_Chinese#Rfc_on_fixing_the_template_showflag&lt;br /&gt;
&lt;br /&gt;
linked conversation is at: Template_talk:Infobox_Chinese/Archive_4#Showflag broken&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
local transl_map = {															-- maps |showflag= value to label from label_map table and data from matching parameter name&lt;br /&gt;
	['bp'] = {['label1'] = 'bp', ['data1'] = 'bp'},&lt;br /&gt;
	['bpmf'] = {['label1'] = 'bpmf', ['data1'] = 'bpmf'},&lt;br /&gt;
	['gan'] = {['label1'] = 'gan', ['data1'] = 'gan'},&lt;br /&gt;
	['gdp'] = {['label1'] = 'gd', ['data1'] = 'gd', ['label2'] = 'p', ['data2'] = 'p'},&lt;br /&gt;
	['h'] = {['label1'] = 'h', ['data1'] = 'h'},&lt;br /&gt;
	['hsn'] = {['label1'] = 'hsn', ['data1'] = 'hsn'},&lt;br /&gt;
	['j'] = {['label1'] = 'j', ['data1'] = 'j'},&lt;br /&gt;
	['jp'] = {['label1'] = 'j', ['data1'] = 'j', ['label2'] = 'p', ['data2'] = 'p'},&lt;br /&gt;
	['jy'] = {['label1'] = 'j', ['data1'] = 'j', ['label2'] = 'y', ['data2'] = 'y'},&lt;br /&gt;
	['jyp'] = {['label1'] = 'j', ['data1'] = 'j', ['label2'] = 'y', ['data2'] = 'y', ['label3'] = 'p', ['data3'] = 'p'},&lt;br /&gt;
	['lmz'] = {['label1'] = 'lmz', ['data1'] = 'lmz'},&lt;br /&gt;
	['p'] = {['label1'] = 'p', ['data1'] = 'p'},&lt;br /&gt;
	['phfs'] = {['label1'] = 'phfs', ['data1'] = 'phfs'},&lt;br /&gt;
	['phsn'] = {['label1'] = 'p', ['data1'] = 'p', ['label2'] = 'hsn', ['data2'] = 'hsn'},&lt;br /&gt;
	['pj'] = {['label1'] = 'p', ['data1'] = 'p', ['label2'] = 'j', ['data2'] = 'j'},&lt;br /&gt;
	['poj'] = {['label1'] = 'poj', ['data1'] = 'poj'},&lt;br /&gt;
	['psic'] = {['label1'] = 'p', ['data1'] = 'p', ['label2'] = 'sic', ['data2'] = 'sic'},&lt;br /&gt;
	['pwuu'] = {['label1'] = 'p', ['data1'] = 'p', ['label2'] = 'wuu', ['data2'] = 'wuu'},&lt;br /&gt;
	['py'] = {['label1'] = 'p', ['data1'] = 'p', ['label2'] = 'y', ['data2'] = 'y'},&lt;br /&gt;
	['tl'] = {['label1'] = 'tl', ['data1'] = 'tl'},&lt;br /&gt;
	['toip'] = {['label1'] = 'toi', ['data1'] = 'toi', ['label2'] = 'p', ['data2'] = 'p'},&lt;br /&gt;
	['tp'] = {['label1'] = 'tp', ['data1'] = 'tp'},&lt;br /&gt;
	['wp'] = {['label1'] = 'w', ['data1'] = 'w', ['label2'] = 'p', ['data2'] = 'p'},&lt;br /&gt;
	['wuu'] = {['label1'] = 'wuu', ['data1'] = 'wuu'},&lt;br /&gt;
	['y'] = {['label1'] = 'y', ['data1'] = 'y'},&lt;br /&gt;
	['yj'] = {['label1'] = 'y', ['data1'] = 'y', ['label2'] = 'j', ['data2'] = 'j'},&lt;br /&gt;
	['xej'] = {&lt;br /&gt;
		['label1'] = 'xej',&lt;br /&gt;
		['data1'] = 'xej',				-- ???? what to do about this; template calls {{lang|zh-Arab|{{{xej}}}}} on this value&lt;br /&gt;
		},&lt;br /&gt;
	['xejp'] = {&lt;br /&gt;
		['label1'] = 'xej',&lt;br /&gt;
		['data1'] = 'xej',				-- ???? template does not call {{lang|zh-Arab|{{{xej}}}}} on this value; why?&lt;br /&gt;
		['label2'] = 'p',&lt;br /&gt;
		['data2'] = 'p'&lt;br /&gt;
		},&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[--------------------------&amp;lt; K E Y S &amp;gt;----------------------------------------------------------------------&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
local keys = {																	-- table of xscript table keys calls&lt;br /&gt;
	ar = 'arabic',&lt;br /&gt;
	bo = 'tibetan',&lt;br /&gt;
	hokkien = 'hokkien',&lt;br /&gt;
	ja = 'japanese',&lt;br /&gt;
	ko = 'korean',&lt;br /&gt;
	mn = 'mongolian',&lt;br /&gt;
	ru = 'russian',&lt;br /&gt;
	ug = 'uyghur',&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[--------------------------&amp;lt; X S C R I P T &amp;gt;----------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
table that holds the various transcription headers and labels used by transcriptions()&lt;br /&gt;
&lt;br /&gt;
indexed in this table are lower case versions of the header display text without punctuation (if any)&lt;br /&gt;
&lt;br /&gt;
TODO: add support for transl transliteration standard parameter; akin to {{transl|lang code|standard code|text|italic=??}}&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
local xscript = {&lt;br /&gt;
	['standard mandarin'] = {													-- lower case version of the header display text&lt;br /&gt;
		['header'] = '[[Standard Chinese|Standard Mandarin]]',					-- text to be displayed if headers are displayed&lt;br /&gt;
		['t'] = {																-- table of labels and their associated data parameter&lt;br /&gt;
			{'[[Hanyu Pinyin]]', 'p'},											-- label is [[Hanyu Pinyin]], data is taken from |p= parameter&lt;br /&gt;
			{'[[Bopomofo]]','bpmf'},&lt;br /&gt;
			{'[[Spelling in Gwoyeu Romatzyh|Gwoyeu Romatzyh]]', 'gr'},&lt;br /&gt;
			{'[[Wade–Giles]]', 'w'},&lt;br /&gt;
			{'[[Tongyong Pinyin]]', 'tp'},&lt;br /&gt;
			{'[[Yale romanization of Mandarin|Yale Romanization]]', 'myr'},&lt;br /&gt;
			{'[[Mandarin Phonetic Symbols II|MPS2]]', 'mps'},&lt;br /&gt;
			{'[[Help:IPA/Mandarin|IPA]]', 'mi'}&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['other mandarin'] = {&lt;br /&gt;
		['header'] = '[[Mandarin Chinese|other Mandarin]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Xiao\'erjing]]', 'xej'},&lt;br /&gt;
			{'[[Dungan language|Dungan]]','zh-dungan'},&lt;br /&gt;
			{'[[Sichuanese Mandarin|Sichuanese]] [[Sichuanese Pinyin|Pinyin]]', 'sic'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['wu'] = {&lt;br /&gt;
		['header'] = '[[Wu Chinese|Wu]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'Romanization', 'wuu'},&lt;br /&gt;
			{'[[Shanghainese]]&amp;lt;br /&amp;gt;Romanization', 'lmz'},&lt;br /&gt;
			{'[[Wenzhounese]]&amp;lt;br /&amp;gt;[[Wenzhounese romanisation|Romanisation]]', 'ouji'},&lt;br /&gt;
			{'[[Suzhounese]]', 'suz'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['gan'] = {&lt;br /&gt;
		['header'] = '[[Gan Chinese|Gan]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'Romanization', 'gan'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['xiang'] = {&lt;br /&gt;
		['header'] = '[[Xiang Chinese|Xiang]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'IPA', 'hsn'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['hakka'] = {&lt;br /&gt;
		['header'] = '[[Hakka Chinese|Hakka]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Guangdong Romanization#Hakka|Romanization]]', 'h'},&lt;br /&gt;
			{'[[Pha̍k-fa-sṳ]]', 'phfs'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['yue cantonese'] = {&lt;br /&gt;
		['header'] = '[[Cantonese|Yue: Cantonese]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Yale romanization of Cantonese|Yale Romanization]]', 'y'},&lt;br /&gt;
			{'[[Jyutping]]', 'j'},&lt;br /&gt;
			{'[[Sidney Lau romanisation|Sidney Lau]]', 'sl'},&lt;br /&gt;
			{'[[Guangdong Romanization|Canton Romanization]]', 'gd'},&lt;br /&gt;
			{'[[Hong Kong Government Cantonese Romanisation|Hong Kong Romanisation]]', 'hk'},&lt;br /&gt;
			{'[[Cantonese#Romanization|Macau Romanization]]', 'mo'},&lt;br /&gt;
			{'[[Help:IPA/Cantonese|IPA]]', 'ci'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['other yue'] = {&lt;br /&gt;
		['header'] = '[[Yue Chinese|other Yue]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Taishanese]]', 'toi'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['southern min'] = {&lt;br /&gt;
		['header'] = '[[Southern Min]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Hokkien]] [[Pe̍h-ōe-jī|POJ]]', 'poj'},&lt;br /&gt;
			{'[[Taiwanese Romanization System|Tâi-lô]]', 'tl'},&lt;br /&gt;
			{'[[Bbánlám pìngyīm|Bbánlám Pìngyīm]]', 'bp'},&lt;br /&gt;
			{'[[Teochew dialect|Teochew]] [[Guangdong Romanization#Teochew|Peng\'im]]', 'teo'},&lt;br /&gt;
			{'[[Hainanese]] Romanization', 'hain'},&lt;br /&gt;
			{'[[Leizhou Min|Leizhou]] Romanization', 'lizu'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['eastern min'] = {&lt;br /&gt;
		['header'] = '[[Eastern Min]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Fuzhou dialect|Fuzhou]] [[Foochow Romanized|BUC]]', 'buc'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['pu-xian min'] = {&lt;br /&gt;
		['header'] = '[[Pu-Xian Min]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Pu-Xian Min|Hinghwa]] [[Hinghwa Romanized|BUC]]', 'hhbuc'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['northern min'] = {&lt;br /&gt;
		['header'] = '[[Northern Min]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Jian\'ou dialect|Jian\'ou]] [[Kienning Colloquial Romanized|Romanized]]', 'mblmc'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['old mandarin'] = {&lt;br /&gt;
		['header'] = '[[Old Mandarin]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'Romanized \'Phags-pa', 'phagspa-latin'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['middle chinese'] = {&lt;br /&gt;
		['header'] = '[[Middle Chinese]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Middle Chinese]]', 'mc'},&lt;br /&gt;
			{'[[Middle Chinese#Early Middle Chinese|Early Middle Chinese]]', 'emc'},&lt;br /&gt;
			{'[[Middle Chinese#Late Middle Chinese|Late Middle Chinese]]', 'lmc'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['old chinese'] = {&lt;br /&gt;
		['header'] = '[[Old Chinese]]',&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Reconstructions_of_Old_Chinese#Baxter (1992)|Baxter (1992)]]', 'oc-b92'},&lt;br /&gt;
			{'[[Reconstructions of Old Chinese#Baxter–Sagart (2014)|Baxter–Sagart (2014)]]', 'oc-bs'},&lt;br /&gt;
			{'[[Reconstructions of Old Chinese#Zhengzhang (1981–1995)|Zhengzhang]]', 'oc-zz'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
--------&amp;lt; non-Chinese transcriptions &amp;gt;--------&lt;br /&gt;
&lt;br /&gt;
	['arabic'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Arabic}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Arabic chat alphabet|Chat]]', 'chat'},							-- TODO: standardize on lowercase parameter names&lt;br /&gt;
			{'[[Arabic chat alphabet|Chat]]', 'Chat'},&lt;br /&gt;
			{'[[ALA-LC romanization|ALA-LC]]', 'ala-lc'},&lt;br /&gt;
			{'[[ALA-LC romanization|ALA-LC]]', 'ALA-LC'},&lt;br /&gt;
			{'[[ISO 233|ISO]]', 'iso'},&lt;br /&gt;
			{'[[ISO 233|ISO]]', 'ISO'},&lt;br /&gt;
			{'[[DIN 31635|DIN]]', 'din'},&lt;br /&gt;
			{'[[DIN 31635|DIN]]', 'DIN'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['hokkien'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Hokkien}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Taiwanese Romanization System|Tâi-lô]]', 'tl'},&lt;br /&gt;
			{'[[Bbánlám pìngyīm|Bbánpìng]]', 'bp'},&lt;br /&gt;
			{'[[Help:IPA for Hokkien|IPA]]', 'hokkienipa'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['japanese'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Japanese}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Romanization of Japanese|Romanization]]', 'romaji'},&lt;br /&gt;
			{'[[Hepburn romanization|Revised Hepburn]]', 'revhep'},&lt;br /&gt;
			{'[[Hepburn romanization|Traditional Hepburn]]', 'tradhep'},&lt;br /&gt;
			{'[[Kunrei-shiki romanization|Kunrei-shiki]]', 'kunrei'},&lt;br /&gt;
			{'[[Nihon-shiki romanization|Nihon-shiki]]', 'nihon'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['korean'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Korean}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Revised Romanization of Korean|Revised Romanization]]', 'rr'},&lt;br /&gt;
			{'[[McCune–Reischauer]]', 'mr'},&lt;br /&gt;
			{'[[Help:IPA/Korean|IPA]]', 'koreanipa'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['mongolian'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Mongolian}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[SASM/GNC romanization#Mongolian|SASM/GNC]]', 'monr'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['russian'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Russian}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Scientific transliteration of Cyrillic|Scientific]]', 'scientific'},&lt;br /&gt;
			{'[[Scientific transliteration of Cyrillic|Scientific]]', 'Scientific'},&lt;br /&gt;
			{'[[ISO 9|ISO]]', 'iso'},&lt;br /&gt;
			{'[[ISO 9|ISO]]', 'ISO'},&lt;br /&gt;
			{'[[GOST 16876-71|GOST 71]]', 'gost'},&lt;br /&gt;
			{'[[GOST 16876-71|GOST 71]]', 'GOST'},&lt;br /&gt;
			{'[[BGN/PCGN romanization of Russian|BGN/PCGN]]', 'bgn/pcgn'},&lt;br /&gt;
			{'[[BGN/PCGN romanization of Russian|BGN/PCGN]]', 'BGN/PGCN'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['tibetan'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Tibetan}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Wylie transliteration|Wylie]]', 'wylie'},&lt;br /&gt;
			{'[[THL Simplified Phonetic Transcription|THL]]', 'thdl'},&lt;br /&gt;
			{'[[Tibetan pinyin|Tibetan Pinyin]]', 'zwpy'},&lt;br /&gt;
			{'[[Standard Tibetan|Lhasa]] [[Help:IPA/Tibetan|IPA]]', 'lhasa'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	['uyghur'] = {&lt;br /&gt;
		['header'] = nil,														-- {{Infobox Chinese/Uyghur}}; doesn't use header&lt;br /&gt;
		['t'] = {&lt;br /&gt;
			{'[[Uyghur Latin alphabet|Latin Yëziqi]]', 'uly'},&lt;br /&gt;
			{'[[Uyghur New Script|Yengi Yeziⱪ]]', 'uyy'},&lt;br /&gt;
			{'[[SASM/GNC romanization#Uyghur|SASM/GNC]]', 'sgs'},&lt;br /&gt;
			{'[[Uyghur Cyrillic alphabet|Siril Yëziqi]]', 'usy'},&lt;br /&gt;
			{'Uyghur [[Wikipedia: IPA|IPA]]', 'uipa'},&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[--------------------------&amp;lt; I B O X _ Z H Z H _ E N U M _ P A R A M S &amp;gt;------------------------------------&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
local ibox_zhzh_enum_params = {													-- 'p', 'hp', 'xej' are special case enum parameters&lt;br /&gt;
	'c', 't', 's', 'l', 'tp', 'w', 'mi', 'myr', 'psp', 'myale', 'gr', 'bpmf', 'mps',&lt;br /&gt;
	'zh-dungan', 'sic', 'y', 'j', 'sl', 'gd', 'hk', 'mo', 'ci', 'toi', 'gan', 'wuu', 'ouji', 'suz',&lt;br /&gt;
	'hsn', 'h', 'phfs', 'poj', 'tl', 'bp', 'buc', 'hhbuc', 'mblmc', 'lmz', 'teo', 'lizu', 'hain',&lt;br /&gt;
	'mc', 'emc', 'lmc', 'oc-bs', 'oc-zz',&lt;br /&gt;
	'oc-b92', 																	-- only supported in the first ibox zhzh; why?&lt;br /&gt;
	'lao', 'khm', 'tet'															-- not supported by ibox zh/zh  why are they here?&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[--------------------------&amp;lt; Z H _ H D R _ N A M E S &amp;gt;------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
this table fixes an oddity in the ibox zh/zh header name parameters.  |chinese_header= for the first ibox zh/zh &lt;br /&gt;
gets filled from |name1= but the second gets its name from |altname= and then the third from |altname3=.&lt;br /&gt;
All of these parameter names should be replaced with |chinese_header= followed by |chinese_header2= ... like all&lt;br /&gt;
of the other enumerated parameters&lt;br /&gt;
&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
local zh_hdr_names = {&lt;br /&gt;
	[2] = {'altname', 'Alternative Chinese name'},&lt;br /&gt;
	[3] = {'altname3', 'Second alternative Chinese name'},&lt;br /&gt;
	[4] = {'altname4', 'Third alternative Chinese name'},&lt;br /&gt;
	[5] = {'altname5', 'Fourth alternative Chinese name'},&lt;br /&gt;
	[6] = {'altname6', 'Fifth alternative Chinese name'},&lt;br /&gt;
	};&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[--------------------------&amp;lt; E X P O R T E D   T A B L E S &amp;gt;------------------------------------------------&lt;br /&gt;
]]&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
	ibox_zhzh_enum_params = ibox_zhzh_enum_params,&lt;br /&gt;
	keys = keys,&lt;br /&gt;
	label_map = label_map,&lt;br /&gt;
	transl_map = transl_map,&lt;br /&gt;
	xscript = xscript,&lt;br /&gt;
	zh_hdr_names = zh_hdr_names,&lt;br /&gt;
	}&lt;/div&gt;</summary>
		<author><name>imported&gt;Trappist the monk</name></author>
		
	</entry>
</feed>