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 18:13, 4 December 2020 (doh). 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.SHtest = {shield = {ifexists = true,
                    	arg = "state",
                    	MH = "State Highway %route% (Maharashtra).svg",
                    	Maharashtra = "State Highway %route% (Maharashtra).svg",
                    	KL = "SH KL %route%.svg",
                    	Kerala = "SH KL %route%.svg",
                    	WB = "WB SH%route%-IND.png",
                    	["West Bengal"] = "WB SH%route%-IND.png",
                    	default = ""},
		  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