Module:Adjacent stations/Caledonian MacBrayne

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

local rws = "%1 railway station"

local p = {
	["system title"] = "[[Caledonian MacBrayne]]",
	["system icon"] = "",
	["station format"] = {
		"%1",
		["Oban"] = rws,
		["Tarbert"] = "Tarbert, Harris",
		["Tobermory"] = "Tobermory, Mull",
		["Uig"] = "Uig, Snizort",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "E90521",
		},
		["Fionnphort–Iona"] = {
			["title"] = "[[Iona|Iona ferry]]",
			["left terminus"] = "Iona",
			["right terminus"] = "Fionnphort",
		},
		["Harris"] = {
			["title"] = "[[Harris, Scotland|Harris ferry]]",
			["left terminus"] = "Tarbert",
			["right terminus"] = "Uig",
		},
		["North Uist"] = {
			["title"] = "[[North Uist|North Uist ferry]]",
			["left terminus"] = "Lochmaddy",
			["right terminus"] = "Uig",
		},
		["Oban–Craignure"] = {
			["title"] = "[[Isle of Mull|Mull ferry]]",
			["left terminus"] = "Craignure",
			["right terminus"] = "Oban",
		},
		["Tobermory–Kilchoan"] = {
			["title"] = "Tobermory–Kilchoan ferry",
			["left terminus"] = "Tobermory",
			["right terminus"] = "Kilchoan",
		},
	},
}

return p