Combined display of all available logs of Fandom Developers Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:15, 23 June 2026 KaiserKaijin3DX talk contribs created page Global Lua Modules/IconTabs (Created page with "<noinclude>{{LangSelect}}</noinclude><includeonly> {{Infobox Lua |Description = {{{description|Provides a tabber that works on desktop (with icons) and mobile (without icons)}}} |Image file = <gallery> IconTabs Demo 2026-06-23 Desktop.png|Desktop IconTabs Demo 2026-06-23 Mobile.gif|Mobile </gallery> |Author = KaiserKaijin3DX |Status = stable |Scope = s |Updated = *<span style="white-space: nowrap;">{{Updated|Module:IconTabs|format = D, j F Y}}</s...") Tag: Source edit
- 02:06, 23 June 2026 KaiserKaijin3DX talk contribs created page Module:IconTabs/doc (Created page with "{{Lua documentation| See [[Global Lua Modules/{{subst:#titleparts:{{subst:PAGENAME}}|1}}]] <dl> <dt>Subpages</dt> {{#dpl: | namespace = {{ns:828}} | titlematch = {{#ifeq:{{SUBPAGENAME}}|doc|{{BASEPAGENAME}}|{{PAGENAME}}}}/% | skipthispage = false }} </dl> }} <includeonly> <!-- Categories for the module itself --> </includeonly><noinclude> Category:Module documentation </noinclude>") Tag: Source edit
- 00:05, 23 June 2026 KaiserKaijin3DX talk contribs created page Module:IconTabs (Created page with "local p = {} local mw = mw local function getLink(tab, basepage) if tab.Link and tab.Link ~= "" then return tab.Link end -- Public behavior: if no explicit Link, fall back to basepage only. -- (Or you can remove this entirely and force tab.Link for public use.) return basepage end local function renderDesktop(tab, link) local icon = tab.Icon or "diamond-turn-right" local alias = tab.Alias or tab.Label return string.format( '<div class="icon-tab-unit">[[%s|...")
- 00:04, 23 June 2026 KaiserKaijin3DX talk contribs created page MediaWiki:Global Lua Modules/IconTabs/Main.css (Created page with ".icon-tab-group p {margin: 0 !important; padding: 0 !important;} .icon-tab-desktop, .icon-tab-mobile{user-select: none !important;} body.skin-fandomdesktop .icon-tab-desktop{display: inline-block;} body.skin-fandomdesktop .icon-tab-mobile, body.skin-fandommobile .icon-tab-desktop{display: none !important; text-align: center;} body.skin-fandomdesktop .icon-tab-unit .icon-tab-unit-icon{font-size: 30px; text-align: center;} body.skin-fandomdesktop .icon-tab-unit .icon-...")
- 12:50, 22 June 2026 Yomyou talk contribs created page User:Yomyou/common.js (Created page with "importArticles({ type: 'script', articles: [ 'u:dev:MediaWiki:MassEdit/code.js', ] });")
- 05:51, 21 June 2026 BMW777 talk contribs created page User talk:Evolve330 (Created page with "sent you a discord invite. Username: xadian_mystic") Tag: Source edit
- 19:29, 19 June 2026 FANDOMbot talk contribs moved page User:JolieRuewen11 to User:NyxEther17 (Automatically moved page while renaming the user "JolieRuewen11" to "NyxEther17")
- 15:09, 19 June 2026 Gabonnie talk contribs created page ExpandComments (Created page with "<noinclude>{{LangSelect}}</noinclude><includeonly>{{Languages}} {{Infobox JavaScript | Description = {{{description|Automatically expand all replies in the comments tab.}}} | Author = Gabonnie | Languages = {{l|en}} | Scope = ps | Status = stable | Type = user | Examples = {{I18n|getMsg|Infobox|on-page}} }} {{{intro|'''ExpandComments''' expand all the replies in the comments tab instead of having them hidden by default.}}}...")
- 17:05, 18 June 2026 Gabonnie talk contribs created page MediaWiki:ExpandComments.js (Created page with "(() => { const panel = document.querySelector('#articleComments-panel'); if (!panel) return; new MutationObserver(muts => { for (const { addedNodes } of muts) for (const node of addedNodes) node.querySelectorAll?.('[class*="Comment_repliesToggle__"][aria-expanded="false"]') .forEach(btn => btn.click()); }).observe(panel, { childList: true, subtree: true }); })();")
- 12:13, 18 June 2026 Crazybloy2 talk contribs created page File:OldCommentLayout.png (File uploaded with MsUpload)
- 12:13, 18 June 2026 Crazybloy2 talk contribs uploaded File:OldCommentLayout.png (File uploaded with MsUpload)
- 12:11, 18 June 2026 Crazybloy2 talk contribs created page OldCommentLayout (Created page with "{{Personal}} {{Infobox JavaScript | Description = {{{description|Returns to the old comment layout.}}} |Image file = | Author = * Crazybloy2 | Type = user | Status = beta | Scope = p | Code = OldCommentLayout.js }} {{{intro|'''NoCSSErrorPopup''' brings back the comment layout used before june of 2026.}}} == Installation == {{Script Install |Use = gp }}")
- 12:04, 18 June 2026 Crazybloy2 talk contribs created page MediaWiki:OldCommentLayout.js (Created page with "(function() { 'use strict'; if (window.oldCommentsLoaded || mw.config.get('wgNamespaceNumber') !== 0) return; function waitforButton () { const el = $('button[class*="PanelArticleCommentsApp_trigger__"]'); if (el.length > 0) { document.querySelector('button[class*="PanelArticleCommentsApp_trigger__"]').click(); el.remove(); return; } else { setTimeout(waitforButton, 500); } } function init() { if ($('button[class*="PanelArticleCommentsApp_close...")
- 22:28, 17 June 2026 TheReelDevs talk contribs created page Module:Sandbox/TheReelDevs/Topic/doc (Created page with "{{Lua documentation| See [[Global Lua Modules/{{subst:#titleparts:{{subst:PAGENAME}}|1}}]] {{Docbunto|Sandbox/TheReelDevs/Topic}} }} <includeonly> <!-- Categories for the module itself --> </includeonly><noinclude> Category:Module documentation </noinclude>")
- 14:19, 16 June 2026 KockaAdmiralac talk contribs deleted page MediaWiki:MergedReferences.js (Policy violation: Does not make any sense at all)
- 10:24, 16 June 2026 MonsterSchoolFan talk contribs created page MediaWiki:MergedReferences.js (Created page with "* * Name: MergedReferences * Version: v1.0 * Author: Charata * Description: Adds ability to group notes: (function() { 'use strict'; if (window.MergedReferencesLoaded) { return; } window.MergedReferencesLoaded = true; var MergedReferences = ['https://www.youtube.com/watch?v=', 'https://youtu.be/']; References.forEach(function(ref) { if (ref.url) { MergedReferences.forEach(function(url) {...")
- 15:26, 15 June 2026 Crazybloy2 talk contribs created page File:NoCSSErrorPopup.gif (File uploaded with MsUpload)
- 15:26, 15 June 2026 Crazybloy2 talk contribs uploaded File:NoCSSErrorPopup.gif (File uploaded with MsUpload)
- 15:17, 15 June 2026 Crazybloy2 talk contribs created page MediaWiki:NoCSSErrorPopup.js (Created page with "(function() { 'use strict'; function load() { if ($('#wpSaveWidget').length) { window.initiate(); } else { setTimeout(load, 500); } } window.mwVars = mw.config.get( [ 'wgPageName', 'wgAction', //'wgCodeEditorCurrentLanguage', 'wgPageContentModel' ] ); if (window.noErrorOnSafe || window.mwVars.wgAction !== 'edit' || window.mwVars.wgPageContentModel !== 'css') return; window.noErrorOnSafe = true; //destroy beforeunload EventTarget.proto...")
- 15:16, 15 June 2026 Crazybloy2 talk contribs moved page User:Crazybloy2/NoCSSErrorPopup to NoCSSErrorPopup
- 15:15, 15 June 2026 Crazybloy2 talk contribs created page User:Crazybloy2/NoCSSErrorPopup (Created page with "{{Personal}} {{Infobox JavaScript | Description = {{{description|Prevents the error popup on css pages caused by the outdated linter.}}} |Image file = | Author = * Crazybloy2 | Type = user | Status = beta | Scope = p }} {{{intro|'''NoCSSErrorPopup''' allows users to disable the annyoing error popup caused by fandom's outdated linter when using selectors such as <code>:is()</code> and so on.}}} == Installation == {{Script Install |Use = gp }}")
- 17:29, 14 June 2026 Crazybloy2 talk contribs created page MediaWiki:UserBlocking.css (Created page with ".daler-Box { padding: 2% 18%; position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; min-height:200px; z-index: 2; }")
- 19:54, 13 June 2026 Crazybloy2 talk contribs uploaded a new version of File:UserBlocking2.png
- 19:53, 13 June 2026 Crazybloy2 talk contribs uploaded a new version of File:UserBlocking1.png
- 13:37, 13 June 2026 Crazybloy2 talk contribs created page File:UserBlocking2.png (File uploaded with MsUpload)
- 13:37, 13 June 2026 Crazybloy2 talk contribs uploaded File:UserBlocking2.png (File uploaded with MsUpload)
- 13:34, 13 June 2026 Crazybloy2 talk contribs created page File:UserBlocking1.png (File uploaded with MsUpload)
- 13:34, 13 June 2026 Crazybloy2 talk contribs uploaded File:UserBlocking1.png (File uploaded with MsUpload)
- 23:52, 12 June 2026 Crazybloy2 talk contribs created page MediaWiki:UserBlocking.js (Created page with "mw.loader.using('mediawiki.api', function() { 'use strict'; if ($('.mw-specialpagesgroup').length && mw.config.get('wgNamespaceNumber') === -1) { $('#mw-specialpagesgroup-users+.mw-specialpages-list>ul').append( `<li class="mw-specialpagerestricted"><a href="${mw.config.get('wgArticlePath').replace('$1', 'Special:UserBlock')}" title="Special:UserBlock">UserBlocks</a></li>` ); } if (mw.config.get('wgPageName') === 'Special:UserBlock' && !window.location.href.include...")
- 23:51, 12 June 2026 Crazybloy2 talk contribs moved page User:Crazybloy2/UserBlocking to UserBlocking without leaving a redirect
- 22:53, 12 June 2026 Crazybloy2 talk contribs created page User:Crazybloy2/UserBlocking (Created page with "{{Personal}} {{Infobox JavaScript | Description = {{{description|Provides a way to block users for yourself, therefore effectively hiding their profile and urls.}}} | Author = Crazybloy2 | Type = user | Status = beta | Scope = p | Other attribution = * Tuxedoshlyukha * RainA }} {{{intro|'''UserBlocking''' enables users blocking other users on a personal scope, effectively hiding their profile, urls, and notifica...")
- 19:51, 12 June 2026 ChameleonCove talk contribs created page File:Screenshot 2026-06-12 135006.png
- 19:51, 12 June 2026 ChameleonCove talk contribs uploaded File:Screenshot 2026-06-12 135006.png
- 00:50, 12 June 2026 CrazyBotAcc talk contribs created page User:CrazyBotAcc ([DISCORD] Auto creating user page.)
- 19:25, 11 June 2026 ChameleonCove talk contribs created page File:Screenshot 2026-06-11 131807.png
- 19:25, 11 June 2026 ChameleonCove talk contribs uploaded File:Screenshot 2026-06-11 131807.png
- 17:36, 11 June 2026 Mchumanguyman talk contribs created page User:Mchumanguyman (Created page with "Hello, I'm Mchumanguyman, but you can call me Mchumanguyman.") Tag: Visual edit
- 18:28, 10 June 2026 Ashledrag talk contribs created page User:Ashledrag/common.js (Created page with "importArticles({ type: 'script', articles: [ 'u:dev:MediaWiki:CategoryQuickRemove.js', ] });")
- 10:47, 10 June 2026 Userdesktopwin talk contribs created page User:Userdesktopwin/common.css (Created page with "@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AdBlock.css&only=styles";")
- 07:13, 9 June 2026 AldaranMoses talk contribs created page User:AldaranMoses/Sandbox/modules (Created page with "{{#invoke:csv|main|page=User:AldaranMoses/Sandbox/data}}") Tag: Source edit
- 07:12, 9 June 2026 AldaranMoses talk contribs created page User:AldaranMoses/Sandbox/data (Created page with "Module,Tier,Category,Iron,Silicon,Cobalt,Thorium,Water,Crew,STC,Build Energy,Consumers Storage,Health,Heat Radiation,Mass,Heat Generation,Energy Consumption,Water Consumption,Engineer Speed,Storage,Power Output,Water Reserves,Range,Heat Dump,Description T1 Solar Panel,T1,Solar,5,5,0,0,0,0,0,0,-,100,-,10,60,-,-,-,-,15 MW,-,?,-,Generates power from sunlight. T1 Energy Battery,T1,Energy Storage,4,15,0,0,?,0,?,100,-,50,-,10,25,-,-,-,1500 MW,-,-,?,-,Stores electrical energy....") Tag: Source edit
- 07:18, 8 June 2026 KaiserKaijin3DX talk contribs created page MediaWiki:LinkNewTab.js (Created page with "(function ($, mw) { 'use strict'; function getDoubleClickThreshold() { return (window.LinkBlankConfig && typeof window.LinkBlankConfig.doubleRightClickThreshold === 'number') ? window.LinkBlankConfig.doubleRightClickThreshold : 400; } // to customize, set in JS: window.LinkBlankConfig = {doubleRightClickThreshold: milliseconds}; // Set attributes on extiw anchors inside `root` function ensureExtiwTargets(root) { root = root || document; var...")
- 07:25, 7 June 2026 SinnieOnFire talk contribs created page MediaWiki:SynthwaveArtistMap.js (Created page with "* * SynthwaveArtistMap for synthwave.fandom.com * Renders an auto-populated world map of all artists in Category:Artists * based on the Place of Origin field in their Artist Infobox. * * Cache can be cleared by running in browser console: * localStorage.removeItem('sw_artist_coords_v1');: global mw, $: ( function () { 'use strict'; // ── Configuration ─────────────────────────────...")
- 14:47, 6 June 2026 FANDOMbot talk contribs moved page User:GoldySlimepup/Sandbox to User:FildaTheCat/Sandbox (Automatically moved page while renaming the user "GoldySlimepup/Sandbox" to "FildaTheCat/Sandbox")
- 14:22, 6 June 2026 KaiserKaijin3DX talk contribs created page MediaWiki:Global Lua Modules/MiniWiki/Sandbox.css (Created page with "============ INSTALLATION ============: .page-Global_Lua_Modules_MiniWiki .page__main{ padding: 22px 18px 22px 32px; } .page-Global_Lua_Modules_MiniWiki .page__main .page-content pre{ padding: 10px; } .page-Global_Lua_Modules_MiniWiki .portable-infobox.pi-theme-install{ width: 100% !important; border-radius: 20px; } .page-Global_Lua_Modules_MiniWiki .portable-infobox.pi-theme-install .pi-item:first-child .pi-header:first-child{ border-top-left-radius: 16px;...")
- 14:21, 6 June 2026 KaiserKaijin3DX talk contribs created page MediaWiki:Global Lua Modules/MiniWiki/Presets.css (Created page with ".miniwiki .miniwiki_tabber .miniwiki-tabs__wrapper > ul li:not(.wds-is-current).not-current-blur-0 img{--miniwiki-not-current-tab-blur: 0px;} .miniwiki .miniwiki_tabber .miniwiki-tabs__wrapper > ul li:not(.wds-is-current).not-current-blur-10 img{--miniwiki-not-current-tab-blur: 0.1px;} .miniwiki .miniwiki_tabber .miniwiki-tabs__wrapper > ul li:not(.wds-is-current).not-current-blur-20 img{--miniwiki-not-current-tab-blur: 0.2px;} .miniwiki .miniwiki_tabber .miniwiki-tabs__...")
- 14:13, 6 June 2026 KaiserKaijin3DX talk contribs moved page MediaWiki:Global Lua Modules/MiniWiki.css to MediaWiki:Global Lua Modules/MiniWiki/Main.css without leaving a redirect
- 12:41, 6 June 2026 AldaranMoses talk contribs created page User:AldaranMoses/Sandbox (Created page with "<div style=text-align: center">File:Starminer-logo.jpg|670px|class-main-page-logo]]</div> '''''Starminer (2026)''''' is an intersteller mining sandbox developed by CoolAndGoodGames. Design and build a massive interstellar fleet in this simulation sandbox. Strip space of its minerals for profit, but stay alert: your greed attracts the alien. Master deep base-building and deploy warships to protect your empire in immersive real-time space.") Tag: Source edit
- 08:53, 6 June 2026 TaSzaKo talk contribs created page User:TaSzaKo/common.js (Created page with "importArticles({ type: 'script', articles: [ 'u:dev:MediaWiki:DivEditor/code.js', ] });")
- 08:17, 5 June 2026 Raxter689 talk contribs created page User:Raxter689/common.css (Created page with "@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedProfile.css&only=styles";")