跳转到内容

模組:Adjacent stations/河內都市鐵路

本页使用了标题或全文手工转换
维基百科,自由的百科全书

local x = "%1站 (河內市)"
local y = "%1站 (河內都市鐵路)"
local z = "%1站 (越南)"

local p = {
	["system title"] = "[[河內都市鐵路]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 2A号线
		["羅城"] = z,
		["河東"] = y,
		["羅溪"] = x,

		-- 3号线
		["富演"] = y,
		["國家大學"] = x,
		["河內"] = y
	},
	["lines"] = {
		["_default"] = {
			["color"] = "cccccc",
			["title"] = "[[河內都市鐵路%1號線|%1號線]]",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Hanoi Metro Line %1.svg|18px|link=河內都市鐵路%1號線|alt=河內都市鐵路%1號線]]",
		},
		-- 現有路綫
		["2A"] = {
			["color"] = "00c000",
			["left terminus"] = "吉靈",
			["right terminus"] = "安義"
		},
		["3"] = {
			["color"] = "A5B635",
			["left terminus"] = "呠",
			["right terminus"] = "河內"
		},
		-- 未來路綫
		["1"] = {
			["title"] = "[[河內都市鐵路#1號線|1號線]]",
			["color"] = "B22222",
		},
	    ["2"] = {
			["title"] = "[[河內都市鐵路#2號線|2號線]]",
			["color"] = "074C8C",
		},
		["4"] = {
			["title"] = "[[河內都市鐵路#未來擴展|4號線]]",
			["color"] = "FF8C00"
		},
		["5"] = {
			["title"] = "[[河內都市鐵路#5號線|5號線]]",
			["color"] = "FFD700",
		},
    	["6"] = {
			["title"] = "[[河內都市鐵路#未來擴展|6號線]]",
			["color"] = "A9A9A9",
		},
	    ["7"] = {
			["title"] = "[[河內都市鐵路#未來擴展|7號線]]",
			["color"] = "EF5BA1",
		},
	    ["8"] = {
			["title"] = "[[河內都市鐵路#未來擴展|8號線]]",
			["color"] = "4F079B",
		},
	    ["9"] = {
			["title"] = "[[河內都市鐵路#未來擴展|9號線]]",
			["color"] = "8B4513",
		},
	},
}

return p