Module:Adjacent stations/Taipei Metro/sandbox

This is an old revision of this page, as edited by Jc86035 (talk | contribs) at 17:02, 29 July 2018 (synchronize). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local a = "%1 station"
local b = "%1 gondola station"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[File:Taipei Metro Logo(Logo Only).svg|18px|link=Taipei Metro]] [[Taipei Metro]]",
	["station format"] = {
		"%1 MRT station",
		
		["Banqiao"] = a,
		["Nangang"] = a,
		["Songshan"] = a,
		["Taipei Zoo"] = a,
		
		["Maokong"] = b,
		["Taipei Zoo South"] = b,
		["Zhinan Temple"] = b,
		
		["Taipei main station"] = "Taipei station",
		["Nangang Exhib Center"] = "Taipei Nangang Exhibition Center MRT station",
	},
	["lines"] = {
		["BR"] = {
			["line title"] = "[[File:Taipei Metro Line BR.svg|18px]] [[Wenhu line]]",
			["color"] = "9e652e",
			["left terminus"] = "Nangang Exhib Center",
			["right terminus"] = "Taipei Zoo"
		},
		["R"] = {
			["line title"] = "[[File:Taipei Metro Line R.svg|18px]] [[Tamsui–Xinyi line]]",
			["color"] = "cb2c30",
			["left terminus"] = {
				{"Tamsui", "Beitou"},
				["Tamsui"] = "Tamsui"
			},
			["right terminus"] = {
				{"Xiangshan", "Daan"},
				["Xiangshan"] = "Xiangshan"
			}
		},
		["G"] = {
			["line title"] = "[[File:Taipei Metro Line G.svg|18px]] [[Songshan–Xindian line]]",
			["color"] = "007749",
			["left terminus"] = "Songshan",
			["right terminus"] = {
				{"Xindian", "Taipower Building"},
				["Xindian"] = "Xindian"
			}
		},
		["O"] = {
			["line title"] = "[[File:Taipei Metro Line O.svg|18px]] [[Zhonghe–Xinlu line]]",
			["color"] = "ffa300",
			["left terminus"] = {
				{"Huilong", "Luzhou"},
				["Huilong"] = "Huilong",
				["Luzhou"] = "Luzhou"
			},
			["right terminus"] = "Nanshijiao"
		},
		["BL"] = {
			["line title"] = "[[File:Taipei Metro Line BL.svg|18px]] [[Bannan line]]",
			["color"] = "005eb8",
			["left terminus"] = {
				{"Dingpu", "Far Eastern Hospital"},
				["Dingpu"] = "Dingpu"
			},
			["right terminus"] = "Nangang Exhib Center"
		},
		["Xiaobitan"] = {
			["line title"] = "[[Xiaobitan line]]",
			["color"] = "cedc00",
			["left terminus"] = "Qizhang",
			["right terminus"] = "Xiaobitan"
		},
		["Xinbeitou"] = {
			["line title"] = "[[Xinbeitou line]]",
			["color"] = "f890a5",
			["left terminus"] = "Xinbeitou",
			["right terminus"] = "Beitou"			
		},
		["Maokong"] = {
			["line title"] = "[[Maokong Gondola]]",
			["color"] = "78be20",
			["left terminus"] = "Taipei Zoo",
			["right terminus"] = "Maokong"
		}
	}
}

return p