Jump to content

Module:Adjacent stations/Turin SFM

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 06:54, 28 August 2022 (Created page with 'local p = { ["system title"] = "Turin SFM", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"] = { ["title"] = "SFM%1", ["icon"] = "link=Line SFM%1|50px|Line SFM%1", }, ["1"] = { ["color"] = "f58220", ["left terminus"] = "", ["right terminus"] = "" }, ["2"] = { ["color"] = "0095da",...'). 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"] = "[[Turin Metropolitan Railway Service|Turin SFM]]",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line SFM%1|SFM%1]]",
			["icon"] = "[[File:Turin Metropolitan Railway Service - Line %1 Logo.svg|link=Line SFM%1|50px|Line SFM%1]]",
		},
		["1"] = {
			["color"] = "f58220",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["2"] = {
			["color"] = "0095da",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["3"] = {
			["color"] = "a6ce39",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["4"] = {
			["color"] = "ed1c24",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["6"] = {
			["color"] = "8b231d",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["7"] = {
			["color"] = "f8c300",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["A"] = {
			["color"] = "0095da",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["B"] = {
			["color"] = "ed1c24",
			["left terminus"] = "",
			["right terminus"] = ""
		},
	},
	["aliases"] = {
		["sfm1"] = "1",
		["sfm2"] = "2",
		["sfm3"] = "3",
		["sfm4"] = "4",
		["sfm6"] = "6",
		["sfm7"] = "7",
		["sfma"] = "A",
		["sfmb"] = "B",
	}
}

return p