模組:Adjacent stations/Brussels Metro

维基百科,自由的百科全书
文档图示 模块文档[创建]
local p = {
	["system title"] = "[[布鲁塞尔地铁]]",
	["system icon"] = "[[File:Brussels metro 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号线]]",
		},
		["1"] = {
			["color"] = "B92C92",
			["left terminus"] = "西站",
			["right terminus"] = "斯托克尔"
		},
		["2"] = {
			["color"] = "F68933",
			["left terminus"] = "西莫尼斯",
			["right terminus"] = "伊丽莎白",
		},
		["5"] = {
			["color"] = "FFCF04",
			["left terminus"] = "伊拉斯谟",
			["right terminus"] = "赫尔曼-德布鲁",
		},
		["6"] = {
			["color"] = "0080B2",
			["left terminus"] = "博杜安国王",
			["right terminus"] = "伊丽莎白",
		},
	},
	["aliases"] = {
		["m1"] = "1",
		["line 1"] = "1",
		["m2"] = "2",
		["line 2"] = "2",
		["m5"] = "5",
		["line 5"] = "5",
		["m6"] = "6",
		["line 6"] = "6",
	},
}

return p