Modul:Road data/strings/CAN/MB

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

-- Manitoba
local MB = {}

MB.Hwy = {shield = {hook = "split",
                    split = 200,
                    above = "Manitoba secondary %route%.svg",
                    below = {ifexists = true,
                             default = "Manitoba Highway %route%.svg"}},
          link = {hook = "split",
                  split = 200,
                  above = "Manitoba Provincial Road %route% [dab||(%dab%)|]",
                  below = "Manitoba Highway %route% [dab||(%dab%)|]"},
          abbr = {hook = "split",
                  split = 200,
                  above = "PR %route%",
                  below = "PTH %route%"}}

MB.PTH = {shield = {ifexists = true,
                    default = "Manitoba Highway %route%.svg"},
          link = "Manitoba Highway %route% [dab||(%dab%)|]",
          abbr = "PTH %route%"}

MB.MB = MB.PTH

MB.PR = {shield = "Manitoba secondary %route%.svg",
         link = "Manitoba Provincial Road %route% [dab||(%dab%)|]",
         abbr = "PR %route%"}

MB["PR 1972"] = {shield = "Manitoba secondary %route% (1972).svg",
                   link = MB.PR.link,
                   abbr = MB.PR.abbr}

MB.TCH = {shield = "Manitoba Highway %route%.svg",
          link = "Manitoba Highway %route% [dab||(%dab%)|]",
          abbr = "PTH %route% (TCH)"}

MB.Winnipeg = {shield = "Winnipeg city route %route%.svg",
               link = "Winnipeg Route %route%",
               abbr = "Route %route%"}

return MB