Modul:Road data/strings/MNE

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

-- Montenegro
local MNE = {}

MNE.A = {shield = "Wegschild Montenegro A-%route%.svg",
         link = "A-%route% motorway (Montenegro)",
         abbr = "A-%route%"}
         
MNE.E = {shield = "Wegschild Montenegro E-%route%.svg",
         link = "European route E%route%",
         abbr = "E-%route%"}

MNE.M = {shield = "Wegschild Montenegro M-%route%.svg",
         link = "M-%route% highway (Montenegro)",
         abbr = "M-%route%"}

MNE.R = {shield = "Wegschild Montenegro R-%route%.svg",
         link = "R-%route% regional road (Montenegro)",
         abbr = "R-%route%"}

return MNE