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 Happy5214 (talk | contribs) at 13:24, 13 March 2014 (Created page with '-- Alberta local AB = {} AB.Hwy = {shield = "Alberta Highway %route%.svg", link = "[dab||%dab%|Alberta Highway %route%]", abbr = "Hwy %...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- 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 = "TCH %route%.svg",
          link = "Alberta Highway %route%",
          abbr = "Hwy %route% (TCH)"}

return AB