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)
  • 02:56, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-abuseLogRC.js (Created page with "// <nowiki> if (mw.config.get('wgPageName') == 'Special:RecentChanges') { mw.loader.load('ext.gadget.abuseLogRC-core'); } // </nowiki>")
  • 02:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-stickyheader.js (Created page with ";(function($, mw) { $('body').addClass('wgl-stickyheader'); function onScroll() { var personal = $('#p-personal'); var targetEle = document.getElementById("mw-head"); var head = $('#mw-head'); if (mw.config.get('wgAction') === 'edit' || window.location.search.includes('veaction')) { // We're on an edit page, do nothing and reset all the stuff if (personal.is(":hidden")) { personal.show(); head.removeClass('sticky-hidden'); } } else { if (w...")
  • 02:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-redirect-mobilediff.js (Created page with "* * Automatically redirect Special:MobileDiff to Special:Diff for desktop users: ;if (mw.config.get('wgCanonicalSpecialPageName') == 'MobileDiff') { var diff = mw.config.get('wgPageName').replace('Mobile', ''); var wgArticlePath = mw.config.get('wgArticlePath'); window.location.replace(wgArticlePath.replace('$1', diff)); }")
  • 02:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-headerTargetHighlight.css (Created page with "* * Implements headers green highlighting when getting `:target`ed * e.g. <https://oldschool.runescape.wiki/w/Seren#History> * * enabled for mobile and desktop - for the latter the 'highlight' is replaced * with the anchor icon from sectionAnchors gadget being shown beside the header: .mw-headline:target { color: #3c780a; @la-palma in RS:THEME: } body.wgl-theme-dark .mw-headline:target, body.wgl-theme-browntown .mw-headline:target { color: #6bc71...")
  • 02:54, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-hideRCsidebar.css (Created page with "Hide RC on sidebar: #p-Recent_changes { display: none !important; }")
  • 02:53, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-ringbell.css (Created page with "@keyframes ring { 0% { transform: rotate(0); } 1% { transform: rotate(30deg); } 3% { transform: rotate(-28deg); } 5% { transform: rotate(34deg); } 7% { transform: rotate(-32deg); } 9% { transform: rotate(30deg); } 11% { transform: rotate(-28deg); } 13% { transform: rotate(26deg); } 15% { transform: rotate(-24deg); } 17% { transform: rotate(22deg); } 19% { transform: rotate(-20deg); } 21% { transform: rotate(18deg); } 23% { transform: rotate(-16deg); } 25% {...")
  • 02:53, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-readableRC-core.css (Created page with "keep in sync with <https://runescape.wiki/w/MediaWiki:Gadget-readableRC-core.less>: <pre>: .gadget-rc-enabled .mw-changeslist-line-inner, .gadget-rc-enabled td.mw-enhanced-rc-nested { display: flex; gap: 0.5em; hyphens: auto; } .gadget-rc-enabled table.mw-enhanced-rc td.mw-enhanced-rc-nested { padding-left: 0; } .gadget-rc-enabled .gadget-rc-row td { padding-top: 0.4em; } .gadget-rc-enabled .gadget-rc-col-1 { width: 22vw; max-wid...")
  • 02:53, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-readableRC-core.js (Created page with "// <nowiki> // Formats the rows on Special:RecentChanges where all the information runs together // into three columns (page, diff/byte change, and user links) to make it more readable // // @author Iiii_I_I_I ;(function ($, mw) { function runReadableRC($content) { if (!$content.hasClass('mw-changeslist')) { return; } $content.addClass('gadget-rc-enabled'); let rows = document.querySelectorAll( '.mw-changeslist-src-mw-edit,' + '.mw-changeslist-src-mw...")
  • 02:52, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-readableRC.js (Created page with "if (mw.config.get('wgPageName') == 'Special:RecentChanges') { mw.loader.load('ext.gadget.readableRC-core'); }")
  • 02:52, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-colorRC.css (Created page with "* * Color certain namespaces in RecentChanges * @todo: add something to distinguish watched pages (since this already bolds by default) * * This gadget is enabled for mobile too, so ensure that all CSS styling done here makes * sense for those viewing the wiki from a mobile device.: fix this issue <https://css-tricks.com/multi-line-padded-text/>: .mw-changeslist-title { -webkit-box-decoration-break: clone; box-decoration-break: clone; } .mw-changeslist-ns-10...")
  • 02:52, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-falseSubpage.css (Created page with "* * Hides the subpage link on pages that should not be considered subpages - see also Category:Pages with technically restricted titles and Template:Restricted title *: .mw-body:has(.false-subpage) #mw-content-subtitle .subpages { display: none; }")
  • 02:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-stickyTableHeaders.css (Created page with "/* keeps table headers stuck to the top of the window, useful for long tables where it normally scrolls offscreen KNOWN PROBLEMS - borders disappear due to browser implementation issue (https://bugs.webkit.org/show_bug.cgi?id=128486) - double-row headers only work as long as the first <tr> does not stretch its height, since MediaWiki doesn't support <thead> - Safari makes the th elements in <tfoot> scroll down along with the top, if they are made stick...")
  • 02:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-equipment.js (Created page with "// Make buttons for Items Kept on Death and Equipment Stats on Template:Equipment clickable, // if equipment stats and buttons are shown. $(function() { $('.equipment-statsbutton, .equipment-ikodbutton').click(function() { var ikod = $(this).parents('.equipment').find('.equipment-ikod'), stats = $(this).parents('.equipment').find('.equipment-stats'); if ($(this).is('.equipment-statsbutton')) { ikod.hide(); stats.show(); } else { stats.hide(); ikod....")
  • 02:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-musicMap.css (Created page with "path.leaflet-interactive { stroke: #38f; fill: #38f; fill-opacity: 0.3; opacity: 0.75; } path.leaflet-interactive:hover { fill: #16d; } path.leaflet-interactive.unlocked { fill: #6d6; } path.leaflet-interactive.unlocked:hover { fill: #3b3; } path.leaflet-interactive:active { fill-opacity: 0.25; }")
  • 02:51, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-musicMap-core.js (Created page with "Music map * Generates an interactive music map that has toggleable polygons on it. Can be used as a 'checklist' to track music track unlock progression. * See Map:Music tracks: var MM = {}; MM.touch = false; MM.getUnlocked = function() { var ls = localStorage.getItem('musicMap-'+mw.config.get('wgPageName')); if (!ls) return []; // map characters back to numbers and convert to var bitstr = Array.prototype.map.call(ls, function(x) { // go through each cha...")
  • 02:50, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-musicMap.js (Created page with "$(function () { if ($("#musicMap").length) { mw.loader.load( 'ext.gadget.musicmap-core' ); } })")
  • 02:50, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-audioplayer.css (Created page with ".rsw-music-player { height: 2em; vertical-align: middle; } * Styles for Template:Playlist *: #music-playlist { more mobile-friendly instead of static width: width: 90%; max-width: 350px; margin: 0 auto; text-align: center; padding-bottom: 0.5em; border: none; border: 1px solid var(--body-border); background: var(--body-light); } #music-playlist button { margin: 2px 0.5em; } #music-player { margin: 5px;...")
  • 02:50, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-audioplayer-core.js (Created page with "$(function() { * Replace audio track links with the audio file when clicked *: function playTrack(e, playlist) { if ($(this).attr('target') == '_blank') { // do not play another track if the link opens in a new tab. return; } e.preventDefault(); var filename = $(e.target).closest('a').attr('href').match(/File:(.*\.ogg)/)[1]; var $audio = $('<audio>').attr({ src: '/images/' + filename + '?11111', autoplay: playlist !== true, controls: true,...")
  • 02:49, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-audioplayer.js (Created page with "$(function () { if ($( 'a[href^="/w/File:"][href$=".ogg"]' ).length) { mw.loader.load( 'ext.gadget.audioplayer-core' ); } })")
  • 02:48, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-navboxToggle.js (Created page with "$(function () { var navtoggle = function () { if ($('.navbox.mw-collapsible').length) { var $arrow = $('<div>') .addClass('mf-icon mw-ui-icon-mf-expand mf-icon--small indicator'); var $navigationText = $('<span>') .addClass('mw-headline') .attr('tabindex', '0') .attr('role', 'button') .text('Navigation'); var $toggleBar = $('<h2>') .attr('id', 'navbox-fake-collapsible-heading') .addClass('section-heading collapsible-heading') ....")
  • 02:47, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-sectionAnchors.css (Created page with "* * Vector HeadAnchors * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.css * * Copyright 2013 Timo Tijhof + with OSW customisations * @license MIT <https://opensource.org/licenses/MIT> * * See also: * https://www.mediawiki.org/wiki/Requests_for_comment/Clickable_section_anchors * https://phabricator.wikimedia.org/T18691: .mw-header { position: relative; /* Disable Vector's `overflow: hidden` because otherwise our negatively...")
  • 02:47, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-sectionAnchors.js (Created page with "* * Vector HeadAnchors * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.js * @revision 2015-03-07 * * @license http://krinkle.mit-license.org/ * @author Timo Tijhof, 2013–2015 * * See also: * https://www.mediawiki.org/wiki/Requests_for_comment/Clickable_section_anchors * https://phabricator.wikimedia.org/T18691: $( function () { if ( mw.config.get('wgIsMainPage') ) { // Don't run on the main page, where we use...")
  • 02:46, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-toplinksDropdown.js (Created page with "* * De-clutters the personal links at the top by collecting them in a dropdown, * opened by hovering over your username - inspired by the Timeless skin * * @author Iiii_I_I_I: $(function() { var $talk = $('#pt-mytalk'), $contris = $('#pt-mycontris'), $watchlist = $('#pt-watchlist'), $prefs = $('#pt-preferences'), $logout = $('#pt-logout'); // new talk page message $('#pt-mytalk .mw-echo-alert').text('Talk'); // c...")
  • 02:46, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-relativetime.js (Created page with "// Don't load CommentsInLocalTime for namespaces it is disabled for. if ( [-1, 0, 8].indexOf(mw.config.get("wgNamespaceNumber")) === -1 ) { // w:en:User:Mxn/CommentsInLocalTime // en.wikipedia.org/wiki/User:Mxn/CommentsInLocalTime.js /** * Comments in local time * User:Mxn/CommentsInLocalTime * * Adjust timestamps in comment signatures to use easy-to-understand, relative * local time instead of absolute UTC time. * * Inspired by [[Wikipedia:C...")
  • 02:46, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-utcclock.css (Created page with "Account for the larger font size adding 0.1em to height unless padding-top * is adjusted by the same amount.: #p-personal is for being specific enough: #p-personal #utcdate { padding-top: 0.4em; } Originally in the .js file since some wikis loaded the js directly without * the accompanying .css file: #utcdate a { font-weight: bolder; font-size: 120%; }")
  • 02:45, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-utcclock.js (Created page with "* * Adapted from https://www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-UTCLiveClock.js: ( function () { function padWithZeroes( num ) { // Pad a number with zeroes. The number must be an integer where // 0 <= num < 100. return num < 10 ? '0' + num.toString() : num.toString(); } function showTime( $target ) { var now = new Date(); // Set the time. var hh = now.getUTCHours(); var mm = now.getUTCMinutes(); var time = padWithZeroes( hh ) + ':' + pad...")
  • 02:45, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesMobile.css (Created page with ".mw-ui-icon-portletlink-wgl-darkmode-toggle { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cpath fill='%2354595d' d='M8 19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1H8zm9-12a7 7 0 1 0-12 4.9S7 14 7 15v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1c0-1 2-3.1 2-3.1A7 7 0 0 0 17 7z'/%3E%3C/svg%3E"); } body.wgl-theme-dark .mw-ui-icon-portletlink-wgl-darkmode-toggle, body.wgl-t...")
  • 02:45, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesMobile.js (Created page with "* * Toggles for skin cookies on mobile * * @author JaydenKieran *: const DARK_COOKIE = 'darkmode'; var currentDark = $.cookie('theme') === 'dark' || ($.cookie('theme') == null && $.cookie(DARK_COOKIE) === 'true'), darkPortletLink; var self = { init: function () { darkPortletLink = mw.util.addPortletLink( 'p-personal', '#', (currentDark ? 'Light' : 'Dark') + ' mode', 'wgl-darkmode-toggle', 'Toggle ' + (currentDark ? 'light' : 'dark') + ' mo...")
  • 02:44, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinToggles-prompt.css (Created page with "* Based on OOUI's *: Prompt: .rsw-color-scheme-prompt { position: absolute; border: 1px solid var(--ooui-interface-border); border-radius: 2px; filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3)); background-color: var(--ooui-interface); display: flex; flex-direction: column; z-index: 100; line-height: 1.42857143em; padding: 0px 12px; width: 300px; box-sizing: border-box; } Arrow (border): .rsw-color-scheme-prompt:before { content: ''; position: ab...")
  • 02:44, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesNew-prompt.js (Created page with "* * Prompts that dark mode color scheme is available. * * @author Elessar2 * @author Gaz Lloyd * @author JaydenKieran * @author TehKittyCat * * Positioning logic adapted from MediaWiki:Gadget-rsnews.js.: var $portletLink = $('#pt-skin-toggles'), $prompt function init() { $prompt = $('<div>').addClass('rsw-color-scheme-prompt').css( 'display', 'none' ).append( $('<p>').css({ 'font-size': '0.75em' }).html('Your device...")
  • 02:44, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinToggles.css (Created page with "#pt-theme-toggles .oo-ui-icon-advanced, #pt-fixed-width .oo-ui-icon-advanced { width: 15px; min-width: 15px; height: 14px; background-size: 14px; display: block; background-repeat: no-repeat; background-image is in vector.css: opacity: 1; margin-bottom: -2px; } .rsw-skin-toggle-popup .oo-ui-window-frame { width: 440px !important; } .rsw-skin-toggle-popup .appearance-modal { font-size: .9em; padding: 1em 2em 1.5em; }...")
  • 02:43, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesNew.js (Created page with "* * Handles the full-width toggle, dark mode toggle, and other appearance-related * toggles on the page. * * @author Gaz Lloyd * @author Jayden *: ;(function($, mw, rs){ var DARK_COOKIE = 'darkmode', THEME_COOKIE = 'theme', FLOORNUMBER_LS = 'floornumber_display', theme = ($.cookie('theme') !== null) ? $.cookie('theme') : (($.cookie(DARK_COOKIE) === 'true') ? 'dark' : 'light'), fixedWidthEnabled = $.cookie('readermode') === 'true', currentFloornumb...")
  • 02:39, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-code-snippets.js (Created page with "*<nowiki> * Gadget that loads a couple of snippets for easier access to commonly copy/pasted templates and sections * Authors: ** Joeytje50: $(function() { var today = new Date().toLocaleString('en-GB', {day: 'numeric', month: 'long', year: 'numeric', timeZone: 'UTC'}); var pagename = mw.config.get('wgTitle'); var preloadMsgs = [ 'NPC', 'equipment', 'item', 'location', 'monster', 'scenery', 'shop', //'navbox', //'navbox-oneline', //'navbox...")
  • 02:39, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-editCount.js (Created page with "* * Adds total edit count on User, User talk and Contributions as a PortletLink * @author Jr_Mime: if (mw.config.get('wgNamespaceNumber') === 2 || mw.config.get('wgNamespaceNumber') === 3 || mw.config.get("wgCanonicalSpecialPageName") == "Contributions") { $(function () { var user = mw.config.get('wgRelevantUserName'); mw.util.addPortletLink( 'p-namespaces', mw.util.getUrl('Special:EditCount/' + user), '.. edits', 'ca-nstab-editcount', 'Click...")
  • 02:39, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-contributions.js (Created page with "* * Adds a contribution link on User, User talk and Contributions as a PortletLink * @author Jr_Mime: if (mw.config.get('wgNamespaceNumber') === 2 || mw.config.get('wgNamespaceNumber') === 3) { $(function () { mw.util.addPortletLink( 'p-namespaces', mw.util.getUrl('Special:Contributions/' + mw.config.get('wgRelevantUserName')), 'Contributions', 'ca-nstab-contributions', 'Click to open the user\'s contributions' ); }); }")
  • 02:38, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-autowelcome.js (Created page with "/** * autowelcome.js - from https://runescape.wiki/w/User:Quarenon/autowelcome.js * * Automatically insert the welcome notice code when editing a new user talk page. * * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope th...")
  • 02:38, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-livePricesMMG-core.js (Created page with "// // TODO: Do I just do something kind of dumb like use an object here for constant lookup? EXEMPT_FROM_TAX = [ 'Old school bond', 'Chisel', 'Gardening trowel', 'Glassblowing pipe', 'Hammer', 'Needle', 'Pestle and mortar', 'Rake', 'Saw', 'Secateurs', 'Seed dibber', 'Shears', 'Spade', 'Watering can (0)' ]; // Tax is never higher than 5m per item MAX_TAX_AMOUNT = 5000000; MMG_SMW_DATA_ENDPOINT = "https://oldschool.runescape.wiki/api.php?acti...")
  • 02:37, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-livePricesMMG.js (Created page with "$(function () { if ($('.mmg-list-table').length) { mw.loader.load( 'ext.gadget.livePricesMMG-core' ); } })")
  • 02:37, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-fightcaverotations-core.js (Created page with "// This gadget updates the predicted rotation times on TzHaar Fight Cave/Rotations. Made by Gau Cho, but it was Fjara's idea const ROTATION_CYCLE = 16 function mod(a, n) { return a - (n * Math.floor(a/n)); } function getMinutesFromMidnight(time) { // Gets minutes from UTC midnight return time.getUTCHours()*60 + time.getUTCMinutes() } function formatTime(time) { // Formats time (using the local timezone) return time.getHours() + ':' + ('0' + ti...")
  • 02:37, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-fightcaverotations.js (Created page with "$(function () { if ( $('#rotation-table').length ) { mw.loader.load( 'ext.gadget.fightcaverotations-core' ); } })")
  • 02:37, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-mmgkc.css (Created page with ".mmg-kph-div { max-width: 35em; } .mmg-kph-div .oo-ui-fieldLayout-header > .oo-ui-labelElement-label { font-weight: bold; } .mmg-kph-selector-field .oo-ui-inputWidget-input { text-align: center; }")
  • 02:36, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-mmgkc-core.js (Created page with "// Gets and sets items in local storage for the KPH amount // This allows for repeat visits to use the same KPH. // KPH is saved in local storage with the key "{Subpage name}-mmg-kph" // For ex. "Money making guide/Drinking irresponsibly" would go to the key "Drinking irresponsibly-mmg-kph" // If the page is NOT a subpage, we will not save LS. This might be confusing but is preferable to all TL pages using the same LS key. function parseMmgFloat(x) { var _x = parseFloa...")
  • 02:36, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-mmgkc.js (Created page with "$(function () { if ($('.mmg-table.mmg-isperkill').length) { mw.loader.load( 'ext.gadget.mmgkc-core' ); } })")
  • 02:36, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dropDisplay.css (Created page with "Vertical align of the table headers: table.item-drops.filterable th { line-height: 2.3em; } Show/hide members item column and (m) tag after name: table.item-drops.filterable.rsw-dropsline-hidemembers tr.members-item, table.item-drops.filterable.rsw-dropsline-hidememcol tr .members-column { display: none; } table.item-drops.filterable tr td.item-col sub[title="Members only"] { display: none; } table.item-drops.filterable.rsw-dropsline-hidememcol tr td.item-c...")
  • 02:35, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dropDisplay-core.js (Created page with "'use strict'; var userSettings, settingsName = 'rsw-drop-display-settings', defaultSettings = {_ratedisp: 2, _valcoldisp: 1}; // grabs settings from localstorage (or defaults if not supported) function getSettings(){ var settings = {}; if (rswiki.hasLocalStorage()) { try { settings = JSON.parse(localStorage.getItem(settingsName)); } catch (err) { settings = {}; } if (settings === null) { settings = {}; } } userSettings = $.extend({}, defaultSe...")
  • 02:35, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-dropDisplay.js (Created page with "$(function () { if ($('table.item-drops.filterable').length) { mw.loader.load( 'ext.gadget.dropDisplay-core' ); } })")
  • 02:35, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-calculatorNS.js (Created page with "* * Adds a link to the main calculators directory to every calculator namespace page * in the same place as other subpage links (creates the element if required) * * @author Gaz Lloyd: $(function () { if (mw.config.get('wgNamespaceNumber') !== 116) { return; } function init() { // duplication prevention if ($('#contentSub #mw-content-subtitle .subpages .calculatorDirectoryLink').length) return; var link = $('<a>') .attr({ href: mw.util.g...")
  • 02:34, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-infoboxQty.js (Created page with "/** * Infobox quantity script * Adds a number input box next to specific numbers in tables * Primary use case: the price in Infobox Item * * TODO: add infobox monster support (for what?) * * USAGE: * <td><span class="infobox-quantity" data-val-each="100" data-value="1"><span class="infobox-quantity-replace">100</span> coins</span></td> * Everything inside the td should be wrapped in the outer span, which has class=infobox-quantity and attr data-val-each=(value...")
  • 02:34, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-calc.css (Created page with ".jcConfig { display: none; } .jcTable { margin: 0 !important; } .jcTable th { text-align: left !important; } .jcSubmit img { margin: 0 auto; } div > .jcTable .jsCalc-field.oo-ui-fieldLayout:before, div > .jcTable .jsCalc-field.oo-ui-fieldLayout:after, div > .jcTable .jsCalc-group.oo-ui-layout:before, div > .jcTable .jsCalc-group.oo-ui-layout:after { display: none; } div > .jcTable .jsCalc-group.oo-ui-layout:before, div > .jcTable .jsCalc-group.oo-ui-layout:a...")
  • 02:34, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-calc-core.js (Created page with "/** * Calc script for RuneScape Wiki * * MAIN SCRIPT https://runescape.wiki/w/MediaWiki:Gadget-calc.js * https://runescape.wiki/w/MediaWiki:Gadget-calc.css * DUPLICATE TO https://oldschool.runescape.wiki/w/MediaWiki:Gadget-calc.js * https://oldschool.runescape.wiki/w/MediaWiki:Gadget-calc.css * make sure to update the hiscores URL for OSRS * * This script exposes the following hooks, accessible via `mw.hook`: * 1. 'rscalc.setupComplete' - Fires when...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)