模組:Adjacent stations/Brussels tram

文档图示 模块文档[创建]
local p = {
	["system title"] = "[[布鲁塞尔有轨电车|<small>布鲁塞尔有轨电车</small>]]",
	["system icon"] = "[[File:Brussels tramway icon.svg|16px|link=布鲁塞尔有轨电车|alt=The icon for Brussels Metro.A white letter 'M' on top of a pink circle.]]",
	["name format"] = "font-size: 160%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color: #000066; background-color: transparent;",
	["station format"] = {
		"%1站",
		["南站"] = "[[南站站 (布鲁塞尔地铁)|南站]]",
		["北站"] = "[[北站站 (布鲁塞尔准地铁)|北站]]",
		["丘吉尔"] = "[[丘吉尔站 (布鲁塞尔有轨电车)|丘吉尔]]",
		["迈泽尔"] = "[[迈泽尔站 (布鲁塞尔有轨电车)|迈泽尔]]",
		["罗日耶"] = "[[罗日耶站 (布鲁塞尔有轨电车)|罗日耶]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[布鲁塞尔有轨电车%1号线|%1号线]]",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:STIB-MIVB Line %1.svg|18px|link=布鲁塞尔有轨电车%1号线]]",
		},
		["3"] = {
			["title"] = "[[布鲁塞尔有轨电车3号线|3号线]]",
			["color"] = "C3CF21",
			["left terminus"] = "游憩场",
			["right terminus"] = "丘吉尔",
			["text color"] = "000000",
		},
		["4"] = {
			["title"] = "[[布鲁塞尔有轨电车4号线|4号线]]",
			["color"] = "F26F90",
			["left terminus"] = "北站",
			["right terminus"] = "斯塔勒",
			["text color"] = "000000",
		},
		["7"] = {
			["title"] = "[[布鲁塞尔有轨电车7号线|7号线]]",
			["color"] = "FFED00",
			["left terminus"] = "海瑟尔",
			["right terminus"] = "范德金德勒",
			["text color"] = "000000",
		},
		["25"] = {
			["title"] = "[[布鲁塞尔有轨电车25号线|25号线]]",
			["color"] = "8E004D",
			["left terminus"] = "罗日耶",
			["right terminus"] = "邦达尔站",
			["text color"] = "FFFFFF",
		},
			["55"] = {
			["title"] = "[[布鲁塞尔有轨电车55号线|55号线]]",
			["color"] = "EABC00",
			["left terminus"] = "达芬奇",
			["right terminus"] = "罗日耶",
			["text color"] = "000000",
		},
	},
	["aliases"] = {
		["t3"] = "3",
		["line 3"] = "3",
		["t4"] = "4",
		["line 4"] = "4",
		["t7"] = "7",
		["line 7"] = "7",
	},
}

return p