模組:Adjacent stations/伊豆急行
外观
local frame = mw.getCurrentFrame();
local link = frame:expandTemplate{ title = 'link-ja', args = { '%1站', '%1駅', '%1' } };
local p = {
["system title"] = "[[伊豆急行]]",
["station format"] = {
"%1站",
-- 消歧義
["南伊東"] = link,
["川奈"] = link,
["伊豆大川"] = link,
["伊豆北川"] = link,
["伊豆熱川"] = link,
["片瀨白田"] = frame:expandTemplate{ title = 'link-ja', args = { '片瀨白田站', '片瀬白田駅', '片瀨白田' } };
["伊豆稻取"] = frame:expandTemplate{ title = 'link-ja', args = { '伊豆稻取站', '伊豆稲取駅', '伊豆稻取' } };
["今井濱海岸"] = frame:expandTemplate{ title = 'link-ja', args = { '今井濱海岸站', '今井浜海岸駅', '今井濱海岸' } };
["蓮台寺"] = link,
},
["lines"] = {
["IZ"] = {
["title"] = "[[伊豆急行線]]",
["color"] = "00BFFF",
["left terminus"] = "伊東",
["right terminus"] = "伊豆急下田"
},
},
["aliases"] = {
}
}
return p