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:21, 27 October 2017. 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",
	              ["17"] = {"Alberta Highway 17.svg", "Saskatchewan Highway 17 (jct).svg"},
	              ["100"] = "",
				  ["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%",
                  ["Stoney"] = "Stoney Trail",
                  ["Henday"] = "Anthony Henday Drive"}}

AB.AB = AB.Hwy

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

AB.I = {shield = "I-%route%.svg",
        link = {["15"] = "Interstate 15 in Montana",
                default = "Interstate %route%"},
        abbr = "I-%route%"}          

return AB