Jump to content

Module:Adjacent stations/Bhoj Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rohitsetthachok (talk | contribs) at 02:17, 15 August 2023 (Created page with 'local p = { ["system title"] = "Bhoj Metro", ["system icon"] = "", ["color box format"] = "title", ["station format"] = { "%1 metro station" }, ["lines"] = { ["_default"] = { ["title"] = "%1 Line", ["text color"] = "fff" }, ["Orange"] = { ["color"] = "ff6600", ["left terminus"] = "Karond Chauraha", ["right terminus"] = "AIIMS", }, ["Blue"] = { ["color"] = "0000ff", ["left terminus"] = "Bhad...'). 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 p = {
	["system title"] = "[[Bhoj Metro]]",
	["system icon"] = "",
	["color box format"] = "title",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Bhoj Metro)|%1 Line]]",
			["text color"] = "fff"
		},
		["Orange"] = {
			["color"] = "ff6600",
			["left terminus"] = "Karond Chauraha",
			["right terminus"] = "AIIMS",
		},
		["Blue"] = {
			["color"] = "0000ff",
			["left terminus"] = "Bhadbhada Chauraha",
			["right terminus"] = "Ratnagiri Tiraha",
		},
	},
	["aliases"] = {
		["orange"] = "Orange",
		["blue"] = "Blue"
	}
}

return p