Module:Adjacent stations/Lahore Metro

local QQQQ = "<span class=error>????</span>"

local nf =  "font-size: 180%; font-family:Helvetica, Arial, sans-serif; font-weight: bold; line-height: 150%; background-color:#09143C; color:#FFF;"

local p = {
	["system title"] = "[[Lahore Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = {
		["orange"] = nf .. "border-top: 10px solid #FFA500;"
},
	["system color"] = "",
	["header background color"] = "EEEEEE",
	["station format"] = {
		"%1 (Lahore Metro)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Lahore Metro)|%1 Line]]",
			["left terminus"] = QQQQ,
			["right terminus"] = QQQQ,
		},
		["Orange"] = {
			["color"] = "FFA500",
			["left terminus"] = "Dera Gujran Terminal",
			["right terminus"] = "Ali Town Terminal",
		},
	},
	["aliases"] = {
		["orange"] = "Orange",
	} 
}

return p