Jump to content

Module:Road data/strings/CAN/BC

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 13:35, 13 March 2014 (Created page with '-- British Columbia local BC = {} BC.Hwy = {shield = {["1"] = "TCH-1 (BC).svg", ["16"] = "TCH-16 (BC).svg", default = "B...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- 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

return BC