Module:Adjacent stations/Shibayama

< Module:Adjacent stations
Revision as of 03:56, 27 November 2021 by imported>Cards84664 (Created page with 'local p = { ["lang"] = "en-GB", ["system title"] = "20px Shibayama Railway", ["system color"] = "008459", ["station format"] = { "%1 Station", }, ["lines"] = { ["Shibayama"] = { ["title"] = "Shibayama Railway Line", ["color"] = "008459", ["left terminus"] = "Higashi-Narita", ["right terminus"] = "Shibayama-Chiyoda", }, }, } return p')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["lang"] = "en-GB",
	["system title"] = "[[File:Shibayama Railway Logo.SVG|20px]] [[Shibayama Railway]]",
	["system color"] = "008459",
	["station format"] = {
		"%1 Station",
	},
	["lines"] = {
		["Shibayama"] = {
			["title"] = "[[Shibayama Railway Line]]",
			["color"] = "008459",
			["left terminus"] = "Higashi-Narita",
			["right terminus"] = "Shibayama-Chiyoda",
		},
	},
}

return p