User contributions for AZMindroma
Appearance
8 June 2025
- 23:2423:24, 8 June 2025 diff hist −6 m NIVIRO - Voices In My Head Text replacement - "image_caption" to "caption" current
- 23:2423:24, 8 June 2025 diff hist −6 m BlooDerg Text replacement - "image_caption" to "caption" current
- 23:2423:24, 8 June 2025 diff hist −6 m Undone Text replacement - "image_caption" to "caption" current
- 23:2423:24, 8 June 2025 diff hist −11,186 Module:Message box/configuration Replaced wrong module with right one current
- 23:2423:24, 8 June 2025 diff hist −24 m Rolling Lounge Era Text replacement - "image_caption" to "caption" current
- 23:2323:23, 8 June 2025 diff hist +17,732 N Module:Documentation/config Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------..."
- 23:2323:23, 8 June 2025 diff hist −6 m Rolling Lounge Text replacement - "image_caption" to "caption"
- 23:2323:23, 8 June 2025 diff hist −6 m Disfigure - Blank Text replacement - "image_caption" to "caption" current
- 23:2323:23, 8 June 2025 diff hist −6 m 김정은 Text replacement - "image_caption" to "caption" current
- 23:2223:22, 8 June 2025 diff hist −6 m Khanh Text replacement - "image_caption" to "caption" current
- 23:2223:22, 8 June 2025 diff hist −6 m Heroes Tonight Text replacement - "image_caption" to "caption" current
- 23:2223:22, 8 June 2025 diff hist +253 N Module:Module wikitext Created page with "local p = {} p.text = '' function p.main() return p.text end function p._addText(text, preprocessFrame) if preprocessFrame ~= false then text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text) end p.text = p.text .. text end return p" current
- 23:2123:21, 8 June 2025 diff hist −6 m Massif (?) Text replacement - "image_caption" to "caption" current
- 23:2123:21, 8 June 2025 diff hist −6 m Slav Polka Text replacement - "image_caption" to "caption" current
- 23:2123:21, 8 June 2025 diff hist −6 m Sjakr Text replacement - "image_caption" to "caption" current
- 23:2123:21, 8 June 2025 diff hist +26,590 N Module:Protection banner Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and..." current
- 23:2123:21, 8 June 2025 diff hist −6 m Revo Text replacement - "image_caption" to "caption" current
- 23:2123:21, 8 June 2025 diff hist −6 m Jim Yosef & Alex Skrindo - Ruby Text replacement - "image_caption" to "caption" current
- 23:2023:20, 8 June 2025 diff hist +46,537 N Module:Protection banner/config Created page with "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appear..." current
- 23:2023:20, 8 June 2025 diff hist −6 m Electro-Light - Symbolism pt. II Text replacement - "image_caption" to "caption" current
- 23:2023:20, 8 June 2025 diff hist −6 m Sapphire Text replacement - "image_caption" to "caption" current
- 23:2023:20, 8 June 2025 diff hist +2,544 N Module:File link Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in..." current
- 23:1923:19, 8 June 2025 diff hist +3,581 N Module:Effective protection level Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve..." current
- 23:1923:19, 8 June 2025 diff hist −6 m AZMindroma Text replacement - "image_caption" to "caption" Tag: Manual revert
- 23:1923:19, 8 June 2025 diff hist −6 m MIDNIGHT CVLT x Simon Beatz - One Shot Text replacement - "image_caption" to "caption" current
- 23:1823:18, 8 June 2025 diff hist −6 m ShaneCV18 Text replacement - "image_caption" to "caption" current
- 23:1823:18, 8 June 2025 diff hist +1,494 N Module:Effective protection expiry Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto..." current
- 23:1823:18, 8 June 2025 diff hist −6 m Level Four Text replacement - "image_caption" to "caption" current
- 23:1823:18, 8 June 2025 diff hist −6 m Infinite Era Text replacement - "image_caption" to "caption" current
- 23:1823:18, 8 June 2025 diff hist −6 m Prismo - Weakness Text replacement - "image_caption" to "caption" current
- 23:1823:18, 8 June 2025 diff hist −6 m Rival - Falling (w/ CRVN) Text replacement - "image_caption" to "caption" current
- 23:1823:18, 8 June 2025 diff hist +3,825 N Module:Submit an edit request Created page with "-- This module implements {{Submit an edit request}}. local CONFIG_MODULE = 'Module:Submit an edit request/config' -- Load necessary modules local mRedirect = require('Module:Redirect') local cfg = mw.loadData(CONFIG_MODULE) local effectiveProtectionLevel = require('Module:Effective protection level')._main local escape = require("Module:String")._escapePattern local lang = mw.language.getContentLanguage() local p = {} local validLevels = { semi = 'semi', extended..." current
- 23:1723:17, 8 June 2025 diff hist −6 m Smart Race Text replacement - "image_caption" to "caption" current
- 23:1723:17, 8 June 2025 diff hist +3,833 N Module:Submit an edit request/config Created page with "-- This module contains configuration data for Module:Submit an edit request. return { -------------------------------------------------------------------------------- -- Messages -------------------------------------------------------------------------------- -- The default display value for edit requests. ['default-display-value'] = 'Submit an edit request', -- The template that stores the edit request preload text ['preload-template'] = 'Template:Submit an edi..." current
- 23:1723:17, 8 June 2025 diff hist −6 m Main Island Text replacement - "image_caption" to "caption" current
- 23:1723:17, 8 June 2025 diff hist +3,295 N 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 -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi..." current
- 23:1623:16, 8 June 2025 diff hist −6 m Junipea Text replacement - "image_caption" to "caption" current
- 23:1623:16, 8 June 2025 diff hist +4,976 N Module:Clickable button Created page with "-- This module implements {{clickable button 2}}. local yesno = require('Module:Yesno') local delink = require('Module:Delink')._delink local p = {} function p.main(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) return p._main(args) end function p._main(args) -- If first arg or a url is not provided, -- but we have a second arg, make a button. -- Otherwise, return nothing. args.originalInput = args[1] args[1] = delink({..." current
- 23:1623:16, 8 June 2025 diff hist −6 m Chaos King Text replacement - "image_caption" to "caption" current
- 23:1623:16, 8 June 2025 diff hist −6 m Hotel City Text replacement - "image_caption" to "caption" current
- 23:1623:16, 8 June 2025 diff hist +7,111 N Module:Delink Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-..." current
- 23:1623:16, 8 June 2025 diff hist −6 m Jensation - Delicious Text replacement - "image_caption" to "caption" current
- 23:1523:15, 8 June 2025 diff hist −6 m WHAT THE HELL Text replacement - "image_caption" to "caption" current
- 23:1523:15, 8 June 2025 diff hist −6 m Hellcat Text replacement - "image_caption" to "caption" current
- 23:1523:15, 8 June 2025 diff hist +24 RLWiki:Templates and Modules →Documentation
- 23:1523:15, 8 June 2025 diff hist −6 m Slow Down Text replacement - "image_caption" to "caption" current
- 23:1423:14, 8 June 2025 diff hist −6 m AZMindroma/sandbox Text replacement - "image_caption" to "caption"
- 23:1423:14, 8 June 2025 diff hist +104 RLWiki:Templates and Modules →Documentation: Added full tree
- 23:1123:11, 8 June 2025 diff hist −6 m Legendary Text replacement - "image_caption" to "caption" current
- 23:1123:11, 8 June 2025 diff hist −6 m Collide Text replacement - "image_caption" to "caption" current