مندرجات کا رخ کریں

ماڈیول:Road data/strings/CAN/BC

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
-- British Columbia
local BC = {}

BC.Hwy = {shield = {["1"] = "TCH-1 (BC).svg",
                    ["16"] = "TCH-16 (BC).svg",
                    default = "BC-%route%.svg"},
          link = "British Columbia Highway %route%",
          abbr = "BC %route%"}

BC.BC = BC.Hwy

BC.TCH = BC.Hwy

--for linking to US articles

BC.I = {shield = "I-%route%.svg",
        link = {["5"] = "Interstate 5 in Washington",
                default = "Interstate %route%"},
        abbr = "I-%route%"}

BC.US = {shield = "US %route%.svg",
         link = {["93"] = "U.S. Route 93 in Montana",
                 ["95"] = "U.S. Route 95 in Idaho",
        	     ["97"] = "U.S. Route 97 in Washington",
        	     ["395"] = "U.S. Route 395 in Washington",
                 default = "U.S. Route %route%"},
         abbr = "US %route%"}

BC.WA = {alias = {module = "USA/WA", type = "WA"}}
BC.ID = {alias = {module = "USA/ID", type = "ID"}}
        

return BC