Jump to content

Module:Adjacent stations/Qingdao Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ontosteak (talk | contribs) at 11:21, 2 January 2022 (the sub-name of the station is now removed from this station). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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,
		
		["Taipingqiao Park (Yiliao)"] = [[Taipingqiao Park station|Taipingqiao Park]],

	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Line 1 (Qingdao Metro)|Line 1]]",
			["color"] = "D9AA19",
			["left terminus"] = "Wangjiagang",
			["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"
		},
		["_default"] = {
			["title"] = "[[Line %1 (Qingdao Metro)|Line %1]]",
			["color"] = "bbbbbb"
		}
	}
}

return p