Main public logs
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".
- 05:09, 18 August 2025 Red Shogun412 talk contribs created page Module:Redirect template printability (←Created page with '-- Module:Redirect template printability -- Centralized logic for deciding redirect printability categories -- Intended to prevent contradictory categorization (e.g., printworthy + unprintworthy) local p = {} -- Helper: normalize input local function normalize(val) if not val then return nil end val = mw.text.trim(val):lower() if val == 'yes' or val == 'true' or val == '1' then return true elseif val == 'no' or val == 'false' or va...')