Jump to content

Module:Adjacent stations/Osaka Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 16:07, 24 September 2022 (Created page with 'local p = { ["system title"] = "Osaka Metro", ["station format"] = { "%1 Station" }, ["lines"] = { ["Midosuji"] = { ["title"] = "Midōsuji Line", ["icon"] = "22px", ["color"] = "E5171F", ["left terminus"] = "", ["right terminus"] = "" }, ["Tanimachi"] = { ["title"] = "Tanimachi Line", ["icon"] = "22px", ["color"] = "52...'). 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"] = "[[Osaka Metro]]",
	["station format"] = {
		"%1 Station"
	},
	["lines"] = {
		["Midosuji"] = {
			["title"] = "[[Midōsuji Line]]",
			["icon"] = "[[File:Osaka Metro Midosuji line symbol.svg|22px]]",
			["color"] = "E5171F",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Tanimachi"] = {
			["title"] = "[[Tanimachi Line]]",
			["icon"] = "[[File:Osaka Metro Tanimachi line symbol.svg|22px]]",
			["color"] = "522886",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Yotsubashi"] = {
			["title"] = "[[Yotsubashi Line]]",
			["icon"] = "[[File:Osaka Metro Yotsubashi line symbol.svg|22px]]",
			["color"] = "0078BE",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Chuo"] = {
			["title"] = "[[Osaka Metro Chūō Line|Chūō Line]]",
			["icon"] = "[[File:Osaka Metro Chuo line symbol.svg|22px]]",
			["color"] = "019A66",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Sennichimae"] = {
			["title"] = "[[Sennichimae Line]]",
			["icon"] = "[[File:Osaka Metro Sennichimae line symbol.svg|22px]]",
			["color"] = "E44D93",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Sakaisuji"] = {
			["title"] = "[[Sakaisuji Line]]",
			["icon"] = "[[File:Osaka Metro Sakaisuji line symbol.svg|22px]]",
			["color"] = "814721",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Nagahori"] = {
			["title"] = "[[Nagahori Tsurumi-ryokuchi Line]]",
			["icon"] = "[[File:Osaka Metro Nagahori Tsurumi-ryokuchi line symbol.svg|22px]]",
			["color"] = "A9CC51",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Imazatosuji"] = {
			["title"] = "[[Imazatosuji Line]]",
			["icon"] = "[[File:Osaka Metro Imazatosuji line symbol.svg|22px]]",
			["color"] = "EE7B1A",
			["left terminus"] = "",
			["right terminus"] = ""
		},
		["Porttown"] = {
			["title"] = "[[Nankō Port Town Line]]",
			["icon"] = "[[File:Osaka Metro Nanko Port Town line symbol.svg|22px]]",
			["color"] = "00A0DE",
			["left terminus"] = "",
			["right terminus"] = ""
		},
	},
	["aliases"] = {
		["m"] = "Midosuji",
		["1"] = "Midosuji",
		["t"] = "Tanimachi",
		["2"] = "Tanimachi",
		["y"] = "Yotsubashi",
		["3"] = "Yotsubashi",
		["c"] = "Chuo",
		["4"] = "Chuo",
		["s"] = "Sennichimae",
		["5"] = "Sennichimae",
		["k"] = "Sakaisuji",
		["6"] = "Sakaisuji",
		["m"] = "Nagahori",
		["7"] = "Nagahori",
		["tsurumi-ryokuchi"] = "Nagahori",
		["nagahori tsurumi-ryokuchi"] = "Nagahori",
		["i"] = "Imazatosuji",
		["8"] = "Imazatosuji",
		["p"] = "Porttown",
		["newtram"] = "Porttown",
		["nanko"] = "Porttown",
	},
}

return p