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 08:16, 12 November 2016 (links). 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 = "Alberta Highway %route%.svg",
          link = {default = "[dab||%dab%|Alberta Highway %route%]",
          		  ["3"] = "Crowsnest Highway",
				  ["100"] = "Sherwood Park Freeway",
				  ["201"] = "Stoney Trail",
				  ["216"] = "Anthony Henday Drive"},
          abbr = {default = "Hwy %route%",
                  ["100"] = "SPF"}}

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