模組:Adjacent stations/伊賀鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local japan = "%1站 (日本)"
local mie = "%1站 (三重縣)"
local p = {
	["system title"] = "[[伊賀鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["新居"] = japan,
		["丸山"] = mie,
	},
	["lines"] = {
		["伊賀線"] = {
			["title"] = "[[伊賀線]]",
			["color"] = "703664",
			["left terminus"] = "伊賀上野",
			["right terminus"] = "伊賀神戶"
		},
	},
	["aliases"] = {
	}
}

return p