所有公开日志

所有决策链云智库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2023年7月25日 (二) 13:59 Zeroclanzhang 讨论 贡献创建了页面模块:String2BulletedList (创建页面,内容为“-- Module:StringSplit2BulletedList local p = {} function p.bulletedList(frame) -- Get the input string from the template local input = frame.args[1] or '' -- Get the prefix and suffix from the template local prefix = frame.args[2] or '' local suffix = frame.args[3] or '' -- Split the input string by space into a table local keywords = mw.text.split(input, ';%s*') -- Create the bulleted list from the table local list = mw.h…”)