Content deleted Content added
rm 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. |
||
(18 intermediate revisions by 5 users not shown) | |||
Line 24:
above = "",
below = {
ifexists = true,
default = "BC-%route%.svg",
["1"] = "BC-1 (TCH).svg",
Line 37 ⟶ 38:
above = "",
below = {
ifexists = true,
default = "BC-%route%.svg",
["1"] = "BC-1 (TCH).svg",
Line 54 ⟶ 56:
["916"] = "Golden Ears Way"
},
abbr = "
orientation = "upright"
}
Line 64 ⟶ 66:
default = {BC.Hwy.shield,"BC Yellowhead blank.svg"},
["5"] = "BC-5 (Yellowhead).svg",
["16"] = {"BC-16 (TCH).svg", "BC-16 (Yellowhead).svg"}
},
shieldmain = BC.Hwy.shieldmain,
name = BC.Hwy.name,
link =
abbr = {
["16"] = "Highway %route% (TCH/YH)",
orientation = "upright"
}
Line 80 ⟶ 82:
v.shieldmain = BC.Hwy.shieldmain
v.name = BC.Hwy.name
v.link =
v.abbr =
v.orientation = "upright"
end
Line 88 ⟶ 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
end
end
|