Jump to content

Module:Adjacent stations/Surat Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rohitsetthachok (talk | contribs) at 08:15, 5 September 2023 (Created page with 'local p = { ["system title"] = "Surat Metro", ["system icon"] = "", ["color box format"] = "title", ["station format"] = { "%1 metro station" }, ["lines"] = { ["_default"] = { ["title"] = "%1 Line", ["text color"] = "fff" }, ["Orange"] = { ["color"] = "", ["left terminus"] = "Sarthana", ["right terminus"] = "DREAM City", }, ["Blue"] = { ["color"] = "0000ff", ["left terminus"] = "Bhesan",...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Surat Metro]]",
	["system icon"] = "",
	["color box format"] = "title",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Surat Metro)|%1 Line]]",
			["text color"] = "fff"
		},
		["Orange"] = {
			["color"] = "",
			["left terminus"] = "Sarthana",
			["right terminus"] = "DREAM City",
		},
		["Blue"] = {
			["color"] = "0000ff",
			["left terminus"] = "Bhesan",
			["right terminus"] = "Saroli",
		},
	},
	["aliases"] = {
		["red"] = "Red",
		["green"] = "Green"
	}
}

return p