Module:Road data/strings/CAN/BC: Difference between revisions

Content deleted Content added
Fix attempt.
Tag: Reverted
see my revert reason in the AB road data; it's supposed to be Highway, not Hwy, and this follows provincial standards, similar to Ontario.
 
(8 intermediate revisions by 3 users not shown)
Line 56:
["916"] = "Golden Ears Way"
},
abbr = "HwyHighway %route%",
orientation = "upright"
}
Line 64:
BC.YH = {
shield = {
default = {BC.Hwy.shield.below,"BC Yellowhead blank.svg"},
["5"] = "BC-5 (Yellowhead).svg",
["16"] = {"BC-16 (TCH).svg", "BC-16 (Yellowhead).svg"}
},
shieldmain = BC.Hwy.shieldmain.below,
name = BC.Hwy.name,
link = BC.Hwy.link"British Columbia Highway %route%",
abbr = {
default = BC.Hwy.abbr.default .. "Highway %route% (YH)",
["16"] = "HwyHighway %route% (TCH/YH)",
},
orientation = "upright"
Line 83:
v.name = BC.Hwy.name
v.link = "British Columbia Highway %route%"
v.abbr = "HwyHighway %route% (TCH)"
v.orientation = "upright"
end
Line 90:
-- add new types above this line if you want it to have the provincial highway browse and maint
for k, v in pairs(BC) do if k:find ("^%a") then
v.maint = "the [[Ministry of Transportation and Infrastructure (British Columbia )|Ministry of Transportation and Infrastructure]]"
end
end