มอดูล:Adjacent stations/ARL

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

This is a data module for Module:Adjacent stations. It supports services operated by Airport Rail Link (Bangkok).

Lines[แก้]

สายKeysสีรหัสสีตรา
สายซิตี้ City   00008B
เอชเอสอาร์ เชื่อม 3 สนามบิน Eastern HSR   ff0000

local p = {
	["system title"] = "[[รถไฟฟ้าแอร์พอร์ต เรล ลิงก์]]",
	["system icon"] = "[[File:ARLbangkok.svg|14px|link=รถไฟฟ้าแอร์พอร์ต เรล ลิงก์]]",
	["name format"] = {
		"border-left: 6px solid #00cc00; text-align: left; font-size: 160%; font-family: Arial; font-weight: Regular; color: #FFF; background-color: #{{Rcr|ARL|City}}; padding: 0.3em 4px; line-height: 1.2em;"
        },
    ["header background color"] = "{{Rcr|ARL|City}}",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"สถานี%1",
		["กรุงเทพอภิวัฒน์"] = "[[สถานีกลางบางซื่อ|กรุงเทพอภิวัฒน์]]",
		["หัวหมาก"] = "[[สถานีหัวหมาก#สถานีรถไฟฟ้าแอร์พอร์ต เรล ลิงก์ สถานีหัวหมาก|หัวหมาก]]",
		["พญาไท"] = "[[สถานีพญาไท#สถานีรถไฟฟ้าแอร์พอร์ต เรล ลิงก์ สถานีพญาไท|พญาไท]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[รถไฟฟ้าแอร์พอร์ต เรล ลิงก์|แอร์พอร์ต เรล ลิงก์]]",
			["color"] = "761f21",
		},
		["City"] = {
			["title"] = "[[รถไฟฟ้าแอร์พอร์ต เรล ลิงก์|สายซิตี้]]",
			["color"] = "00008B",
			["text color"] = "FFFFFF",
			["short name"] = "สายซิตี้",
			["left terminus"] = "พญาไท",
			["right terminus"] = "สุวรรณภูมิ",
		},
	    ["Eastern HSR"] = {
			["title"] = "[[รถไฟความเร็วสูงเชื่อม 3 สนามบิน|เอชเอสอาร์ เชื่อม 3 สนามบิน]]",
			["color"] = "ff0000",
			["text color"] = "FFFFFF",
			["short name"] = "เอชเอสอาร์ เชื่อม 3 สนามบิน",
			["left terminus"] = "ดอนเมือง",
			["right terminus"] = "อู่ตะเภา",
		},
	},
}

return p