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".
- 17:46, 28 January 2023 Afkirby talk contribs created page Module:Anchored list (←Created page with 'local p = {} p.generate = function (frame) local i = 0 local output = "<ol>" for item in frame.args do i = i + 1 output = output .. "<li style=\"" .. frame.style .. "\" id=\"alist" .. frame.name .. "-" .. i .. "\">" .. item .. "</li>" end return output .. "</ol>" end')