Module:Adjacent stations/GMRTC

From blackwiki
< Module:Adjacent stations
Revision as of 04:09, 6 May 2020 by blackwiki>AJP426 (Created page with 'local grtc = "%1 station (Gwangju Metro)" local g = "%1 station (Gwangju)" local p = { ["lang"] = "en", ["system title"] = "Gwangju Metro", ["system icon...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/GMRTC/doc

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

local p = {
	["lang"] = "en",
	["system title"] = "[[Gwangju Metro]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Uncheon"] = g,
		["Airport"] = g,
		["Gwangju Songjeong"] = grtc,
	},
	["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"	
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Gwangju Metro Line 1|Line 1]]",
			["color"] = "009088",
		},
		["1"] = {
			["left terminus"] = "Nokdong",
			["right terminus"] = "Pyeongdong",				
		},
	},
}

return p