跳转到内容

模組:Adjacent stations/Metrorail Western Cape

维基百科,自由的百科全书

这是本页的一个历史版本,由South Africa No.1留言 | 贡献2019年5月21日 (二) 13:04 (// Edit via Wikiplus)编辑。这可能和当前版本存在着巨大的差异。

local ct = "%1車站 (開普敦)"
local sa = "%1車站 (南非)"

local p = {
	["system title"] = "[[西開普都市鐵路]]",
	["station format"] = {
		"%1 railway station",
		["Athlone"] = ct,
		["Claremont"] = ct,
		["Crawford"] = ct,
		["Esplanade"] = ct,
		["Heathfield"] = ct,
		["Kenilworth"] = ct,
		["Lakeside"] = ct,
		["Maitland"] = ct,
		["Plumstead"] = ct,
		["St. James"] = ct,
		["Woodstock"] = ct,
		["Huguenot"] = sa,
		["Wellington"] = sa,
		["Worcester"] = sa
	},
	["lines"] = {
		["Northern"] = {
			["title"] = "[[Northern Line (Cape Town)|Northern Line]]",
			["color"] = "00a650",
			["left terminus"] = "Cape Town",
			["right terminus"] = {"Wellington", "Muldersvlei", "Strand"},
			["types"] = {
				["Monte Vista"] = {
					["title"] = "services via Monte Vista",
					["right terminus"] = "Bellville"
				},
				["Mutual"] = {
					["title"] = "services via Mutual"
				},
				["Wellington"] = {
					["title"] = "Wellington service",
					["right terminus"] = "Wellington"
				},
				["Stellenbosch"] = {
					["title"] = "Stellenbosch service",
					["right terminus"] = "Muldersvlei"
				},
				["Strand"] = {
					["title"] = "Strand service",
					["right terminus"] = "Strand"
				}
			}
		},
		["Central"] = {
			["title"] = "[[Central Line (Cape Town)|Central Line]]",
			["color"] = "33bef3",
			["left terminus"] = "Cape Town",
			["right terminus"] = {"Kapteinsklip", "Chris Hani", "Bellville"},
			["types"] = {
				["Mutual"] = {
					["title"] = "services via Mutual"
				},
				["Pinelands"] = {
					["title"] = "services via Pinelands"
				},
				["Mitchells Plain"] = {
					["title"] = "Mitchells Plain service",
					["right terminus"] = "Kapteinsklip"
				},
				["Khayelitsha"] = {
					["title"] = "Khayelitsha service",
					["right terminus"] = "Chris Hani"
				},
				["Bellville"] = {
					["title"] = "Bellville service",
					["right terminus"] = "Bellville"
				}
			}
		},
		["Cape Flats"] = {
			["title"] = "[[Cape Flats Line]]",
			["color"] = "8c493a",
			["left terminus"] = "Cape Town",
			["right terminus"] = "Retreat"
		},
		["南"] = {
			["title"] = "[[南線 (開普敦)|南線]]",
			["color"] = "ed1c24",
			["left terminus"] = "開普敦",
			["right terminus"] = "西蒙斯鎮"
		},
	}
}

return p