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 14:35, 11 November 2016 (+field). 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 = "[dab||%dab%|Alberta Highway %route%]",
          abbr = "Hwy %route%"}

AB.AB = AB.Hwy

AB.TCH = {shield = AB.Hwy.shield,
          link = "Alberta Highway %route%",
          abbr = AB.Hwy.abbr.." (TCH)"}
          
AB.SPF = {shield = "Alberta Highway %route%.svg",
          link = "[dab||%dab%|Alberta Highway %route%]",
          abbr = "Shwd. Pk. Fwy."}
          
AB["Red Coat"] = {shield = {AB.Hwy.shield, "RedCoatTrail.png"}, --requires FUR
				  link = AB.Hwy.link,
				  abbr = AB.Hwy.abbr .. " (Red Coat Trail)",
				  width = 37}

return AB