Module:Adjacent stations/Taipei Metro/sandbox

This is an old revision of this page, as edited by Szqecs (talk | contribs) at 14:34, 24 May 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {
	["system title"] = "[[File:Taipei Metro Logo(Logo Only).svg|18px|link=Taipei Metro]] [[Taipei Metro]]",
	["station format"] = {
		"%1 MRT station",
		"%1 gondola station",
		"%1 station",
		["Taipei Main station"] = "Taipei station",
		["Nangang Exhib Center"] = "Taipei Nangang Exhibition Center MRT station",
		["Maokong"] = 2,
		["Taipei Zoo South"] = 2,
		["Zhinan Temple"] = 2,
		["Banqiao"] = 3,
		["Nangang"] = 3,
		["Songshan"] = 3,
		["Taipei Zoo"] = 3
	},
	["lines"] = {
		["BR"] = {
			["line title"] = "[[File:Taipei Metro Line BR.svg|18px]] [[Wenhu line]]",
			["colour"] = "9e652e",
			["left terminus"] = "Nangang Exhib Center",
			["right terminus"] = "Taipei Zoo"
		},
		["R"] = {
			["line title"] = "[[File:Taipei Metro Line R.svg|18px]] [[Tamsui–Xinyi line]]",
			["colour"] = "cb2c30",
			["left terminus"] = {"Tamsui", "Beitou"},
			["right terminus"] = {"Xiangshan", "Beitou"},
			["other types"] = {
				[""] = {
					["left terminus"] = "Tamsui",
					["right terminus"] = "Xiangshan"
				}
			}
		},
		["G"] = {
			["line title"] = "[[File:Taipei Metro Line G.svg|18px]] [[Songshan–Xindian line]]",
			["colour"] = "007749",
			["left terminus"] = "Songshan",
			["right terminus"] = {"Xindian", "Taipower Building"},
			["other types"] = {
				[""] = {
					["right terminus"] = "Xindian"
				}
			}
		},
		["O"] = {
			["line title"] = "[[File:Taipei Metro Line O.svg|18px]] [[Zhonghe–Xinlu line]]",
			["colour"] = "ffa300",
			["left terminus"] = {"Huilong", "Luzhou"},
			["right terminus"] = "Nanshijiao",
			["other types"] = {
				["Huilong"] = {
					["left terminus"] = "Huilong"
				},
				["Luzhou"] = {
					["left terminus"] = "Luzhou"
				}
			}
		},
		["BL"] = {
			["line title"] = "[[File:Taipei Metro Line BL.svg|18px]] [[Bannan line]]",
			["colour"] = "005eb8",
			["left terminus"] = {"Dingpu", "Far Eastern Hospital"},
			["right terminus"] = "Nangang Exhib Center",
			["other types"] = {
				["full"] = {
					["left terminus"] = "Dingpu"
				}
			}
		}
	}
}

return p