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 15:45, 3 August 2022 (Created page with 'local nf = "background-color: white; font-size: 200%; font-family:helvetica, Arial, sans-serif; font-weight: bolder; line-height: 150%;" local p = { ["system title"] = "Lahore Metro", ["system icon"] = "", ["system color"] = "", ["name format"] = "", ["header background color"] = "EEEEEE", ["station format"] = { "%1 (Lahore Metro)", }, ["lines"] = { ["_default"] = { ["title"] = "%1 Line", ["left terminus"] =...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local nf = "background-color: white; font-size: 200%; font-family:helvetica, Arial, sans-serif; font-weight: bolder; line-height: 150%;"

local p = {
	["system title"] = "[[Lahore Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "",
	["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"] = "Dera Gujran Terminal",
			["right terminus"] = "Ali Town Terminal",
		},
	},
	["aliases"] = {
		["orange"] = "Orange",
	} 
}

return p