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 MuzikMachine (talk | contribs) at 18:44, 25 September 2017 (Added Circle Drive). 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",
                   ["16A"] = "Saskatchewan Highway 16A.svg",
                   ["16B"] = "Saskatchewan Highway 16B.svg",
                   ["Circle"] = {"Saskatchewan Highway 11 (jct).svg", "Saskatchewan Highway 16.svg"},
                   default = {ifexists = true,
                              default = "Saskatchewan Highway %route% (jct).svg"}},
         
         link = {default = "[dab||%dab%|Saskatchewan Highway %route%]",
          		  ["17"]  = "Highway 17 (Alberta–Saskatchewan)",
          		  ["Circle"] = "Circle Drive"},
         
         abbr = {["1"] = "Hwy 1 (TCH)",
                  ["16"] = "Hwy 16 (TCH)",
                  ["Circle"] = "Circle Drive",
                  default = "Hwy %route%"}
              }
              
SK.Mun = {shield = "Saskatchewan Rural Municipal Route.svg",
		  link = SK.SK.link,
		  abbr = SK.SK.abbr,
		  width = "20"
		  }

SK.Hwy = SK.SK

SK.TCH = SK.SK

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

return SK