Modul:ISO15924/config

Aus FreeWiki
< Modul:ISO15924
Version vom 6. Februar 2020, 21:39 Uhr von Admin (Diskussion | Beiträge) (1 Version importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Modul:Vorlage:LuaModuleDoc:142: attempt to index field 'wikibase' (a nil value)


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