Module:Adjacent stations/Taipei Metro/sandbox

This is an old revision of this page, as edited by Szqecs (talk | contribs) at 13:55, 29 April 2018 (Testing new version.). 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]] [[Taipei Metro]]",
	["station format"] = {
		"[[%1 MRT station|%1]]",
		["Tamsui or Beitou"] = "[[Tamsui MRT station|Tamsui]] or [[Beitou MRT station|Beitou]]",
			["Xiangshan or Daan"] = "[[Xiangshan MRT station|Xiangshan]] or [[Daan MRT station|Daan]]",
			["Xindian or Taipower Building"] = "[[Xindian MRT station|Xindian]] or [[Taipower Building MRT station|Taipower Building]]",
			["Huilong or Luzhou"] = "[[Huilong MRT station|Huilong]] or [[Luzhou MRT station|Luzhou]]",
			["Dingpu or Far Eastern Hospital"] = "[[Dingpu MRT station|Dingpu]] or [[Far Eastern Hospital MRT station|Far Eastern Hospital]]",
			["Taipei Main"] = "[[Taipei station|Taipei Main station]]",
			["Nangang Exhib Center"] = "Taipei Nangang Exhibition Center MRT station",
			["Maokong"] = "[[Maokong gondola station|Maokong]]",
			["Taipei Zoo South"] = "[[Taipei Zoo South gondola station|Taipei Zoo South]]",
			["Zhinan Temple"] = "[[Zhinan Temple gondola station|Zhinan Temple]]",
			["Banqiao"] = "[[Banqiao station|Banqiao]]",
			["Nangang"] = "[[Nangang station|Nangang]]",
			["Songshan"] = "[[Songshan station|Songshan]]",
			["Taipei Zoo"] = "%1 station"
	},
	['lines'] = {
		["BR"] = {
			["line title"] = "[[File:Taipei Metro Line BR.svg|18px]] [[Wenhu line]]",
			["colour"] = "9e652e",
			["left terminus"] = "Taipei Nangang Exhibition Center",
			["right terminus"] = "Taipei Zoo"
		},
		["R"] = {
			["line title"] = "[[File:Taipei Metro Line R.svg|18px]] [[Tamsui–Xinyi line]]",
			["colour"] = "cb2c30",
			["left terminus"] = {
					"Tamsui or Beitou",
					["Tamsui"] = "Tamsui"
			},
			["right terminus"] = {
					"Xiangshan or Daan",
					["Xiangshan"] = "Xiangshan"
			}
		},
		["G"] = {
			["line title"] = "[[File:Taipei Metro Line G.svg|18px]] [[Songshan–Xindian line]]",
			["colour"] = "007749",
			["left terminus"] = "Songshan",
			["right terminus"] = {
				"Xindian or Taipower Building",
				["Xindian"] = "Xindian"
			}
		},
		["O"] = {
			["line title"] = "[[File:Taipei Metro Line O.svg|18px]] [[Zhonghe–Xinlu line]]",
			["colour"] = "ffa300",
			["left terminus"] = {
				"Huilong or Luzhou",
				["Huilong"] = "Huilong",
				["Luzhou"] = "Luzhou"
			},
			["right terminus"] = "Nanshijiao"
		},
		["BL"] = {
			["line title"] = "[[File:Taipei Metro Line BL.svg|18px]] [[Bannan line]]",
			["colour"] = "005eb8",
			["left terminus"] = {
				"Dingpu or Far Eastern Hospital",
				["Dingpu"] = "Dingpu"
			},
			["right terminus"] = "Taipei Nangang Exhibition Center"
		}
	}
}

return p