模組:Adjacent stations/三木鐵道
外观
local railway= "%1站 (三木鐵道)"
local hyogo = "%1站 (兵庫縣)"
local frame = mw.getCurrentFrame();
local link = frame:expandTemplate{ title = 'link-ja', args = { '%1站', '%1駅', '%1' } };
local p = {
["system title"] = "[[三木鐵道]]",
["station format"] = {
"%1站",
-- 消歧義
["別所"] = hyogo,
["高木"] = hyogo,
["三木"] = railway,
},
["lines"] = {
["三木線"] = {
["title"] = "[[三木線]]",
["color"] = "cccccc",
["left terminus"] = "厄神",
["right terminus"] = "三木"
},
}
}
return p