Jump to content

Module:Road data/strings/IND

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 11:12, 3 July 2014 (Created page with '-- India local IND = {} IND.NE = {shield = "", link = "National Expressway %route% (India)", abbr = "NE %route%"} IND.NH = {shield = "",...'). 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)

-- India
local IND = {}

IND.NE = {shield = "",
          link = "National Expressway %route% (India)",
          abbr = "NE %route%"}

IND.NH = {shield = "",
          link = "National Highway %route% (India)",
          abbr = "NH %route%"}

IND.SH = {shield = "",
          link = "State Highway %route% [state||(%state%)|]",
          abbr = "SH %route%"}

return IND