มอดูล:Adjacent stations/Helsinki Metro

จากวิกิพีเดีย สารานุกรมเสรี
Documentation icon คู่มือการใช้งานมอดูล[ดู] [แก้] [ประวัติ] [ล้างแคช]

This is a data module for Module:Adjacent stations. It supports services operated by Helsinki Metro.

สายKeysสีรหัสสีตรา
สายเอ็ม 1 M1   FF6319
สายเอ็ม 2 M2   FF6319

local p = {
	["system title"] = "[[รถไฟใต้ดินเฮลซิงกิ]]",
	["system icon"] = "[[File:Helsingin metro logo.svg|16px|link=รถไฟใต้ดินเฮลซิงกิ]]",
	["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bold;"
		.. "color:#FFF; background-color:#DC4405; padding: 0.15em;",
	["header background color"] = "DC4405",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"สถานีรถไฟใต้ดิน%1",
		["Central"] = "Central Railway Station metro station (Helsinki)",
		["?"] = "<span class=\"error\">ERROR</span>"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[รถไฟใต้ดินเฮลซิงกิ#Lines|%1]]",
			["color"] = "FF6319",
		},
		["M1"] = {
			["title"] = "[[รถไฟใต้ดินเฮลซิงกิ|สายเอ็ม 1]]",
			["short name"] = "สายเอ็ม 1",
			["left terminus"] = "คิเวนลาห์ติ",
			["right terminus"] = "วัวซาริ",
		},
		["M2"] = {
			["title"] = "[[รถไฟใต้ดินเฮลซิงกิ|สายเอ็ม 2]]",
			["short name"] = "สายเอ็ม 2",
			["left terminus"] = "ตาปิโอลา",
			["right terminus"] = "เมลลุนแมะกิ",
		},
	}
}

return p