Module:Road data/strings/IND: திருத்தங்களுக்கு இடையிலான வேறுபாடு

தமிழர்விக்கியிலிருந்து
Jump to navigation Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
imported>Thiagalingam
"-- India local IND = {} IND.NE = {shield = "NE%route%-IN.svg", link = "தேசிய விரைவுவழி %route% (இந்தியா)", abbr = "தே.வி. %route%"} IND.NH = {shield = "NH%route%-IN.svg", link = "தேசிய நெடுஞ்சாலை %route% (இந்தியா)", abbr = "தே..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது
 
imported>Balajijagadesh
problem not solved without translation. problem may not be here
 
வரிசை 1: வரிசை 1:
--[==[
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
-- India
local IND = {}
local IND = {}


local util = require("Module:Road data/util")
IND.NE = {shield = "NE%route%-IN.svg",
util.addAll(IND, require("Module:Road data/strings/ASIA"))
link = "தேசிய விரைவுவழி %route% (இந்தியா)",

abbr = "தே.வி. %route%"}
IND.AH.shield = "AH%route%-IN.svg"
IND.AH.orientation = "upright"

IND.NE = {
shield = "NE%route%-IN.svg",
orientation = "upright",
name = "தேசிய விரைவுவழி %ro %route%",
link = "தேசிய விரைவுவழி %route% (இந்தியா)",
abbr = "தே.வி. %route%"
}

IND.NH = {
shield = "NH%route%-IN.svg",
orientation = "upright",
name = "தேசிய நெடுஞ்சாலை %route%",
link = "தேசிய நெடுஞ்சாலை %route% (இந்தியா)",
abbr = "தே.நெ. %route%"
}


IND.NH = {shield = "NH%route%-IN.svg",
IND.SH = {
shield = "SH%route%-IN jct.svg",
link = "தேசிய நெடுஞ்சாலை %route% (இந்தியா)",
shieldmain = {
abbr = "தே.நெ. %route%"}
ifexists = true,
arg = "state",
AP = "Road marker SH IN-AP%route%.svg",
["Andhra Pradesh"] = "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",
["West Bengal"] = "WB SH%route%-IND.png",
default = "Road marker IN SH.svg"
},
shieldlist = {
ifexists = true,
arg = "state",
AP = "Road marker SH IN-AP%route%.svg",
["Andhra Pradesh"] = "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",
["West Bengal"] = "WB SH%route%-IND.png",
default = "Road marker IN SH.svg"
},
orientation = "upright",
name = "State Highway %route%",
link = {
hook = "mask",
mask = "Road data/masks/IND",
base = "state",
masked = "fullstate",
default = "மாநில நெடுஞ்சாலை %route% [state||(%fullstate%)|]"
},
abbr = "மா.நெ. %route%"
}


IND.SH = {shield = "",
IND.SR = {
shield = "SR%route%-IN jct.svg",
link = "மாநில நெடுஞ்சாலை %route% [state||(%state%)|]",
abbr = "மா.நெ. %route%"}
name = "State Route %route%",
link = {
hook = "mask",
mask = "Road data/masks/IND",
base = "state",
masked = "fullstate",
default = "State Route %route% [state||(%fullstate%)|]"
},
abbr = "SR %route%"
}


return IND
return IND

07:25, 16 மார்ச்சு 2025 இல் கடைசித் திருத்தம்

Documentation for this module may be created at Module:Road data/strings/IND/doc

--[==[
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("Module:Road data/util")
util.addAll(IND, require("Module:Road data/strings/ASIA"))

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

IND.NE = {
	shield = "NE%route%-IN.svg",
	orientation = "upright",
	name = "தேசிய விரைவுவழி %ro %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",
		["Andhra Pradesh"] = "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",
		["West Bengal"] = "WB SH%route%-IND.png",
		default = "Road marker IN SH.svg"
	},
	shieldlist = {
		ifexists = true,
		arg = "state",
		AP = "Road marker SH IN-AP%route%.svg",
		["Andhra Pradesh"] = "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",
		["West Bengal"] = "WB SH%route%-IND.png",
		default = "Road marker IN SH.svg"
	},
	orientation = "upright",
	name = "State Highway %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 = "State Route %route%",
	link = {
		hook = "mask",
		mask = "Road data/masks/IND",
		base = "state",
		masked = "fullstate",
		default = "State Route %route% [state||(%fullstate%)|]"
	},
	abbr = "SR %route%"
}

return IND
"https://tamilar.wiki/w/index.php?title=Module:Road_data/strings/IND&oldid=232533" இலிருந்து மீள்விக்கப்பட்டது