Difference between revisions of "Module:Int"

358 bytes added ,  13:28, 15 September 2019
test
>DannyS712
m (Protected "Module:Int": Highly visible template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite)))
>Sunny00217
(test)
Line 16: Line 16:
     local msg = mw.message.new(mw.text.trim(args[1]), arguments)
     local msg = mw.message.new(mw.text.trim(args[1]), arguments)
     local lang = templateTranslation.getLanguage()
     local lang = templateTranslation.getLanguage()
    if ((lang == 'zh') or
        (lang == 'zh-hans') or
        (lang == 'zh-hant') or
        (lang == 'zh-cn') or
        (lang == 'zh-hk') or
        (lang == 'zh-mo') or
        (lang == 'zh-my') or
        (lang == 'zh-sg') or
        (lang == 'zh-tw')) then
            lang = frame:callParserFunction{ name = 'int', args = {'Lang'} }
    end
     if (msg:exists() and not msg:isDisabled()) then
     if (msg:exists() and not msg:isDisabled()) then
         local msgstr = msg:inLanguage(lang):plain()
         local msgstr = msg:inLanguage(lang):plain()
Anonymous user