所有公开日志
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年1月23日 (四) 16:01 Selfice 留言 贡献创建了页面Module:DynamicListFormatter (创建页面,内容为“local p = {} function p.render_list(frame) -- 接收参数 local args = frame:getParent().args local dpl_output = args["content"] or "" -- 获取 DynamicPageList 的输出内容 local columns = tonumber(args["columns"]) or 2 -- 列数,默认为 2 列 local gap = args["gap"] or "10px" -- 列间距,默认为 10px local class_name = args["class"] or "custom-wrapper" -- 自定义类名 -- 移除顿号(、),并提取所有链…”)