Difference between revisions of "Module:Adjacent stations/GMRTC"

From blackwiki
Jump to navigation Jump to search
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...')
 
blackwiki>AJP426
Line 6: Line 6:
 
["system title"] = "[[Gwangju Metro]]",
 
["system title"] = "[[Gwangju Metro]]",
 
["system icon"] = "",
 
["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"
 +
},
 
["station format"] = {
 
["station format"] = {
 
"%1 station",
 
"%1 station",
Line 12: Line 18:
 
["Gwangju Songjeong"] = grtc,
 
["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"] = {
 
["lines"] = {
 
["1"] = {
 
["1"] = {

Revision as of 04:17, 6 May 2020

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

return p