模組:Adjacent stations/上田丸子電鐵

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (長野縣)"

local p = {
	["system title"] = "[[上田電鐵|上田丸子電鐵]]",
	["station format"] = {
		"%1站",
		-- 消歧義,
		["上堀"] = x,
		["長瀨"] = x,

		["宮前"] = x,
		["富士山"] = x,
		["馬場"] = x,
		["依田"] = x,
		["御岳堂"] = x,
		["川端"] = x,
		["壽町"] = x,
		["河原町"] = x,
	},
	["lines"] = {
		["丸子線"] = {
			["title"] = "[[丸子線]]",
			["color"] = "cccccc",
			["left terminus"] = "上田東",
			["right terminus"] = "丸子町"
		},
		["西丸子線"] = {
			["title"] = "[[西丸子線]]",
			["color"] = "cccccc",
			["left terminus"] = "下之鄉",
			["right terminus"] = "西丸子"
		},
	},
	["aliases"] = {
	}
}

return p