跳转到内容

模組:Adjacent stations/IR石川鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local japan = "%1站 (日本)"
local terminal= "%1"
local frame = mw.getCurrentFrame();
local link = frame:expandTemplate{ title = 'link-ja', args = { '%1站', '%1駅', '%1' } };

local p = {
	["system title"] = "[[IR石川鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
	},
	["lines"] = {
		["IR石川鐵道線"] = {
			["title"] = "[[IR石川鐵道線]]",
			["color"] = "00a7e3",
			["left terminus"] = "大聖寺",
			["right terminus"] = "俱利伽羅"
		}
	}
}

return p