Jump to content

Module:Road data/strings/CAN/NT: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Protected Module:Road data/strings/CAN/NT: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))
fix
Line 2: Line 2:
local NT = {}
local NT = {}


NT.NT = {shield = "",
NT.NT = {shield = "NWT-%route%.svg",
link = "Northwest Territories Highway %route%",
link = "Northwest Territories Highway %route%",
abbr = "Highway %route%"}
abbr = "Highway %route%"}
NT.NWT = NT.NT


return NT
return NT

Revision as of 16:53, 8 June 2014

-- Northwest Territories
local NT = {}

NT.NT = {shield = "NWT-%route%.svg",
         link = "Northwest Territories Highway %route%",
         abbr = "Highway %route%"}
         
NT.NWT = NT.NT         

return NT