मोड्युल:Road data/strings/IND

विकिपिडिया, एक स्वतन्त्र विश्वकोशबाट
-- 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 = {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 = "Road marker IN SH.svg"},
		  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