Jump to content

Module:Adjacent stations/Shaoxing Metro

From Wikipedia, the free encyclopedia

local m = "[[%1 station (Shaoxing Metro)|%1]]"
local rws = "[[Shaoxing railway station|Railway Station]]"
local nrws = "[[Shaoxing North railway station|Shaoxing North Railway Station]]"
local ecc = "[[Convention and Exhibition Center station (Shaoxing Metro)|Convention and Exhibition Center]]"

local p = {
	["system title"] = "[[Shaoxing Metro]]",
	["system color"] = "bbbbbb",
	["line icon format"] = "route",
	["station format"] = {
		"%1 station",
		["Shaoxing"] = rws,
		["Shaoxing Railway Station"] = rws,
		["Railway Station"] = rws,
		["Shaoxing North"] = nrws,
		["Shaoxing North Railway Station"] = nrws,
		["Yaqian"] = m,
		["Olympic Sports Center"] = m,
		['City Square'] = m,
		["Convention & Exhibition Center"] = ecc,
		["Convention and Exhibition Center"] = ecc,
		["Exhibition and Convention Center"] = ecc,
		["Xingye Road"] = m,
		["Dongshan Road"] = m,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "bbbbbb",
			["title"] = "[[Line %1 (Shaoxing Metro)|Line %1]]"
		},
		["1"] = {
			["color"] = "c5003e",
			["left terminus"] = "Guniangqiao",
			["right terminus"] = "Fangquan",
		},
		["2"] = {
			["color"] = "334a9a",
			["left terminus"] = "Jinghu Hospital",
			["right terminus"] = "Tandu",
		},
	},
	["aliases"] = {
		 ["hs"] = "1",
		 ["kq"] = "1"
	}
}

return p