Jump to content

Module:Road data/strings/CAN/AB

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MuzikMachine (talk | contribs) at 20:12, 14 November 2017 (Add joint AB/SK shield for Hwy 17 (cosigned for entire length in AB; one article)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Alberta
local AB = {}

AB.Hwy = {shield = {default = "Alberta Highway %route%.svg",
				  ["Stoney"] = "Alberta Highway 201.svg",
				  ["Henday"] = "Alberta Highway 216.svg",
				  ["17"] = {"Alberta Highway 17.svg", "Saskatchewan Highway 17 (jct).svg"},
				  ["100"] = "Transparent.gif"},
          link = {default = "[dab||%dab%|Alberta Highway %route%]",
          		  ["17"]  = "Highway 17 (Alberta–Saskatchewan)",
          		  ["100"] = "Sherwood Park Freeway",
				  ["201"] = "Stoney Trail",	
				  ["Stoney"] = "Stoney Trail",
				  ["216"] = "Anthony Henday Drive",
				  ["Henday"] = "Anthony Henday Drive"},
          abbr = {default = "Hwy %route%",
                  ["100"] = "SPF",
                  ["Stoney"] = "Stoney",
                  ["Henday"] = "Henday"}}

AB.AB = AB.Hwy

AB.TCH = {shield = AB.Hwy.shield,
          link = "Alberta Highway %route%",
          abbr = AB.Hwy.abbr.default .. " (TCH)"}

AB["Red Coat"] = {shield = {AB.Hwy.shield}, --requires FUR
				  link = AB.Hwy.link,
				  abbr = AB.Hwy.abbr.default .. " (Red Coat Trail)",
				  width = 37}

return AB