Module:Lan: Difference between revisions
创建页面,内容为“local p = {} local merge p.fallbackList = { [ 'zh' ] = { 'zh', 'zh-hans', 'zh-hant', 'zh-cn', 'zh-tw', 'zh-hk' }, [ 'zh-hans' ] = { 'zh-hans', 'zh-cn', 'zh' }, [ 'zh-hant' ] = { 'zh-hant', 'zh-tw', 'zh-hk', 'zh' }, [ 'zh-cn' ] = { 'zh-cn', 'zh-hans', 'zh' }, [ 'zh-tw' ] = { 'zh-tw', 'zh-hant', 'zh-hk', 'zh' }, [ 'zh-hk' ] = { 'zh-hk', 'zh-hant', 'zh-tw', 'zh' } } function p.call( args ) local userLanguage = mw.getCurrentFrame():callParserFunction( 'in…” |
m 1 revision imported |
||
(No difference)
|