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 Fredddie (talk | contribs) at 08:00, 4 December 2020 (testing SR). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- India
local IND = {}

IND.AH = {shield = "AH%route%-IN.svg",
          link = "AH%route%",
          abbr = "AH%route%"}

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

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

IND.SH = {shield = "Road marker IN SH.svg",
          link = "State Highway %route% [state||(%state%)|]",
          abbr = "SH %route%"}
--[==[
IND.SH = {shield = "",
		  link = {hook = "mask",
                  mask = "Road data/masks/IND",
                  base = "state",
                  masked = "fullstate",
                  default = "State Highway %route% [state||(%fullstate%)|]"},
          abbr = "SH %route%"}
]==]

IND.SR = {shield = "",
		  link = {hook = "mask",
                  mask = "Road data/masks/IND",
                  base = "state",
                  masked = "fullstate",
                  default = "State Route %route% [state||(%fullstate%)|]"},
          abbr = "SR %route%"}
return IND