Module:Redirect: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 April 2024

18 April 2022

  • curprev 16:2116:21, 18 April 2022Kazrok4545 talk contribs 4,422 bytes +4,422 Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end local function case_insensitive_pattern(pattern) -- find an optional '%' (group..." undo

10 September 2021

  • curprev 07:4607:46, 10 September 2021Wikipedia >Johnuniq 3,295 bytes +3,295 restore p.getTargetFromText which is used by Module:RfD which is causing "Lua error in Module:RfD at line 87: attempt to call upvalue 'getTargetFromText' (a nil value)"