মডিউল:Road data/strings/IND

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
মডিউল নথি[তৈরি করুন]
--[==[
To inspect the content of this data module, use [[Special:ExpandTemplates]]
and enter the following input text:
  {{#invoke:Road data/dump|dump|module=Module:<name-of-this-module>}}

To inspect the content of this data module when editing, enter the following
into the Debug console:
  local util = require("Module:Road data/util")
  print(util.arrayToString(p))
To inspect a particular route type, change `p` above to include the route type,
e.g., `p.I` and `p["US-Hist"]`.
]==]

-- India
local IND = {}

local util = require("মডিউল:Road data/util")
util.addAll(IND, require("মডিউল:Road data/strings/ASIA"))

IND.AH.shield = "AH%route%-IN.svg"

IND.NE = {
	shield = "NE%route%-IN.svg",
	orientation = "upright",
	name = "জাতীয় এক্সপ্রেসওয়ে %route%",
	link = "জাতীয় এক্সপ্রেসওয়ে %route% (ভারত)",
	abbr = "এনই %route%"
	
}

IND.NH = {
	shield = "NH%route%-IN.svg",
	orientation = "upright",
	name = "জাতীয় সড়ক %route%",
	link = "জাতীয় সড়ক %route% (ভারত)",
	abbr = "এনএইচ %route%"
	
}

IND.SH = {
	shield = "SH%route%-IN jct.svg",
	shieldmain = {
		ifexists = true,
		arg = "state",
		AP = "Road marker SH IN-AP%route%.svg",
		["অন্ধ্রপ্রদেশ"] = "Road marker SH IN-AP %route%.svg",
		BR = "Road marker SH IN-BR %route%.svg",
		Bihar = "Road marker SH IN-BR %route%.svg",
		GJ = "Road marker SH IN-GJ %route%.svg",
		Gujarat = "Road marker SH IN-GJ %route%.svg",
		HR = "Road marker SH IN-HR %route%.svg",
		Haryana = "Road marker SH IN-HR %route%.svg",
		MH = "State Highway %route% (Maharashtra).svg",
		Maharashtra = "State Highway %route% (Maharashtra).svg",
		KL = "SH KL %route%.svg",
		Kerala = "SH KL %route%.svg",
		RJ = "Road marker SH IN-RJ %route%.svg",
		Rajasthan = "Road marker SH IN-RJ %route%.svg",
		TG = "Road marker SH IN-TG %route%.svg",
		Telangana = "Road marker SH IN-TG %route%.svg",
		WB = "WB SH%route%-IND.png",
		["পশ্চিমবঙ্গ"] = "WB SH%route%-IND.png",
		default = "Road marker IN SH.svg"
	},
	shieldlist = {
		ifexists = true,
		arg = "state",
		AP = "Road marker SH IN-AP%route%.svg",
		["অন্ধ্রপ্রদেশ"] = "Road marker SH IN-AP %route%.svg",
		BR = "Road marker SH IN-BR %route%.svg",
		Bihar = "Road marker SH IN-BR %route%.svg",
		GJ = "Road marker SH IN-GJ %route%.svg",
		Gujarat = "Road marker SH IN-GJ %route%.svg",
		HR = "Road marker SH IN-HR %route%.svg",
		Haryana = "Road marker SH IN-HR %route%.svg",
		MH = "State Highway %route% (Maharashtra).svg",
		Maharashtra = "State Highway %route% (Maharashtra).svg",
		KL = "SH KL %route%.svg",
		Kerala = "SH KL %route%.svg",
		RJ = "Road marker SH IN-RJ %route%.svg",
		Rajasthan = "Road marker SH IN-RJ %route%.svg",
		TG = "Road marker SH IN-TG %route%.svg",
		Telangana = "Road marker SH IN-TG %route%.svg",
		WB = "WB SH%route%-IND.png",
		["পশ্চিমবঙ্গ"] = "WB SH%route%-IND.png",
		default = "Road marker IN SH.svg"
	},
	orientation = "upright",
	name = "রাজ্য সড়ক %route%",
	link = {
		hook = "mask",
		mask = "Road data/masks/IND",
		base = "state",
		masked = "fullstate",
		default = "রাজ্য সড়ক %route% [state||(%fullstate%)|]"
	},
	abbr = "এসএইচ %route%"
}

IND.SR = {
	shield = "SR%route%-IN jct.svg",
	name = "রাজ্য পথ %route%",
	link = {
		hook = "mask",
		mask = "Road data/masks/IND",
		base = "state",
		masked = "fullstate",
		default = "রাজ্য পথ %route% [state||(%fullstate%)|]"
	},
	abbr = "এসআর %route%"
}

return IND