Module:Road data/strings/MDA

From blackwiki
< Module:Road data‎ | strings
Revision as of 02:09, 10 September 2019 by blackwiki>WMSR (Created module)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Road data/strings/MDA/doc

-- Moldova
local MDA = {}

MDA.R = {shield = "Schild R%route% Moldavië.svg",
         link = "",
         abbr = "R%route%"}
         
MDA.E = {shield = "Tabliczka_E%route%.svg",
         link = "European route E%route%",
         abbr = "E-%route%"}

MDA.M = {shield = "Schild M%route% Moldavië.svg",
         link = "M%route% highway (Moldova)",
         abbr = "M%route%"}

return MDA