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 Happy5214 (talk | contribs) at 10:49, 21 March 2014 (Created page with '-- Saskatchewan local SK = {} SK.SK = {shield = {["1"] = "Saskatchewan Highway 1.svg", ["16"] = "Saskatchewan Highway 16.svg",...'). 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)

-- 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 = "Hwy %route%"}

SK.Hwy = SK.SK

return SK