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 AceYYC (talk | contribs) at 21:13, 27 October 2017 (restore). 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"},
          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, "RedCoatTrail.png"}, --requires FUR
				  link = AB.Hwy.link,
				  abbr = AB.Hwy.abbr.default .. " (Red Coat Trail)",
				  width = 37}

return AB