HYH-HS(留言 | 贡献)2026年6月8日 (一) 14:20的版本 (创建页面,内容为“-- Module:LineStationBuilder -- 作用:根据线路代码,动态生成完整的站点列表(带分隔符 •) local p = {} function p.main(frame) local args = frame.args local lineCode = args[1] -- 获取 {{{1}}} if not lineCode or lineCode == '' then return '' end -- 1. 获取该线路的原始站点列表字符串(复用现有的 TextLineList 模板) -- 注意:这里只调用一次 TextLineList,而…”)