Jump to content

Module:Adjacent stations/Adana Metro

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by WMSR (talk | contribs) at 00:13, 14 August 2024 (Created page with 'local p = { ["system title"] = "Adana Metro", ["system icon"] = "18px|link=Adana Metro", ["header text color"] = "ffffff", ["station format"] = { "%1 station", }, ["lines"] = { ["M1"] = { ["title"] = "Adana Metro", ["color"] = "E7790F", ["left terminus"] = "Hastane", ["right terminus"] = "Akıncılar", }, }, } return p'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Adana Metro]]",
	["system icon"] = "[[File:Adana_Metro_logo.svg|18px|link=Adana Metro]]",
	["header text color"] = "ffffff",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["M1"] = {
			["title"] = "[[Adana Metro]]",
			["color"] = "E7790F",
			["left terminus"] = "Hastane",
			["right terminus"] = "Akıncılar",
		},
	},
}

return p