Jump to content

Module:Adjacent stations/Shimabara Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 03:51, 25 September 2022 (Created page with 'local p = { ["lang"] = "en-GB", ["system title"] = "Shimabara Railway", ["system color"] = "FEF500", ["station format"] = { "%1 Station", }, ["lines"] = { ["Shimabara"] = { ["title"] = "Shimabara Railway Line", ["color"] = "FEF500", ["left terminus"] = "Isahaya", ["right terminus"] = "Shimabarako", }, }, } return p'). 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-GB",
	["system title"] = "[[Shimabara Railway]]",
	["system color"] = "FEF500",
	["station format"] = {
		"%1 Station",
		},
	["lines"] = {
		["Shimabara"] = {
			["title"] = "[[Shimabara Railway Line]]",
			["color"] = "FEF500",
			["left terminus"] = "Isahaya",
			["right terminus"] = "Shimabarako",
		},
	},
}

return p