跳转到内容

模組:Adjacent stations/Brussels tram

维基百科,自由的百科全书

这是本页的一个历史版本,由BigBullfrog留言 | 贡献2023年7月31日 (一) 17:26 建立内容为“local p = { ["system title"] = "布鲁塞尔有轨电车", ["system icon"] = "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站", ["南站"] = "[[南站站 (…”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
local p = {
	["system title"] = "[[布鲁塞尔有轨电车]]",
	["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",
		},
	},
	["aliases"] = {
		["t3"] = "3",
		["line 3"] = "3",
		["t4"] = "4",
		["line 4"] = "4",
		["t7"] = "7",
		["line 7"] = "7",
	},
}

return p