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).
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-trailblazer.css (Created page with "========= SCROLL =========: experimental: .events-popup::-webkit-scrollbar { width: 1em; } .events-popup::-webkit-scrollbar-track { background: var(--body-mid); } .events-popup::-webkit-scrollbar-thumb { background: #43557a; border-radius: 4px; border: 2px solid var(--body-mid); } .events-popup::-webkit-scrollbar-thumb:hover { background: var(--body-border); } ========== Top bar link ==========: .vector-menu #pt-events .oo-ui-ic...")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-trailblazer-modal.js (Created page with "* * Interface modal for Trailblazer regions * See also: Gadget-trailblazer-core which initialises this one * * @version 1.1 * @author Elessar2 *: global jQuery, mediaWiki, mw, rswiki, rs, OO, moment, ga: 'use strict'; ;(function($, mw, rs){ var areaChecks, $content, api; // trailblazer regions var tbareas = [ { name:'Misthalin', img:'/images/Misthalin_Area_Badge.png?11111', link:'/w/Trailblazer_Reloaded_League/Areas/Misthalin', id:'misthalin' }, { name:'K...")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-toplinksDropdown (Created page with "Moves the personal links at the top into a dropdown, opened by hovering over your username")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-toplinksDropdown.less (Created page with "// prevent this from doing anything on Special:Preferences; JS doesn't load on that // page, so users will be unable to access the personal links that are display: none'd body:not(.mw-special-Preferences) { // hide these with css first so there's no jump after js loads #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-logout { display: none; } // username link #p-personal #pt-userpage { float: right;...")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-table-csv (Created page with "Table-CSV: adds a link to most table headers to download a CSV version of the table. (Attempts to handle colspan and rowspan, but could be strange in very complex tables. May not work very well for tables where every row is not the same total length.)")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-stickyTableHeaders (Created page with "StickyTableHeaders: Keep table headers stuck to the top of your window as you scroll; Only applicable to tables that have the "sticky-header" class")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-stickyheader (Created page with "Sticky header: Keeps the top bar (such as the "Edit" button) visible at the top of the viewport when scrolling")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-skinTogglesNew (Created page with "SkinTogglesNew: Creates the skin (theme) toggling interface and functionality, including reader mode, the sticky page header, and allows changing the default floor numbering.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-sigreminder (Created page with "Reminds you to add your forum signature when you create a talk page post without signing.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-showAdvancedData (Created page with "Display advanced data in infoboxes, such as item IDs.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-sectionAnchors (Created page with "SectionAnchors: Add a clickable anchor link to the left when hovering over a section heading")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-searchfocus (Created page with "Automatically focus the cursor on the search box when loading the main page")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-scribunto-console (Created page with "Scribunto Console buttons: Adds several extra utility buttons to the scribunto console (module mw.pages).")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-sandbox.js (Created page with "/** * highlightTable.js * * Description: * Adds highlighting to tables * * History: * - 1.0: Row highlighting - Quarenon * - 1.1: Update from pengLocations.js v1.0 - Quarenon * - 2.0: pengLocations v2.1, Granular cookie - Saftzie * - 2.1: Made compatible with jquery.tablesorter - Cqm * - 2.2: Switch to localStorage - Cqm * - 3.0: Allow cell highlighting - mejrs * - 4.0: Labelled highligh...")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-sandbox.css (Created page with ".ve-ce-linkAnnotation.ve-ce-annotation-active { box-shadow: 0 0 0 1px var(--body-mid); background: none; }")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-ringbell (Created page with "Ringbell: Animates the bell icon when receiving an alert.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-relativetime (Created page with "Automatically make timestamps (e.g in signatures) display relative to your local time")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-ReferenceTooltips (Created page with "ReferenceTooltips: Hover over any citation to see its reference, instead of having to jump away from the article text")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-redirect-mobilediff (Created page with "Automatically redirect MobileDiff mw.pages to normal diffs on desktop")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-realtimeExchange.js (Created page with "$(function () { if ($('.realtimePrices').length) { mw.loader.load( 'ext.gadget.realtimeExchange-core' ); } })")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-realtimeExchange.css (Created page with ".realtime-ge-openbtn { margin-bottom: 0.5em; }")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-realtimeExchange-core.js (Created page with "* * Adds realtime Grand Exchange prices on the wiki * * @author JaydenKieran: 'use strict'; var conf = mw.config.get( [ 'stylepath', 'wgTitle' ] ), itemId = null, self = { * * Inital loading method: init: function () { var realtimeDiv = $('.realtimePrices'); realtimeDiv.each( function () { var $this = $( this ), itemId = $this.data('itemid'); var modalOpenBtn = new OO.ui.ButtonWidget( { flags: [ 'primary' ]...")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-readableRC (Created page with "ReadableRC: Formats Special:RecentChanges into columns to make it more readable. Requires "Group changes by page" to be enabled in the "Recent changes" tab.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-QuickDiff (Created page with "QuickDiff: Quickly view any diff link in a modal without leaving the page")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-oswf (Created page with "Oswf: Loads the ''oswf-core'' gadget when the "oswf-guidance" class is present on the page.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-oswf-core (Created page with "Oswf-core: Creates the show/hide guidance buttons and functionality for One Small Wiki Favour tasks.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-newPage (Created page with "NewPage: Add a "Make new page" link to the sidebar")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-navboxToggle (Created page with "Automatically collapse navboxes on the mobile skin.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-Message-names (Created page with "MessageNames: Adds a toolbox link to reload the current page with the system message names exposed")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-livePricesMMG (Created page with "Powers a dynamic version of the Money Making Guide table that allows for taxing and changing kph.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-LazyAdminTools (Created page with "LazyAdminTools: Block users, delete mw.pages, and revert vandalism with a single button on Special:Contributions")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-hotcat (Created page with "HotCat: Add tools to the category section at the bottom of articles to manage, add, and remove categories ([https://en.wikipedia.org/wiki/Wikipedia:HotCat documentation])")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-highlightTable (Created page with "HighlightTable: Generates lightables (tables with highlightable rows or cells). Use the "lighttable" class to make a table have highlightable rows, and add the "individual" class to allow per cell highlighting.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-highlightTable-core (Created page with "HighlightTable-core: Loaded by ''highlightTable'' gadget on mw.pages where the "lighttable" class is present on a table.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-hideRCsidebar (Created page with "Hide the recent changes widget on the sidebar")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-headerTargetHighlight (Created page with "Add green highlighting when a header is targeted (example)")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-GECharts (Created page with "GECharts: Generates the charts for GE data on exchange mw.pages and in item infoboxes.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-GECharts-core (Created page with "GECharts-core: Loaded by ''GECharts'' gadget on mw.pages where a "GEdatachart" class is present (exchange mw.pages and in item infoboxes).")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-gadgetLinks (Created page with "Gadget links: Add links to relevant files in the list of gadget definitions.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-fileDownload (Created page with "FileDownload: Adds download links to file mw.pages")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-falseSubpage (Created page with "FalseSubpage: Hides the subpage link on mw.pages that should not be considered subpages")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-ezcopy (Created page with "EZCopy: Adds buttons to copy the current PAGENAME, FULLPAGENAME, and DISPLAYTITLE to the clipboard")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-exchangePages (Created page with "ExchangePages: Loads the ''exchangePages-core'' gadget for mw.pages in the ''Exchange'' namespace.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-exchangePages-core (Created page with "ExchangePages-core: Generates the buttons on ''Exchange'' namespace mw.pages.")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-editCount (Created page with "EditCount: View a user's editcount from their profile, talk page or contributions")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-dropdown (Created page with "MoreDropdown: Add useful links to the "More" dropdown menu, such as a link to the most recent diff")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps-sandbox.js (Created page with "if ( $('.dps').length ) { mw.loader.load( 'ext.gadget.dps-sandbox-core' ); }")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-dps-sandbox-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...")
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-definitions (Redirected page to MediaWiki:Gadgets-definition) Tag: New redirect
- 01:10, 17 October 2024 Alex talk contribs created page MediaWiki:Gadget-definition (Redirected page to MediaWiki:Gadgets-definition) Tag: New redirect