มอดูล:Adjacent stations/Gwangju Metro

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

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

Lines[แก้]

สายKeysสีรหัสสีตรา
สาย 1 1   009088

local grtc = "%1 station (Gwangju Metro)"
local g = "%1 station (Gwangju)"

local p = {
	["system title"] = "[[รถไฟใต้ดินควังจู]]",
	["system icon"] = "",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #F08200;  padding: 0.4em 4px;",
	["header background color"] = "009088",
	["header text color"] = "FFFFFF",	
	["station format"] = {
		"สถานี%1",
		["Uncheon"] = g,
		["Airport"] = g,
		["Gwangju Songjeong"] = grtc,
		["Hwajeong"] = g,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[รถไฟใต้ดินควังจู สาย 1|สาย 1]]",
			["color"] = "009088",
			["icon"] = "[[File:Gwangju Metro Line 1.svg|16px|alt=]]",
			["left terminus"] = "นกดง",
			["right terminus"] = "	พย็องดง",				
		},
	},
}

return p