User contributions for AZMindroma
8 June 2025
- 23:5823:58, 8 June 2025 diff hist +15 Template:Infobox Person Made more alt failsafes
- 23:4623:46, 8 June 2025 diff hist −27 AZMindroma Fixed home country Tag: Visual edit
- 23:4323:43, 8 June 2025 diff hist −45 AZMindroma Added alt Tag: Visual edit
- 23:3723:37, 8 June 2025 diff hist 0 Template:Infobox Person/doc Updated formulations a bit
- 23:3323:33, 8 June 2025 diff hist +63 Template:Infobox Person No edit summary
- 23:2623:26, 8 June 2025 diff hist +151 N Template:Documentation Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>" current
- 23:2523:25, 8 June 2025 diff hist −6 m Different Heaven - Nekozilla Text replacement - "image_caption" to "caption"
- 23:2523:25, 8 June 2025 diff hist +35,178 N Module:Documentation Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in..." current
- 23:2523:25, 8 June 2025 diff hist −6 m Reggae Text replacement - "image_caption" to "caption"
- 23:2523:25, 8 June 2025 diff hist −6 m Sunset Glow Text replacement - "image_caption" to "caption"
- 23:2523:25, 8 June 2025 diff hist −6 m Quil Text replacement - "image_caption" to "caption"
- 23:2523:25, 8 June 2025 diff hist +1,149 N Module:Documentation/styles.css Created page with "→{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid var( --border-color-base, #a2a9b1 ); background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; →same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; →same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom:..." current
- 23:2423:24, 8 June 2025 diff hist −6 m The Spectre Remix Revamped Text replacement - "image_caption" to "caption"
- 23:2423:24, 8 June 2025 diff hist −6 m NIVIRO - Voices In My Head Text replacement - "image_caption" to "caption"
- 23:2423:24, 8 June 2025 diff hist −6 m BlooDerg Text replacement - "image_caption" to "caption"
- 23:2423:24, 8 June 2025 diff hist −6 m Undone Text replacement - "image_caption" to "caption"
- 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"
- 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"
- 23:2323:23, 8 June 2025 diff hist −6 m 김정은 Text replacement - "image_caption" to "caption"
- 23:2223:22, 8 June 2025 diff hist −6 m Khanh Text replacement - "image_caption" to "caption"
- 23:2223:22, 8 June 2025 diff hist −6 m Heroes Tonight Text replacement - "image_caption" to "caption"
- 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"
- 23:2123:21, 8 June 2025 diff hist −6 m Slav Polka Text replacement - "image_caption" to "caption"
- 23:2123:21, 8 June 2025 diff hist −6 m Sjakr Text replacement - "image_caption" to "caption"
- 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"
- 23:2123:21, 8 June 2025 diff hist −6 m Jim Yosef & Alex Skrindo - Ruby Text replacement - "image_caption" to "caption"
- 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"
- 23:2023:20, 8 June 2025 diff hist −6 m Sapphire Text replacement - "image_caption" to "caption"
- 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"
- 23:1823:18, 8 June 2025 diff hist −6 m ShaneCV18 Text replacement - "image_caption" to "caption"
- 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"
- 23:1823:18, 8 June 2025 diff hist −6 m Infinite Era Text replacement - "image_caption" to "caption"
- 23:1823:18, 8 June 2025 diff hist −6 m Prismo - Weakness Text replacement - "image_caption" to "caption"
- 23:1823:18, 8 June 2025 diff hist −6 m Rival - Falling (w/ CRVN) Text replacement - "image_caption" to "caption"
- 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"
- 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"
- 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"