Module:Adjacent stations/Lahore Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services in Lahore operated by Lahore Metro.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Orange Line | Orange or orange |
FFA500 |
|
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