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
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Orange Line | Orange or orange |
F7931D |
|
local QQQQ = "<span class=error>????</span>"
local nf = "font-size: 180%; font-family:Helvetica, Arial, sans-serif; font-weight: bold; line-height: 150%; "
local p = {
["system title"] = "[[Lahore Metro]]",
["system icon"] = "[[File:Punjab Metrobus Authority Logo.png|20px|link=Punjab Masstransit Authority]]",
["system color"] = "",
["name format"] = {
["orange"] = nf .. "border-top: 10px solid #F7931D;"
},
["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"] = "F7931D",
["left terminus"] = "Ali Town Terminal",
["right terminus"] = "Dera Gujran Terminal",
},
},
["aliases"] = {
["orange"] = "Orange",
}
}
return p