Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
fix
otra vez
Line 6: Line 6:
abbr = "Highway %route%"}
abbr = "Highway %route%"}
NT.NWT = NT.NT
NT.NWT = NT.NT

NT.Hwy = NT.NT


return NT
return NT

Revision as of 16:54, 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

NT.Hwy = NT.NT

return NT