Jump to content

Module:Road data/strings/CAN/SK

Permanently protected module
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Fredddie (talk | contribs) at 00:09, 25 April 2016 (rm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Saskatchewan
local SK = {}

SK.SK = {shield = {["1"] = "Saskatchewan Highway 1.svg",
                   ["16"] = "Saskatchewan Highway 16.svg",
                   default = {ifexists = true,
                              default = "Saskatchewan Highway %route% (jct).svg"}},
         link = "Saskatchewan Highway %route%",
         abbr = {["1"] = "Hwy 1 (TCH)",
                  ["16"] = "Hwy 16 (TCH)",
                  default = "Hwy %route%"}
              }
              
SK.Mun = {shield = "Saskatchewan Route %route%.svg",
		  link = SK.SK.link,
		  abbr = SK.SK.abbr,
		  banner = "Saskatchewan Rural Municipal Route.svg",
		  }

SK.Hwy = SK.SK

SK.TCH = SK.SK

SK.Tertiary = SK.SK --shields are superimposed

return SK