Module:Road data/strings/CAN/BC

From Omniversalis

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

-- 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 = "Interstate %route%",
        abbr = "I-%route%"}
        
BC.US = {shield = "US %route%.svg",
        link = "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