所有公开日志
所有NeuroWiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2024年11月1日 (五) 10:55 Selfice 留言 贡献还原页面Module:Demo(1个修订版本)
- 2024年11月1日 (五) 09:11 Selfice 留言 贡献删除页面Module:Demo
- 2024年11月1日 (五) 02:04 Selfice 留言 贡献创建了页面Module:Demo (创建页面,内容为“local p = {} -- 建立一個無法存取任何父級參數的框架對象 -- 除非提供包含不繼承的列表鍵的表 function disinherit(frame, onlyTheseKeys) local parent = frame:getParent() or frame local orphan = parent:newChild{} orphan.getParent = parent.getParent --返回 nil 值 orphan.args = {} if onlyTheseKeys then local family = {parent, frame} for f = 1, 2 do for k, v in pairs(family[f] and family[f].args or {}) do orphan.args[…”)