Jump to content

Editing disabled for anonymous users

Revision as of 16:44, 20 March 2025 by Shia.k (talk | contribs) (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...")
Anonymous editing is currently disabled. Please log in to edit pages.

Return to Module:Demo.