Jump to content

Module:Adjacent stations/Qingdao Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Garuda3 (talk | contribs) at 17:47, 11 August 2021 (starting page). 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 x = "%1 station (Qingdao Metro)"
local y = "%1 railway station"

local p = {
	["system title"] = "[[Qingdao Metro]]",
	["station format"] = {
		"%1 station",

		["Dongjiakou"] = y,
		["Jiaozhou North"] = y,
		["Qingdao"] = y,
		["Qingdao North"] = y,
		["Qingdao Airport"] = y,

	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Line 1 (Qingdao Metro)|Line 1]]",
			["color"] = "D9AA19",
			["left terminus"] = "Qingdao North",
			["right terminus"] = "Dongguozhuang"
		},
		["2"] = {
			["title"] = "[[Line 2 (Qingdao Metro)|Line 2]]",
			["color"] = "922B32",
			["left terminus"] = "Taishan Road",
			["right terminus"] = "Licun Park"
		},
		["3"] = {
			["title"] = "[[Line 3 (Qingdao Metro)|Line 3]]",
			["color"] = "005BB6",
			["left terminus"] = "Qingdao",
			["right terminus"] = "Qingdao North"
		},
		["8"] = {
			["title"] = "[[Line 8 (Qingdao Metro)|Line 8]]",
			["color"] = "C02996",
			["left terminus"] = "Qingdao North",
			["right terminus"] = "Jiaozhou North"
		},
		["11"] = {
			["title"] = "[[Line 11 (Qingdao Metro)|Line 11]]",
			["color"] = "304299",
			["left terminus"] = "Miaoling Road",
			["right terminus"] = "Qiangu Mountain"
		},
		["13"] = {
			["title"] = "[[Line 13 (Guangzhou Metro)|Line 13]]",
			["color"] = "00AC84",
			["left terminus"] = "Jinggangshan Road",
			["right terminus"] = "Dongjiakou"
		},
		["7"] = {
			["title"] = "[[Line 7 (Guangzhou Metro)|Line 7]]",
			["color"] = "97d700",
			["left terminus"] = "Guangzhou South Railway Station",
			["right terminus"] = "Higher Education Mega Center South"
		},
		["8"] = {
			["title"] = "[[Line 8 (Guangzhou Metro)|Line 8]]",
			["color"] = "008c95",
			["left terminus"] = "Fenghuang Xincun",
			["right terminus"] = "Wanshengwei"
		},
		["9"] = {
			["title"] = "[[Line 9 (Guangzhou Metro)|Line 9]]",
			["color"] = "71cc98",
			["left terminus"] = "Fei'eling",
			["right terminus"] = "Gaozeng"
		},
		["10"] = {
			["title"] = "[[Line 10 (Guangzhou Metro)|Line 10]]",
			["color"] = "7d9bc1"
		},
		["11"] = {
			["title"] = "[[Line 11 (Guangzhou Metro)|Line 11]]",
			["color"] = "470a68"
		},
		["12"] = {
			["title"] = "[[Line 12 (Guangzhou Metro)|Line 12]]",
			["color"] = "59621d"
		},
		["13"] = {
			["title"] = "[[Line 13 (Guangzhou Metro)|Line 13]]",
			["color"] = "8e8c13",
			["left terminus"] = "Yuzhu",
			["right terminus"] = "Xinsha"
		},
		["14"] = {
			["title"] = "[[Line 14 (Guangzhou Metro)|Line 14]]",
			["color"] = "81312f",
			["left terminus"] = "Jiahewanggang",
			["right terminus"] = {"Dongfeng", "Zhenlong"}
		},
		["15"] = {
			["title"] = "[[Line 15 (Guangzhou Metro)|Line 15]]",
			["color"] = "ae8a79"
		},
		["16"] = {
			["title"] = "[[Line 16 (Guangzhou Metro)|Line 16]]",
			["color"] = "9e652e"
		},
		["17"] = {
			["title"] = "[[Line 17 (Guangzhou Metro)|Line 17]]",
			["color"] = "8b84d7"
		},
		["18"] = {
			["title"] = "[[Line 18 (Guangzhou Metro)|Line 18]]",
			["color"] = "0972ce"
		},
		["19"] = {
			["title"] = "[[Line 19 (Guangzhou Metro)|Line 19]]",
			["color"] = "bb29bb"
		},
		["20"] = {
			["title"] = "[[Line 20 (Guangzhou Metro)|Line 20]]",
			["color"] = "d9017a"
		},
		["21"] = {
			["title"] = "[[Line 21 (Guangzhou Metro)|Line 21]]",
			["color"] = "201747",
			["left terminus"] = "Zhenlongxi",
			["right terminus"] = "Zengcheng Square"
		},
		["22"] = {
			["title"] = "[[Line 22 (Guangzhou Metro)|Line 22]]",
			["color"] = "a65a29"
		},
		["Guangfo"] = {
			["title"] = "[[Guangfo Metro|Guangfo line]]",
			["color"] = "c4d600",
			["left terminus"] = "Xincheng Dong",
			["right terminus"] = "Lijiao"
		},
		["APM"] = {
			["title"] = "[[Zhujiang New Town Automated People Mover System|Zhujiang APM]]",
			["color"] = "00b5e2",
			["left terminus"] = "Canton Tower",
			["right terminus"] = "Linhexi"
		},
		["THZ1"] = {
			["title"] = "[[Haizhu Tram]]",
			["color"] = "43b02a",
			["left terminus"] = "Canton Tower",
			["right terminus"] = "Wanshengwei"
		},
		["_default"] = {
			["title"] = "[[Line %1 (Guangzhou Metro)|Line %1]]",
			["color"] = "bbbbbb"
		}
	},
	["aliases"] = {
		["g"] = "Guangfo",
		["gf"] = "Guangfo",
		["guangfo"] = "Guangfo",
		["a"] = "APM",
		["apm"] = "APM",
		["k"] = "14",
		["kc"] = "14",
		["thz1"] = "THZ1",
	}
}

return p