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 20:57, 8 September 2017 (Updated script.). 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",
                   default = {ifexists = true,
                              default = "Saskatchewan Highway %route% (jct).svg"}},
         link = {default = "Saskatchewan Highway %route%",
         		["17"]  = "Highway 17 (Alberta–Saskatchewan)"},
         abbr = "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 = {shield = SK.Hwy.shield,
          link = "Saskatchewan Highway %route%",
          abbr = SK.Hwy.abbr.default .. " (TCH)"}

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

return SK