Module:Redirect template printability: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

18 August 2025

  • curprev 05:0905:09, 18 August 2025 Red Shogun412 talk contribs 1,859 bytes +1,859 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...'