Jump to content

Module:Adjacent stations/Wuhu Rail Transit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ZandDev (talk | contribs) at 18:39, 4 June 2022 (new module for Wuhu Rail Transit). 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 m = "[[%1 station (Wuhu Rail Transit)|%1]]"
local rws = "[[%1 railway station|%1 Railway Station]]"
local p = {
	["system title"] = "[[Wuhu Rail Transit]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["Example"] = m,
		["Wuhunan Railway Station"] = rws,
		["Wuhu South Railway Station"] = rws,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "bbbbbb",
			["title"] = "[[Line %1 (Wuhu Rail Transit)|Line %1]]"
		},
		["1"] = {
			["color"] = "e72718",
			["left terminus"] = "Baoshunlu",
			["right terminus"] = "Baimashan"
		},
		["2"] = {
			["color"] = "00a3e8",
			["left terminus"] = "Jiuziguangchang",
			["right terminus"] = "Wanchunhulu"
		},
	}
}

return p