Modul:FlagIcons/config

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

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

local FlagIcons = { suite  = "FlagIcons",
                    serial = "2020-05-25",
                    sub    = "config",
                    site   = "dewiki" }
--[=[
mw.loadData() adaption for FlagIcon templates
]=]

return {
    legacy   = true,
    Kpx      = 20,
    parMap   = { ["1"]   = "Target",
                 ["2"]   = "Title",
                 ["3"]   = "SORT",
                 blind   = "blind",
                 demo    = "demo",
                 repo    = "repo",
                 sort    = "SORT",
                 Text    = "Title",
                 WIDTH   = "WIDTHpx",
                 Ziel    = "TargetTitle",
                 ["#"]   = "table",
                 rowspan = "rowspan",
                 colspan = "colspan",
                 class   = "class",
                 style   = "style",
                 id      = "id",
                 lang    = "lang",
                 dir     = "dir" },
    repos    = { ["^%u%u%u$"]   = "A3",
                 ["^%u%u%u%u$"] = "A4" },
    scream   = "Keine Spezifikation für %s",
    solo     = "#",
    story    = "NIX/Doku",
    failsafe = FlagIcons.serial
}