Module:Adjacent stations/Toronto Island ferries

< Module:Adjacent stations
Revision as of 22:48, 26 September 2022 by imported>Frietjes (Created page with 'local p = { ["system title"] = "Toronto Island ferries", ["station format"] = { "%1 Docks", ["Jack Layton Ferry Terminal"] = "%1" }, ["lines"] = { ["_default"] = { ["color"] = "418bca", ["title"] = "%1" }, ["Centre Island Ferry"] = { ["left terminus"] = "Jack Layton Ferry Terminal", ["right terminus"] = "Centre Island" }, ["Hanlan's Point Ferry"] = { ["left terminus"] = "Jack Layton Ferry Terminal", ["right te...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Toronto Island ferries]]",
	["station format"] = {
		"%1 Docks",
		["Jack Layton Ferry Terminal"] = "[[%1]]"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "418bca",
			["title"] = "[[%1]]"
		},
		["Centre Island Ferry"] = {
			["left terminus"] = "Jack Layton Ferry Terminal",
			["right terminus"] = "Centre Island"
		},
		["Hanlan's Point Ferry"] = {
			["left terminus"] = "Jack Layton Ferry Terminal",
			["right terminus"] = "Hanlan's Point"
		},
		["Ward's Island Ferry"] = {
			["left terminus"] = "Jack Layton Ferry Terminal",
			["right terminus"] = "Ward's Island"
		}
	},
	["aliases"] = {
		["cif"] = "Centre Island Ferry",
		["hpf"] = "Hanlan's Point Ferry",
		["wif"] = "Ward's Island Ferry"
	}
}

return p