All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:56, 11 April 2024 Xaloria talk contribs imported Module:Redirect by file upload (1 revision) Tags: Mobile edit Mobile web edit
- 16:21, 18 April 2022 Kazrok4545 talk contribs created page Module:Redirect (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...")
- 20:38, 16 October 2017 Void talk contribs deleted page Module:Redirect (pointless)
- 12:41, 16 October 2017 Sony talk contribs imported Module:Redirect by file upload (1 revision)
- 16:56, 15 October 2017 Void talk contribs deleted page Module:Redirect (unimporting)
- 14:16, 15 October 2017 Joaquinito2017 talk contribs imported Module:Redirect by file upload (1 revision)