Modul:ISO15924/config
aus Wikipedia, der freien Enzyklopädie
< Modul:ISO15924
Dies ist die aktuelle Version dieser Seite, zuletzt bearbeitet am 22. Oktober 2019 um 16:15 Uhr durch imported>Funkruf(409049) (Schützte „Modul:ISO15924/config“: Wunsch auf WP:A/AF https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragen&diff=prev&oldid=193363492&diffmode=source ([Bearbeiten=Nur Sichter] (unbeschränkt) [Verschieben=Nur Administratoren] (unbeschränkt))).
Vorlagenprogrammierung | Diskussionen | Lua | Test | Unterseiten | |||
Modul | Deutsch | English
|
Modul: | Dokumentation |
Diese Seite enthält Code in der Programmiersprache Lua. Einbindungszahl Cirrus
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