Jump to content

Module:Adjacent stations/Lahore Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pakieditor (talk | contribs) at 16:24, 3 August 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 #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"] = "Ali Town Terminal",
			["right terminus"] = "Dera Gujran Terminal",
		},
	},
	["aliases"] = {
		["orange"] = "Orange",
	} 
}

return p