Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 18:00, 12 April 2024 MusikBot II talk contribs protected Module:MakeInvokeFunc [Edit=Require autoconfirmed or confirmed access] (indefinite) (High-risk template or module: 1229 transclusions (more info)) (hist)
- 19:19, 10 April 2024 Awesome Aasim talk contribs created page Module:MakeInvokeFunc (←Created page with 'local function makeInvokeFunc(p, funcName) return function (frame) local args = getArgs(frame, { valueFunc = function (key, value) if type(value) == 'string' then value = value:match('^%s*(.-)%s*$') -- Remove whitespace. if key == 'heading' or value ~= '' then return value else return nil end else return value end end }) return p[funcName](args) end end return makeInvokeFunc')