The editors' meeting has been canceled for technical reasons.

Module:Demo:修订历史

跳转到导航 跳转到搜索

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2024年11月1日 (星期五)

  • 当前之前 02:042024年11月1日 (五) 02:04Selfice 留言 贡献 4,192字节 +4,192 创建页面,内容为“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[…”