Jump to content

Module:Adjacent stations/JR Central

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 03:20, 17 January 2020 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "JR Central", ["system color"] = "ff5800", ["station format"] = { "%1...'). 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 = {
	["lang"] = "en-US",
	["system title"] = "[[Central Japan Railway Company|JR Central]]",
	["system color"] = "ff5800",
	["station format"] = {
		"%1 Station",
		},
	["lines"] = {
		["Tokaido Shinkansen"] = {
			["title"] = "[[Tōkaidō Shinkansen]]",
			["color"] = "1153af",
			["left terminus"] = "Shin-Ōsaka",
			["right terminus"] = "Tokyo",
			["types"] = {
				["Nozomi"] = {
					["title"] = "<small>[[Nozomi (train)|''Nozomi'']]</small>",
				},
				["Hikari"] = {
					["title"] = "<small>[[Hikari (train)|''Hikari'']]</small>",
				},
				["Kodama"] = {
					["title"] = "<small>[[Kodama (train)|''Kodama'']]</small>",
				},
			},
		},
	},
}

return p