มอดูล:Road data/strings/CAN/NB

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
-- New Brunswick
local NB = {}

-- American types
NB.I = {shield = "I-%route%.svg",
        link = "Interstate %route% in Maine",
        abbr = "I-%route%"}

NB.US = {shield = "US %route%.svg",
         link = "U.S. Route %route% in Maine",
         abbr = "US %route%"}

-- Provincial types
NB.Route = {shield = "NB %route%.svg",
            link = "New Brunswick Route %route%",
            abbr = "Route %route%"}

NB.NB = NB.Route

NB.TCH = {shield = "New Brunswick Route %route% (TCH).png",
          link = "New Brunswick Route %route%",
          abbr = "Route %route% (TCH)"}

return NB