Jump to content

Module:Adjacent stations/Iyotetsu

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 08:08, 27 December 2022 (Created page with 'local ehime = "%1 Station (Ehime)" local p = { ["system title"] = "Iyotetsu", ["system icon"] = "55px|link=Iyotetsu", ["station format"] = { "%1 Station", ["Takahama"] = ehime, }, ["lines"] = { ["_default"] = { ["title"] = "%1 Line", }, ["Takahama"] = { ["left terminus"] = "Takahama", ["right terminus"] = "Matsuyama City", ["color"] = "9ACD32", }, ["Yokogawara"] = { ["left terminus"] = "Ma...'). 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 ehime = "%1 Station (Ehime)"
local p = {
	["system title"] = "[[Iyotetsu]]",
	["system icon"] = "[[File:IYOTETSU logo.svg|55px|link=Iyotetsu]]",
	["station format"] = {
		"%1 Station",
		["Takahama"] = ehime,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line]]",
		},
		["Takahama"] = {
			["left terminus"] = "Takahama",
			["right terminus"] = "Matsuyama City",
			["color"] = "9ACD32",
		},
		["Yokogawara"] = {
			["left terminus"] = "Matsuyama City",
			["right terminus"] = "Yokogawara",
			["color"] = "00BFFF",
		},
		["Gunchū"] = {
			["left terminus"] = "Gunchū Port",
			["right terminus"] = "Matsuyama City",
			["color"] = "FF8C00",
		},
	},
	["aliases"] = {
		["t"] = "Takahama",
		["y"] = "Yokogawara",
		["g"] = "Gunchū",
		["gunchu"] = "Gunchū",
	}
}
return p