ماڈیول:Adjacent stations/Ahmedabad Metro

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
local nag = "%1 metro station (Ahmedabad)"

local p = {
	["system title"] = "[[Ahmedabad Metro]]",
	["system icon"] = "",
	["rail box format"] = "title",
	["name format"] = "font-size: 125%; font-family:sans-serif; font-weight:bold; color: #ffffff; background-color: #293a54; padding: 0.3em 4px; line-height: 110%",
	["header background color"] = "293a54",
	["station format"] = {
		"%1 metro station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Ahmedabad Metro)|%1 Line]]",
			["color"] = "cccccc",
			["text color"] = "FFFFFF",
		},
		["Blue"] = {
			["color"] = "47a9dc",
			["left terminus"] = "Thaltej Gam",
			["right terminus"] = "Vastral Gam",
		},
		["Red"] = {
			["color"] = "df4b56",
			["left terminus"] = "Mahatma Mandir",
			["right terminus"] = "Motera Stadium",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["red"] = "Red"
	} 
}

return p