User contributions for 2604:3D08:9476:BE00:20C9:491B:5951:7E35
Jump to navigation
Jump to search
1 April 2024
- 00:2400:24, 1 April 2024 diff hist +4,781 N Module:Demo Created page with "local p = {} --creates a frame object that cannot access any of the parent's args --unless a table containing a list keys of not to inherit is provided function disinherit(frame, onlyTheseKeys) local parent = frame:getParent() or frame local orphan = parent:newChild{} orphan.getParent = parent.getParent --returns 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..."
- 00:2300:23, 1 April 2024 diff hist +61 N Template:Demo Created page with "{{#invoke:Demo|main}}<noinclude>{{documentation}}</noinclude>"