Jump to content

Module:Adjacent stations/Pune Suburban Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 08:31, 2 September 2022 (Created page with 'local p = { ["system title"] = "Pune Suburban Railway", ["system icon"] = "", ["system color"] = "", ["station format"] = { "%1 railway station", ["Pune Junction "] = "Pune railway station", }, ["lines"] = { ["Lonavala Line"] = { ["title"] = "Lonavala Line", ["color"] = "006400", ["left terminus"] = "Lonavala", ["right terminus"] = "Pune Junction", }, }, ["aliases"] = { ["lo...'). 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"] = "[[Pune Suburban Railway]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 railway station",
		["Pune Junction "] = "Pune railway station",
	},
	["lines"] = {
		["Lonavala Line"] = {
			["title"] = "[[Pune Suburban Railway#Stations with route map|Lonavala Line]]",
			["color"] = "006400",
			["left terminus"] = "Lonavala",
			["right terminus"] = "Pune Junction",
		},
	},
	["aliases"] = {
		["lonavala"] = "Lonavala Line"
	} 
}

return p