模組:Adjacent stations/上田交通

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (長野縣)"
local p = {
	["system title"] = "[[上田交通]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["大學前"] = x,
		["中野"] = x,
	},
	["lines"] = {
		["BE"] = {
			["title"] = "'''BE''' [[別所線]]",
			["color"] = "000080",
			["left terminus"] = "上田",
			["right terminus"] = "別所溫泉"
		},
	},
}

return p