Difference between revisions of "Module:Road data/strings/KOS"
< Module:Road data | strings
Jump to navigation
Jump to search
blackwiki>WMSR (Created module) |
blackwiki>WMSR (fix) |
||
| Line 8: | Line 8: | ||
KOS.R = {shield = {ifexists = true, | KOS.R = {shield = {ifexists = true, | ||
default = "R-%route%-Kosovo.svg", | default = "R-%route%-Kosovo.svg", | ||
| − | otherwise = "R%route%-Kosovo. | + | otherwise = "R%route%-Kosovo.svg"}, |
link = "R %route% Motorway (Kosovo)", | link = "R %route% Motorway (Kosovo)", | ||
abbr = "R %route%"} | abbr = "R %route%"} | ||
Revision as of 04:24, 9 September 2019
Documentation for this module may be created at Module:Road data/strings/KOS/doc
-- Kosovo
local KOS = {}
KOS.E = {shield = "Tabliczka_%route%.svg",
link = "European route E%route%",
abbr = "E%route%"}
KOS.R = {shield = {ifexists = true,
default = "R-%route%-Kosovo.svg",
otherwise = "R%route%-Kosovo.svg"},
link = "R %route% Motorway (Kosovo)",
abbr = "R %route%"}
KOS.M = {shield = "M%route%-Kosovo.svg",
link = "",
abbr = "M-%route%"}
return KOS