Module:Adjacent stations/New Taipei Metro

MyWikiBiz, Author Your Legacy — Monday November 04, 2024
< Module:Adjacent stations
Revision as of 18:38, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/New Taipei Metro)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/New Taipei Metro/doc

-- Template not yet implemented

local p = {
	["system title"] = "[[New Taipei Metro]]",
	["station format"] = {
		"%1 light rail station",
		["Hongshulin"] = "%1 station"
	},
	["lines"] = {
		["V"] = {
			["title"] = "[[Danhai light rail]]",
			["color"] = "e5554f",
			["left terminus"] = "Kanding",
			["right terminus"] = "Hongshulin"
		},
		["K"] = {
			["title"] = "[[Ankeng light rail]]",
			["color"] = "c3b091",
			["left terminus"] = "",
			["right terminus"] = "",			
		}
	},
	["aliases"] = {
		["danhai"] = "V",
		["ankeng"] = "K"
	}
}

return p