--[==[ To inspect the content of this data module, use [[Special:ExpandTemplates]]and enter the following input text:
To inspect the content of this data module when editing, enter the followinginto the Debug console: local util = require("Module:Road data/util") print(util.arrayToString(p))To inspect a particular route type, change `p` above to include the route type,e.g., `p.I` and `p["US-Hist"]`.]
-- Saskatchewanlocal SK =
local util = require("Module:Road data/util")util.addAll(SK, require("Module:Road data/strings/CAN"))
SK.SK = SK.Hwy = SK.SK
SK.TCH =
SK.AB =
SK.MB =
local function municipal(args) local banner = "Saskatchewan Rural Municipal Route.svg" local shield = "Saskatchewan Route %route%.svg" local container = mw.html.create('p'):cssText("width:100%; margin:0; text-align:center; background:none; border-collapse:collapse;") container:tag('p'):wikitext(banner) container:tag('p'):wikitext(shield) return tostring(container)end
SK.Mun =
SK.Tertiary = SK.SK --shields are superimposed
return SK