跳转到内容

模組:Adjacent stations/渥太華輕鐵

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (渥太華輕鐵)"

local p = {
	["system title"] = "[[渥太華輕鐵]]",
	["system icon"] = "[[File:O-Train icon.png|16px|link=渥太華輕鐵]]",
	["system color"] = "ee1a2c",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 160%; color: #FFFFFF; background-color: #000000; padding: 0.4em 0.4em 0.4em 0.4em;",
	["header background color"] = "ee1a2c",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		['灣景'] = x,
		['聖勞倫特'] = x,
		['蒙特利爾'] = x,
		['國會'] = x,
	
		-- 2号线
		['灣景'] = x,
	
		-- 3号线
		['灣景'] = x,
		['聖勞倫特'] = x,
		['蒙特利爾'] = x,
		
		-- 4号线
		['機場'] = x,
		
		-- 模板格式需要
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[File:O-Train Line 1 logo.png|15px]] [[渥太華輕鐵1號線|1號線]]",
			["color"] = "D52D3A",
			["left terminus"] = "特尼牧場",
			["right terminus"] = "布萊爾",
			["types"] = {
				["建设中"] = {
					["title"] = "<div class='smA'>建设中</div>",
					["left terminus"] = "亞崗昆",
					["right terminus"] = "翠姆",
				},
			},
		},
	
		["2"] = {
			["title"] = "[[File:O-Train Line 2 logo.png|15px]] [[渥太華輕鐵2號線|2號線]]",
			["color"] = "77B821",
			["left terminus"] = "灣景",
			["right terminus"] = "格林伯勒",
			["types"] = {
				["建设中"] = {
					["title"] = "<div class='smA'>建设中</div>",
					["right terminus"] = "萊姆班克",
				},
			},
		},
	
		["3"] = {
			["title"] = "[[File:O-Train Line 3 logo.png|15px]] [[渥太華輕鐵3號線|3號線]]",
			["color"] = "A88844",
			["left terminus"] = "穆迪",
			["right terminus"] = "翠姆"
		},
	
		["4"] = {
			["title"] = "[[File:O-Train Line 4 logo.png|15px]] [[渥太華輕鐵4號線|4號線]]",
			["color"] = "4AA1D6",
			["left terminus"] = "南基斯",
			["right terminus"] = "機場"
		},
	
	},
}

return p