Module:Adjacent stations/Chiba

MyWikiBiz, Author Your Legacy — Friday July 05, 2024
< Module:Adjacent stations
Revision as of 18:21, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Chiba)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Chiba/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Chiba Urban Monorail]]",
	["system color"] = "0028a0",
	["station format"] = {
		["Kenchō-mae"] = "Kenchō-mae Station (Chiba)",
		["Sakaechō"] = "Sakaechō Station (Chiba)",
		["Sakuragi"] = "Sakuragi Station (Chiba)",
		["Shiyakusho-mae"] = "Shiyakusho-mae Station (Chiba)",
		"%1 Station",
	},
	["lines"] = {
		["1"] = {
			["title"] = "Line 1",
			["color"] = "0028a0",
			["left terminus"] = "Chiba-Minato",
			["right terminus"] = "Kenchō-mae",
		},
		["2"] = {
			["title"] = "Line 2",
			["color"] = "0028a0",
			["left terminus"] = "Chiba",
			["right terminus"] = "Chishirodai",
		},
	},
}

return p