All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Zeah RSPS - Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 08:14, 16 February 2022 Soulgazer 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...")
- 08:13, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-dps.js (Created page with "// <nowiki> if ( $('.dps').length ) { mw.loader.load( 'ext.gadget.dps-core' ); } // </nowiki>")
- 08:13, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-mmgkc-core.js (Created page with "function parseMmgFloat(x) { var _x = parseFloat(x); if (isNaN(_x)) { return 0; } return _x; } function formatNum(x) { var _x = Math.abs(x); if (_x > 99) { // if over 100 // round to 0 dp and format with commas if needed _x = Math.round(x); _x = _x.toLocaleString('en'); } else if (_x < 0.1) { // if under 0.1 // round to 2 sf var n = Math.floor(Math.log10(x)) - 1; _x = Math.pow(10, n) * Math.round(x/Math.pow(10,n)); // cull binary representat...")
- 08:12, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-mmgkc.js (Created page with "// <nowiki> if ($('.mmg-table.mmg-isperkill').length) { mw.loader.load( 'ext.gadget.mmgkc-core' ); }")
- 08:12, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-dropDisplay-core.js (Created page with "// <nowiki> '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(...")
- 08:12, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-dropDisplay.js (Created page with "// <nowiki> if ($('table.item-drops.filterable').length) { mw.loader.load( 'ext.gadget.dropDisplay-core' ); }")
- 08:12, 16 February 2022 Soulgazer 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($, mw){ if (mw.config.get('wgNamespaceNumber') !== 116) { return; } function init() { // duplication prevention if ($('#contentSub .subpages .calculatorDirectoryLink').length) return; var link = $('<a>') .attr({ href: mw.util.getUrl('Calculators'...")
- 08:11, 16 February 2022 Soulgazer 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...")
- 08:11, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-calc-core.js (Created page with "/** <nowiki> * 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' - F...")
- 08:11, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-calc.js (Created page with "// <nowiki> if ($('.jcConfig').length) { mw.loader.load( 'ext.gadget.calc-core' ); } // </nowiki>")
- 08:09, 16 February 2022 Soulgazer talk contribs created page Zulrah (Created page with "==Equipment== <tabber> Magic Only= {{Recommended equipment |style = Magic |helm1 = {{plink|Ancestral hat}} |helm2 = {{plink|Ahrim's hood}} |helm3 = {{plink|Infinity hat}} |helm4 = {{plink|Farseer helm}} / {{plink|Healer hat}} |helm5 = {{plink|Void mage helm}}<ref name=Void>Only use with the full set of Void knight armour</ref> |neck1 = {{plink|Occult necklace}} |neck2 = {{plink|Amulet of fury}} |neck3 = {{plink|Amulet of glory}} |neck4 = {{plink|Amulet of power}} |cape1...")
- 08:07, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-autocollapse.js (Created page with "* * Automatically collapsed navboxes under certain conditions: (function($, mw){ if ( !$('.navbox').length || mw.Uri().query.veaction != undefined ) return; mw.hook('wikipage.collapsibleContent').add(init); function init() { var $navboxes = $('.navbox'), // maximum number of navboxes before they all get collapsed maxShow = 1, // maximum allowable height of navbox before it gets collapsed maxHeight = 300; function collapseNavbox(i,box) {...")
- 08:07, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-checkboxList.js (Created page with "// <nowiki> if ($("ul.checklist, div.checklist > ul").length) { mw.loader.load( 'ext.gadget.checkboxList-core' ); } // </nowiki>")
- 08:06, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-checkboxList.css (Created page with "CSS for MediaWiki:Gadget-checkboxList.js: Use with Template:Checklist: =========================== lighttable checklists ===========================: /* checklist will otherwise render anything floated to the right unclickable due to overlap; 300px is the width of infoboxes and default thumbnail size the first rule is the fallback for ancient browsers; the second rule keeps 350px space to the side, down to 1000px width of its co...")
- 08:06, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-checkboxList-core.js (Created page with "* <pre> * Adds support for checkbox lists (Template:Checklist) * * Examples/Tests: <https://rs.wiki/User:Cqm/Scrapbook_4> * * History: * - 1.0: Original implementation - Cqm: /* * DATA STORAGE STRUCTURE * ---------------------- * * In its raw, uncompressed format, the stored data is as follows: * { * hashedPageName1: [ * [0, 1, 0, 1, 0, 1], * [1, 0, 1, 0, 1, 0], * [0, 0, 0, 0, 0, 0] * ], * hashedPageName2: [...")
- 08:06, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-Charts.js (Created page with "// <nowiki> if ($( '.rsw-chartjs-config' ).length) { mw.loader.load( 'ext.gadget.Charts-core' ); } // </nowiki>")
- 08:05, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-Charts-core.js (Created page with "var DARKMODE_TEXT = '#cbd9f4'; function RSWChart(i, dataElement) { var self = this; this.is_error = false; this.index = i; function error(t) { dataElement.removeClass('rsw-chartjs-config').addClass("rsw-chart-parsed rsw-chart-error").text(t); self.is_error = true; } function parseData() { console.log('parsing data for ' + self.index); if (self.is_error) return; var c = {}; console.log(dataElement....")
- 08:03, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-compare.js (Created page with "// <nowiki> if ($('.cioCompareLink, .infobox-bonuses').length) { mw.loader.load( 'ext.gadget.compare-core' ); } // </nowiki>")
- 08:00, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-GECharts.js (Created page with "// <nowiki> if ($( '.GEdatachart' ).length) { mw.loader.load( 'ext.gadget.GECharts-core' ); } // </nowiki>")
- 08:00, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-exchangePages-core.js (Created page with "//<nowiki> $('.gemw-button.secondary').each(function(i,e){ var txt = $(e).find('a').text(); var href = $(e).find('a').attr('href'); var button = new OO.ui.ButtonWidget({ label: txt, title: href }); button.$element.on('mousedown', function(){ window.open(href, '_blank'); }); $(e).parent().append(button.$element); $(e).remove(); }); var exchangeOverlay = $('<div>'); exchangeOverlay .css({position: 'relative', 'z-index': 100}) .attr('id', 'rsw-exchange-ov...")
- 08:00, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-exchangePages.js (Created page with "// <nowiki> if (mw.config.get('wgCanonicalNamespace') == 'Exchange') { mw.loader.load( 'ext.gadget.exchangePages-core' ); } // </nowiki>")
- 08:00, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-switch-infobox.css (Created page with ".switch-infobox > p, .switch-infobox-triggers > p { display: none; } .switch-infobox > p:first-child, .switch-infobox-triggers > p:first-child { display: block; } .switch-infobox > .item { display: none; } .switch-infobox > .item.showing { display: block; } .switch-infobox > .loading-button { display: none; } .switch-infobox.loading > .loading-button { display: inline-block; } .switch-infobox.loading > .switch-infobox-triggers { display:...")
- 07:59, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-switch-infobox.js (Created page with "// <nowiki> /* 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 *...")
- 07:59, 16 February 2022 Soulgazer talk contribs created page MediaWiki:Gadget-Less.js (Created page with "window.lessOpts = window.lessOpts || []; window.lessOpts.push( { target: 'MediaWiki:Common.css', source: 'MediaWiki:Common.less', load: [ 'MediaWiki:Common.css', 'MediaWiki:Common.less' ] }, { target: 'MediaWiki:Vector.css', source: 'MediaWiki:Vector.less', load: [ 'MediaWiki:Vector.css', 'MediaWiki:Vector.less' ], }, { target: 'MediaWiki:Gadget-toplinksDropdown.css', source: 'MediaWiki:Gadget-topli...")
- 03:23, 16 February 2022 Redhat talk contribs protected MediaWiki:Gadgets-definition [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 03:00, 16 February 2022 Redhat talk contribs deleted page MediaWiki:Gadget-highlightTable-core (content was: "/** <pre> * 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...", and the only contributor was "Redhat" (talk))
- 03:00, 16 February 2022 Redhat talk contribs created page MediaWiki:Gadget-highlightTable-core (Created page with "/** <pre> * 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 hi...")
- 02:59, 16 February 2022 Redhat talk contribs created page MediaWiki:Gadgets-definition (Created page with "==Core== * rsw-util[ResourceLoader|dependencies=mediawiki.util|targets=desktop,mobile|type=general|default|hidden]|rsw-util.js * highlightTable[ResourceLoader|type=general|targets=desktop,mobile|default]|highlightTable.js * highlightTable-core[ResourceLoader|type=general|dependencies=ext.gadget.rsw-util,oojs-ui-core|targets=desktop,mobile|hidden]|highlightTable-core.js")
- 02:59, 16 February 2022 Redhat talk contribs deleted page Gadgets-definition (content before blanking was: "==Core== * rsw-util[ResourceLoader|dependencies=mediawiki.util|targets=desktop,mobile|type=general|default|hidden]|rsw-util.js * highlightTable[ResourceLoader|type=general|targets=desktop,mobile|default]|highlightTable.js * highlightTable-core[ResourceLoader|type=general|dependencies=ext.gadget.rsw-util,oojs-ui-core|targets=desktop,mobile|hidden]|highlightTable-core.js")
- 02:39, 16 February 2022 Redhat talk contribs protected MediaWiki:Gadget-rsw-util.js [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:38, 16 February 2022 Redhat talk contribs created page MediaWiki:Gadget-rsw-util.js (Created page with "(function ($, mw, rs) { 'use strict'; * * Polyfills *: // Polyfill for window.location.origin being non-existent on IE9 if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: ''); } function createOOUIWindowManager() { if (window.OOUIWindowManager == undefined) { window.OOUIWindowManager = new OO.ui.Wi...")
- 02:38, 16 February 2022 Redhat talk contribs deleted page Gadget-rsw-util.js (content was: "(function ($, mw, rs) { 'use strict'; * * Polyfills *: // Polyfill for window.location.origin being non-existent on IE9 if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: ''); } function createOOUIWindowManager() {...", and the only contributor was "Redhat" (talk))
- 02:38, 16 February 2022 Redhat talk contribs created page Gadget-rsw-util.js (Created page with "(function ($, mw, rs) { 'use strict'; * * Polyfills *: // Polyfill for window.location.origin being non-existent on IE9 if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: ''); } function createOOUIWindowManager() { if (window.OOUIWindowManager == undefined) { window.OOUIWindowManager = new OO.ui.Wi...")
- 02:38, 16 February 2022 Redhat talk contribs deleted page Gadgets-rsw-util.js (content was: "(function ($, mw, rs) { 'use strict'; * * Polyfills *: // Polyfill for window.location.origin being non-existent on IE9 if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: ''); } function createOOUIWindowManager() {...", and the only contributor was "Redhat" (talk))
- 02:38, 16 February 2022 Redhat talk contribs created page Gadgets-rsw-util.js (Created page with "(function ($, mw, rs) { 'use strict'; * * Polyfills *: // Polyfill for window.location.origin being non-existent on IE9 if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port: ''); } function createOOUIWindowManager() { if (window.OOUIWindowManager == undefined) { window.OOUIWindowManager = new OO.ui.Wi...")
- 02:32, 16 February 2022 Redhat talk contribs protected Gadgets-definition [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)
- 02:31, 16 February 2022 Redhat talk contribs protected MediaWiki:Gadget-highlightTable.js [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:31, 16 February 2022 Redhat talk contribs protected MediaWiki:Gadget-highlightTable-core.js [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:31, 16 February 2022 Redhat talk contribs created page MediaWiki:Gadget-highlightTable-core.js (Created page with "/** <pre> * 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 hi...")
- 02:31, 16 February 2022 Redhat talk contribs created page MediaWiki:Gadget-highlightTable.js (Created page with "// <nowiki> if ($("table.lighttable").length) { mw.loader.load( 'ext.gadget.highlightTable-core' ); } // </nowiki>")
- 02:30, 16 February 2022 Redhat talk contribs deleted page Gadgets-highlightTable.js (content was: "// <nowiki> if ($("table.lighttable").length) { mw.loader.load( 'ext.gadget.highlightTable-core' ); } // </nowiki>", and the only contributor was "Redhat" (talk))
- 02:29, 16 February 2022 Redhat talk contribs created page Gadgets-highlightTable.js (Created page with "// <nowiki> if ($("table.lighttable").length) { mw.loader.load( 'ext.gadget.highlightTable-core' ); } // </nowiki>")
- 02:29, 16 February 2022 Redhat talk contribs created page Gadgets-definition (Created page with "==Core== * highlightTable[ResourceLoader|type=general|targets=desktop,mobile|default]|highlightTable.js * highlightTable-core[ResourceLoader|type=general|dependencies=ext.gadget.rsw-util,oojs-ui-core|targets=desktop,mobile|hidden]|highlightTable-core.js")
- 01:56, 16 February 2022 Redhat talk contribs deleted page MediaWiki:Common.less/lighttable.less (content was: "Highlight tables: :root { --lighttable-bg-hover: #CCCCCC; --lighttable-bg-active: #CCFFCC; --lighttable-border: black; } table.lighttable { .highlight-on { background-color: var(--lighttable-bg-active); } .highlight-over { background-color: var(--lighttable-bg-hover); } } Underground pass and Lunar Diplomacy lighttable layout to make a 5x5 grid: ....", and the only contributor was "Redhat" (talk))
- 01:55, 16 February 2022 Redhat talk contribs deleted page MediaWiki:Common.less (content was: "******************************************************** This file is used to update MediaWiki:Common.css. These styles will be applied to all skins (desktop and mobile). ********************************************************: @common: 'MediaWiki:Common.less'; :root { --body-main: #e2dbc8; --body-light: #d8ccb4; --body-mid: #d0bd97; --body-dark...", and the only contributor was "Redhat" (talk))
- 22:56, 15 February 2022 Soulgazer talk contribs created page Module:FetchItemStats (Created page with "-- Note: This module is not meant to be invoked directly, and instead is intended to be used from other modules. local exchange = require('Module:Exchange') local yesno = require('Module:Yesno') local p = {} -- Obtain information about which version of an item is the default version of the item -- if no switch infoobox is present, the item name itself will be returned. -- The second return value is the actual pagename of the page that is retrieved in the SMW call, taki...")
- 22:55, 15 February 2022 Soulgazer talk contribs created page Module:Exchange (Created page with "--[[ {{Helper module|name=Exchange |fname1=_price(arg) |ftype1=String |fuse1=Gets the current median price of item named arg |fname2=_value(arg) |ftype2=String |fuse2=Gets the value of item named arg }} --]] -- <nowiki> -- -- Implements various exchange templates -- See Individual method docs for more details -- -- See also: -- - Module:ExchangeData -- - Module:ExchangeDefault -- -- Original version: http://runescape.wiki/w/Module:Exchange local p = {} -- only...")
- 22:55, 15 February 2022 Soulgazer talk contribs created page Module:Equipment (Created page with "-- <pre>Sandbox for testing stuff. Infoked by User:Joeytje50/Module -- Current module being tested: Module:Equipment local p = {} local hasc = require('Module:Paramtest').has_content local itemstats = require('Module:FetchItemStats') local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local GEPrice = require('Module:Exchange')._price -- Parse item string and check if GIF icons are allowed local function parseItem(ret, itemString, eq...")
- 22:54, 15 February 2022 Soulgazer talk contribs created page Module:Table list (Created page with "-- <pre> local p = {} local alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0' function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) local columns = tonumber(args.columns) or 4 local header = args.header or '' local links = string.lower(args.links or '') local alphabeticalheaders = string.lower(args.alphaheader or '') if alphabeticalheaders == 'yes' then alphabeticalheaders = true else alphabeticalheaders = false end local entrie...")
- 22:54, 15 February 2022 Soulgazer talk contribs created page Module:Tabber (Created page with "local p = {} -- Access point for other modules -- argument format: {{"tab 1 label", "tab 1 content"}, {"tab 2 label", "tab 2 content"}, {"etc", "..."}} function p.tabber(tabs) preprocess = preprocess == nil and true or preprocess -- if no preprocess defined, set to true local tabber = "" for i, tab in ipairs(tabs) do if i > 1 then tabber = tabber .. "\n|-|\n" end tabber = tabber .. mw.text.trim(tab[1]) .. ' = ' .. tab[2] end return mw.getCurrentFrame():cal...")