Zum Inhalt springen

Modul:ISO15924/config

Us der alemannische Wikipedia, der freie Dialäkt-Enzyklopedy
Version vu 13. Novämber 2022, 15:33 Uhr vu Holder (Diskussion | Byträg) (Die Syte isch nöi erstellt worde: local ISO15924 = { suite = "ISO15924", sub = "config", site = "dewiki", serial = "2019-10-21", item = 71821205 } --[=[ ISO 15924 support for scripting systems, local configuration ]=] ISO15924.live = true -- use /commons -> commons:Data: ISO15924.tmplLang = { namePat = "%sS" } -- Template for displaying language name --…)
(Unterschid) ← Vorderi Version | Itzigi Version (Unterschid) | Nächschti Version → (Unterschid)

Die Dokumentation für dieses Modul kann unter Modul:ISO15924/config/Doku erstellt werden

local ISO15924 = { suite   = "ISO15924",
                   sub     = "config",
                   site    = "dewiki",
                   serial  = "2019-10-21",
                   item    = 71821205 }
--[=[
ISO 15924 support for scripting systems, local configuration
]=]
ISO15924.live     = true    -- use /commons -> commons:Data:
ISO15924.tmplLang = { namePat = "%sS" }
                    -- Template for displaying language name
                    --     title    -- unique template name
                    --     namePat  -- pattern for template name, with %s for ISO 639 code
                    --     param    -- parameter name, for ISO 639 code
                    -- enwiki:    { namePat = "lang-%s" }   
return ISO15924