模組:Adjacent stations/上田溫泉電軌

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (長野縣)"
local p = {
	["system title"] = "[[上田溫泉電軌]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["宮島"] = x,
		["福田"] = x,
		["小泉"] = x,
		["白銀"] = x,
		["村松"] = x,
		["青木"] = x,
	},
	["lines"] = {
		["青木線"] = {
			["title"] = "[[青木線]]",
			["color"] = "cccccc",
			["left terminus"] = "上田",
			["right terminus"] = "青木"
		},
	},
}

return p