Main public logs
Jump to navigationJump to search
Combined display of all available logs of EGTROW. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:03, 27 August 2024 Paul Steane talk contribs imported Module:Redirect by file upload (1 revision) (Update to latest Navbox source from Wikipedia)
- 19:45, 4 July 2022 Paul Steane talk contribs deleted page Module:Redirect (content was: "-- 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 -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redirect. f...")
- 13:51, 2 July 2022 Paul Steane talk contribs imported Module:Redirect by file upload (1 revision)