All public logs

Jump to navigation Jump to search

Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 03:23, 13 October 2024 Alex talk contribs uploaded File:$5 (Credits).png (Uploaded with SimpleBatchUpload)
  • 03:12, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps-sprite.css (Created page with ".dps-img-ammo{background-image:url(filepath://Combat_Calculator_ammo_sprite.png);background-repeat:no-repeat;} .dps-img-ammo-Broad_arrows{background-position:0 0;width:29px;height:31px;} .dps-img-ammo-Diamond_bolts{background-position:-29px 0;width:29px;height:31px;} .dps-img-ammo-Diamond_bolts_\(e\){background-position:-58px 0;width:29px;height:31px;} .dps-img-ammo-Diamond_dragon_bolts_\(e\){background-position:-87px 0;width:29px;height:31px;} .dps-img-ammo-Dragonstone_...")
  • 03:12, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps-core.css (Created page with "Hello, Gau Cho here. Big thanks to riblet15 for introducing me to CSS Also thanks to Elessar2 for some miscellaneous questions: Infobox: Override some parameters to bring the DPS calc in the main space: .infobox.dps { max-width: 1000px; float: none; width: auto; } Player + Monster skills: div.dps-skill-layout.oo-ui-layout.oo-ui-horizontalLayout { width: 96px; margin-left: 3px; margin-right: 3px; } div.dps-skill-layout.oo-ui-layout....")
  • 03:12, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps-core.js (Created page with "// OSRS DPS Calculator // Version 1.0 // Made by Gau Cho // // // Thanks to Bitterkoekje, Elessar2, Gaz, Koekenpan, riblet15, TehKittyCat // import Gadget-dps-data.js // import Gadget-dps-data2.js globals equipment, monster, $, rswiki, OO: jshint es3: true: 'use strict'; //Debug var ticTime = performance.now(); function tic() { ticTime = performance.now(); } function toc() { var ticTocTime = performance.now() - ticTime; console.log('Milliseconds...")
  • 03:11, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps-data2.js (Created page with "var monster=JSON.parse('{"A Doubt":{"Hi":50,"aS":6,"cT":[],"id":[3477],"im":"A Doubt","ip":0,"lv":78,"si":1,"vi":1},"Aberrant spectre":{"At":1,"De":90,"Hi":90,"Ma":105,"Ra":1,"St":1,"aS":4,"am":0,"ar":0,"ba":0,"bm":0,"br":0,"bs":0,"cT":["slayer"],"dc":20,"dl":20,"dm":0,"dr":15,"dt":20,"id":[2,3,4,5,6,7],"im":"Aberrant spectre","ip":0,"iv":0,"lv":96,"si":2,"vi":1,"xp":0},"Abhorrent spectre":{"At":1,"De":180,"Hi":250,"Ma":300,"Ra":1,"St":1,"aS":4,"am":0,"ar":0,"ba":0,"bm":...")
  • 03:11, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps-data.js (Created page with "var equipment=JSON.parse('{"ammo":{"Adamant arrow":{"ac":0,"al":0,"am":0,"ar":0,"at":0,"bm":0,"br":31,"bs":0,"dc":0,"dl":0,"dm":0,"dr":0,"dt":0,"id":[890,20388],"im":"Adamant arrow 5","pr":0,"vi":1},"Adamant arrow(p)":{"ac":0,"al":0,"am":0,"ar":0,"at":0,"bm":0,"br":31,"bs":0,"dc":0,"dl":0,"dm":0,"dr":0,"dt":0,"id":[891],"im":"Adamant arrow(p) 5","po":2,"pr":0,"vi":1},"Adamant arrow(p+)":{"ac":0,"al":0,"am":0,"ar":0,"at":0,"bm":0,"br":31,"bs":0,"dc":0,"dl":0,"dm":0,"dr":0...")
  • 03:11, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps.js (Created page with "$(function () { if ( $('.dps').length ) { mw.loader.load( 'ext.gadget.dps-core' ); } })")
  • 03:10, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-tilemarkers-core.js (Created page with "var ACTIVE_TEXT = 'Copied' var DEFAULT_TEXT = 'Copy tile markers' function onClick(button) { t = button.$element[0] navigator.clipboard.writeText(t.nextElementSibling.innerHTML); // Set the copied state and queue changing back button.setLabel(ACTIVE_TEXT); button.setIcon('check') setTimeout(function() { button.setLabel(DEFAULT_TEXT); button.setIcon(null) }, 3000) } function createButton() { button = new OO.ui.ButtonWidget({ label: DEFAULT_TEXT,...")
  • 03:10, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-tilemarkers.js (Created page with "$(function () { if ($( '.tilemarker-div' ).length) { mw.loader.load( 'ext.gadget.tilemarkers-core' ); } })")
  • 03:09, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-wikisync-dev-core.js (Created page with "* * WikiSync: * - Utilises our WikiSync API, with data provided by users via RuneLite. * - Adds the ability to check a user's completed quests. * * Slightly adapted from https://runescape.wiki/w/MediaWiki:Gadget-questchecker-core.js * * @author Jayden * @author Andmcadams * @author Jakesterwars * @author Cook Me Plox * @author Lezed1 * @author Haidro: var CLASSES = { QC_ACTIVE: "qc-active", QC_INPUT: "qc-input", QC_ICON: "rs-qc-icon", }; var END...")
  • 03:09, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-wikisync-dev.js (Created page with "$(function () { if ($('.qc-active').length) { mw.loader.load( 'ext.gadget.wikisync-dev-core' ); } })")
  • 03:09, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-GECharts-sandbox.js (Created page with "/** * Grand Exchange Charts * Displays price data of item(s) in a chart * * Highstock docs <https://api.highcharts.com/highstock/> * Highstock change log <https://www.highcharts.com/blog/changelog/#highstock> * * @author Joeytje50 * @author Cqm * @author JaydenKieran * @author Gaz Lloyd * * @todo move Highcharts to a core ResourceLoader module * * @todo use a consistent variable for the chart id * currently it's one of c, i or id * @todo remove scr...")
  • 03:08, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-GECharts-sandbox-loader.js (Created page with "$(function () { if ($( '.GEdatachart' ).length) { mw.loader.load( 'ext.gadget.GECharts-sandbox' ); } })")
  • 03:08, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-switch-infobox-sandbox.js (Created page with "/* switch infobox code for infoboxes * contains switching code for both: * * originalInfoboxes: * older infobox switching, such as Template:Infobox Bonuses * which works my generating complete infoboxes for each version * * moduleInfoboxes: * newer switching, as implemented by Module:Infobox * which generates one infobox and a resources pool for switching * * synced switches * as generated by Module:Synced switch and its template * * The scri...")
  • 03:08, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-clippy.css (Created page with "@keyframes spinny { from { transform: rotate(0); } to { transform: rotate(360deg); } } .spinny { animation: 3s spinny linear infinite; animation-play-state: paused; display: inline-block; } .spinny.spinning { animation-play-state: running; } .infobox-monster { position: relative; } Borrowed from https://codepen.io/mdg445/pen/Jxgny: .achievement-banner { box-sizing: border-box; opacity: 0; margin: 0 auto;...")
  • 03:07, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-clippy.js (Created page with "globals $, mw, rswiki: Math.Vector = function (x,y) { this.x = x; this.y = y; } Math.Vector.prototype = { clone: function () { return new Math.Vector(this.x, this.y); }, negate: function () { this.x = -this.x; this.y = -this.y; return this; }, neg: function () { return this.clone().negate(); }, addeq: function (v) { this.x += v.x; this.y += v.y; return this; },...")
  • 03:07, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-crob.css (Created page with "#crob { color: black; z-index: 200; position: fixed; bottom: 30px; left: 30px; } #crob-speech { position: fixed; bottom: 188px; left: 15px; background-color: #fffdcc; width: 175px; border: 1px solid black; border-radius: 7px; } #crob-speech-text { margin: 7px 10px; font-family: Arial; font-size: 13px; } #crob-speech-arrow { width: 0; position: relative; bottom: -24px; left: 110px; border-top: 15px solid #fffdcc; border-left: 0 solid transparent;...")
  • 03:07, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-crob.js (Created page with "$(function () { if ((mw.config.get('wgNamespaceNumber') != 0 && mw.config.get('wgNamespaceNumber') != 116) || mw.config.get('wgAction') != 'view') { return; } var data = { "Optimal quest guide": { "initial": "Getting tired of doing quests? Click me for some help.", "options": [ "Sure", "No thanks." ], "response": [ "Sorry, I changed my mind. Do them yourself.", "Why, are you playing Ironman Mode?" ] },...")
  • 03:06, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-gadgetLinks.js (Created page with "// Add gadget links to the gadgets that are being defined on MediaWiki:Gadgets-definition $(function() { function gadgetLink(page) { return '<a href="/w/MediaWiki:Gadget-'+page+'" title="MediaWiki:Gadget-'+page+'">'+page+'</a>'; } $('.page-MediaWiki_Gadgets-definition #bodyContent ul li').not('#toc li').each(function() { var txt = this.innerHTML; var links = txt.replace(/([a-zA-Z0-9-]+)(\^\+\]\|)(.*)/, function(match, name, options, filelist) {...")
  • 03:06, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-showAdvancedData.css (Created page with ".infobox .advanced-data { display: table-row; }")
  • 03:06, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-defaultsummaries.css (Created page with "source mode editor: .gadget-default-summaries .mw-editform .mw-summary { display: flex; } .gadget-default-summaries .mw-editform .mw-summary .oo-ui-fieldLayout-body { flex: 1; } .gadget-default-summaries .mw-editform .gadget-default-summaries-container { width: 33%; min-width: 13em; max-width: 30em; margin-left: 1em; } .gadget-default-summaries .mw-editform .gadget-default-summaries-toggle { margin-bottom: 5px; } VisualEditor: .gadget-default-summari...")
  • 03:05, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-defaultsummaries.js (Created page with "* * For convenience, adds a dropdown box with some canned edit summaries to the editor. * Modified version of https://en.wikipedia.org/wiki/MediaWiki:Gadget-defaultsummaries.js: $(function () { var $summaryBox = $( '#wpSummary' ), $saveButton = $( '#wpSave' ), lastkey = 'rsw-defsum-last', uselastkey = 'rsw-defsum-uselast', hasls = false, minorSummaries = [ 'Fixed spelling', 'Correcting page layout', 'Revert vandalism', 'Rewor...")
  • 03:05, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-sigreminder-core.js (Created page with "$(function() { $('#wpSave').click(function (e) { var text = $('#wpTextbox1').val(), reminder = 'It looks like you forgot to sign your comment. You can sign by placing 4 tildes (~~\~~) to the end of your message.\nAre you sure you want to post it?'; if ( // don't trigger on minor edits $('#wpMinoredit').prop('checked') || // check for signature text.replace(/(<nowiki>.*?<\/nowiki>)/g, '').match('~~\~') ||...")
  • 03:05, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-sigreminder.js (Created page with "var conf = mw.config.get([ 'wgAction', 'wgNamespaceNumber' ]); var editActions = ['edit', 'submit']; if (editActions.indexOf(conf.wgAction) > -1 && (conf.wgNamespaceNumber % 2 === 1 || conf.wgNamespaceNumber === 110)) { mw.loader.load( 'ext.gadget.sigreminder-core' ); }")
  • 03:04, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-searchfocus.js (Created page with "* * https://en.wikipedia.org/wiki/MediaWiki:Gadget-searchFocus.js *: if ( mw.config.get( 'wgIsMainPage' ) ) { $( function () { $( '#searchInput' ).focus(); } ); }")
  • 03:03, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-scribunto-console.css (Created page with ".mw-scribunto-console-fieldset .console-control { margin-right: 0.25rem; } .mw-scribunto-console-fieldset input.console-control[type="checkbox"] { margin-left: 0.25rem; }")
  • 03:03, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-scribunto-console-core.js (Created page with "* * Gadget that loads a couple of snippets for the console on module pages * Authors: ** LapOnTheMoon ** Gaz Lloyd * * * The scribunto console is run by ext.scribunto.edit - https://github.com/wikimedia/mediawiki-extensions-Scribunto/blob/master/modules/ext.scribunto.edit.js: const FRAME_TEST = [ "local frame = {}", "function frame.getParent()", " local args = {", " -- Args go here as ['name'] = value,", " }", " return { args = args }", "end",...")
  • 03:03, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-scribunto-console.js (Created page with "$(function () { if ($('#mw-scribunto-console').length) { mw.loader.load('ext.gadget.scribunto-console-core') } })")
  • 03:02, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-table-csv.js (Created page with "$(function () { function cellToString(cell) { var $cell = $(cell).clone(); $cell.find('a').replaceWith(function(){ var $e = $(this); if ($e.text() === '') { //the handles normal linked images return $e.attr('title'); } return $e.text(); }); $cell.find('img').replaceWith(function(){ //any extra images without a link return $(this).attr('alt') }) return '"\''+$cell.text().trim()+'"'; } function sanitisePagename() { var pn = mw.config.g...")
  • 03:02, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ezcopy.css (Created page with ".rsw-ezcopy-container { display: inline-block; font-family: 'IBM Plex Sans','Helvetica Neue','Arial',sans-serif; margin-left: 0.25em; user-select: none; } ooui like buttons: .rsw-ezcopy-container .rsw-ezcopy-button { display: inline-block; height: 2em; width: 4em; vertical-align: middle; text-align: center; font-size: 0.4em; background: var(--ooui-normal); border: 1px solid var(--ooui-normal-border); font-weight: normal; cursor: pointer;...")
  • 03:02, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ezcopy.js (Created page with "$(function () { function try_copy(x, $el) { var txt = document.createElement('textarea'), $txt = $(txt); $txt.text(x).css({ position: 'fixed', top: 0, left: 0, width: '2em', heigh: '2em', padding: 0, border: 'none', outline: 'none', boxShadow: 'none', background: 'transparent' }).appendTo('body'); txt.select(); try { document.execCommand('copy'); //mw.notify('Copied "'+x+'" to the clipboard', {tag: 'ezcopy'}); $el.addClas...")
  • 03:02, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-oswf-core.js (Created page with "var showText = 'Get started with this task', hideText = 'Hide additional info', showTitle = 'Show the guidance for this task', hideTitle = 'Hide the guidance for this task'; function init() { $('.oswf-guidance').each(function(i,e){ var $this = $(e), $content, toggleButton, showing = false; $content = $('<div>').append($this.contents()); $content.hide(); toggleButton = new OO.ui.ButtonWidget({ icon: 'expand', title: showTitle, label: showTex...")
  • 03:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-oswf.js (Created page with "$(function () { if ( $('.oswf-guidance').length ) { mw.loader.load( 'ext.gadget.oswf-core' ); } })")
  • 03:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-Message-names.js (Created page with "* Add a toolboox link to display the current page with MediaWiki message names replacing their text * Adapted from https://en.wikipedia.org/wiki/MediaWiki:Gadget-ShowMessageNames.js: $(function() { mw.util.addPortletLink( 'p-tb', location.href.replace( location.hash, '' ) + ( location.search ? '&' : '?' ) + 'uselang=qqx', 'Message names', 't-messagenames', 'Display the current page with MediaWiki message names replacing their text' ); });")
  • 03:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-QDmodal.css (Created page with "QDmodal - flexbox-based modal library Modified to remove Wikia-specific code; used with MediaWiki:Gadget-QDmodal.js @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QDmodal> @source <https://dev.fandom.com/wiki/MediaWiki:QDmodal.css>: body.qdmodal-is-visible { add a margin equivalent to the scrollbar width to prevent page content moving due to hidden overflow: margin-inline-end: var(--qdmodal-scrollbar-width,...")
  • 03:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-QuickDiff.js (Created page with "<nowiki> QuickDiff - quickly view any diff link Modified to remove Wikia-specific i18n code; relies on MediaWiki:Gadget-QDmodal.js and MediaWiki:Gadget-QDmodal.css @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QuickDiff> @source <https://dev.fandom.com/wiki/MediaWiki:QuickDiff/code.js> @source <https://dev.fandom.com/wiki/MediaWiki:Custom-QuickDiff/i18n.json>: jslint browser, long: /*global jQuery, mediaWiki, dev...")
  • 03:00, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-QDmodal.js (Created page with "<nowiki> QDmodal - flexbox-based modal library Modified to remove Wikia-specific i18n code; relies on MediaWiki:Gadget-QDmodal.css @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QDmodal> @source <https://dev.fandom.com/wiki/MediaWiki:QDmodal.js>: jslint browser, long, this: global jQuery, mediaWiki: (function ($, mw) { "use strict"; var version = 20230117; if (mw.libs.QDmodal && mw.libs.QDmodal.version >...")
  • 03:00, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-LazyAdminTools-core.css (Created page with ".LAT-container { max-width: 40em; } reduce gap between text field and associated button: .gadget-LAT .oo-ui-actionFieldLayout-input { padding-right: .5em; } @media screen and (min-width: 1250px) { .LAT-container { display: flex; gap: 3em; max-width: 71em; } .gadget-LAT .oo-ui-fieldLayout { white-space: nowrap; margin-top: 0; } .LAT-section-block { flex: 1; } /* make rollback & everyt...")
  • 02:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-LazyAdminTools-core.js (Created page with "// LazyAdminTools: easy delete, rollback, and block buttons for admins // @author Jr Mime // @author Iiii_I_I_I $(function () { if (mw.config.get("wgCanonicalSpecialPageName") != "Contributions") return; var username = mw.config.get("wgPageName").split("/")[1], lazyAdminTools = {}; // Fieldset maker lazyAdminTools.init = function () { var blockSection = new OO.ui.ActionFieldLayout( new OO.ui.ComboBoxInputWidget({...")
  • 02:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-LazyAdminTools.js (Created page with "if (mw.config.get('wgCanonicalSpecialPageName') == 'Contributions') { mw.loader.load('ext.gadget.LazyAdminTools-core') }")
  • 02:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-batchupload.js (Created page with "$(function(){ mw.util.addPortletLink( 'p-tb', '/w/RuneScape:Batch_Upload', 'Batch upload', 'pt-batch-upload', 'Upload many images at once', null, null ); });")
  • 02:59, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-fileDownload.js (Created page with "* * Adds a download link to file pages * * @author Gaz Lloyd: $(function(){ if (!(mw.config.get('wgNamespaceNumber') === 6 && $('.fullMedia, .filehistory').length > 0)) { return; } function addLinks() { // underneath image - also replace filename with page title $('.fullMedia a.internal').after( ' (', $('<a>') .text('download') .addClass('fileDownload') .attr({ href: $('.fullMedia a.internal').attr('href'), download: mw.conf...")
  • 02:58, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ReferenceTooltips.css (Created page with "See mw:Reference Tooltips * Original source: https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.css * with modifications: .rt-tooltip { position: absolute; z-index: 100; max-width: 350px; background: var(--body-light); color: var(--text-color); font-size: 0.8125em; line-height: 1.5em; border: 1px solid var(--body-border); border-radius: 2px; box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3); overflow-wrap: break-word; } .rt-tooltip....")
  • 02:58, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ReferenceTooltips.js (Created page with "// See mw:Reference Tooltips // Source: https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js ( function () { // wiki settings var REF_LINK_SELECTOR = '.reference', COMMENTED_TEXT_CLASS = 'rt-commentedText', COMMENTED_TEXT_SELECTOR = ( COMMENTED_TEXT_CLASS ? '.' + COMMENTED_TEXT_CLASS + ', ' : '') + 'abbr[title]'; mw.messages.set( { 'rt-settings': 'Reference Tooltips settings', 'rt-enable-footer': 'Enable Reference Tooltips', 'rt-settings-titl...")
  • 02:58, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-hotcat.js (Created page with "This imports the latest version of HotCat from Commons. HotCat is a gadget to make changes to categories much easier. Full documentation can be found at http://commons.wikimedia.org/wiki/Help:Gadget-HotCat: mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );")
  • 02:57, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-purge.js (Created page with "$(function () { function purgePage(e) { mw.notify("The page is now purging and will refresh when it is ready.", { title: 'Purging', tag: 'purge', autoHide: false }); (new mw.Api()).post({ action: 'purge', titles: mw.config.get('wgPageName') }).then(function(){ window.location.reload(); }, function(){ var uri = new mw.Uri(); uri.query.action = 'purge'; mw.notify($.parseHTML('Purging the page failed. Please try again or <a href="'+uri.toString()+...")
  • 02:57, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-newPage.js (Created page with "$(function () { var $button, $window; function createWindow(modal){ modal.content = new OO.ui.PanelLayout({ padded: true, expanded: false }); var pagenameInput = new OO.ui.TextInputWidget({placeholder: 'Full page name including namespace', type: 'text', id: 'gadget-newpage-pagename'}); var submitButton = new OO.ui.ButtonInputWidget({ label: 'Create', flags: ['primary', 'progressive']}); var cancelButton = new OO.ui.ButtonInputWidget({ label: 'Cancel', flags:...")
  • 02:57, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dropdown.js (Created page with "* * add various useful links to the "More" dropdown menu * * References: * <https://www.mediawiki.org/wiki/ResourceLoader/Core_modules#addPortletLink> * <https://en.wikipedia.org/wiki/Help:Customizing_toolbars>: $( function () { var conf = mw.config.get([ 'wgPageName', 'wgNamespaceNumber', 'wgArticlePath' ]) if (conf.wgNamespaceNumber === -1) { return; // don't run on special pages } // link to the most recent diff à la Twinkle...")
  • 02:56, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-abuseLogRC-core.css (Created page with "keep in sync with <https://runescape.wiki/w/MediaWiki:Gadget-abuseLogRC-core.less>: <pre>: .gadget-abuselog-error { width: fit-content; max-width: 40em; margin: auto; } .gadget-abuselog-header { display: flex; justify-content: space-between; align-items: end; } .gadget-abuselog-header h4 { display: inline; } .gadget-abuselog-settings { z-index: 2; } .gadget-abuselog-settings .oo-ui-popupWidget-body { margin: 0; width...")
  • 02:56, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-abuseLogRC-core.js (Created page with "====================== AbuseLogRC ====================== Shows certain Special:AbuseLog entries at the top of Special:RecentChanges for better vandalism detection. Use of this gadget requires the user right to view private filters ("abusefilter-log-private"). Keep this in sync with rsw:MediaWiki:Gadget-abuseLogRC-core.js. Inspired by Suppa chuppa's original script at User:Suppa chuppa/abuselog.js @author Iiii_I_I_I: ;(function ($, mw) {...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)