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:15, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-compare-core.js (Created page with "* * Adds links for compare popups * * @author Quarenon * @author Ryan PM * @author Joeytje50 * @author Cqm * @author JaydenKieran * * @license GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html> * * @todo try to find a standard img url domain to use * @todo re-center (vertical & horizontally) with new items added, or find a way to do it with pure CSS * might require overhaul to #overlay structure/styles: 'use strict'; var modalOpenedPrev = false; va...")
- 01:15, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-compare.js (Created page with "$(function () { if ($('.cioCompareLink, .infobox-bonuses').length) { mw.loader.load( 'ext.gadget.compare-core' ); } })")
- 01:15, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-GECharts-core.js (Created page with "/** <nowiki> * 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 * * @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 script URLs (jav...")
- 01:14, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-GECharts.js (Created page with "$(function () { if ($( '.GEdatachart' ).length) { mw.loader.load( 'ext.gadget.GECharts-core' ); } })")
- 01:14, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-exchangePages-core.js (Created page with "$(function () { $('.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, href: href }); $(e).parent().append(button.$element); $(e).remove(); }); var exchangeOverlay = $('<div>'); exchangeOverlay .css({position: 'relative', 'z-index': 100}) .attr('id', 'rsw-exchange-overlay') .appendTo('body'); })")
- 01:14, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-exchangePages.js (Created page with "if (mw.config.get('wgCanonicalNamespace') == 'Exchange') { mw.loader.load( 'ext.gadget.exchangePages-core' ); }")
- 01:12, 13 October 2024 Alex 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 > .switch-infobox-triggers { display: none; } .trigger.button { white-space: pre; } .infobox-buttons, .switch-infobox-triggers...")
- 01:11, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-switch-infobox.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...")
- 01:11, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-Less.css (Created page with "This wouldn't be needed if the interface possibly used OOUI instead of being * hand-crafted: body.wgl-theme-dark #less-modal, body.wgl-theme-browntown #less-modal { background: var(--body-light) !important; color: var(--text-color) !important; } body.wgl-theme-dark #less-modal a, body.wgl-theme-browntown #less-modal a { color: var(--link-color) !important; } body.wgl-theme-dark #less-modal #less-header, body.wgl-theme-browntown #less-modal #less-header { bor...")
- 01:10, 13 October 2024 Alex talk contribs created page MediaWiki:Vector-theme-browntown.css (Created page with "<pre>: html:has(body.wgl-theme-browntown) { color-scheme: dark; } body.wgl-theme-browntown { color-scheme: dark; --body-background-image: url('https://wiki2.runerealm.org/images/rss/background_brown_darkmode.jpg'); --body-background-color: #1b1612; --body-main: #28221d; --body-light: #3e362f; --body-mid: #312a25; --body-dark: #312a25; --body-border: #736559; --link-color: #b79d7e; --background-link-color: var(--link-color...")
- 01:07, 13 October 2024 Alex talk contribs created page MediaWiki:Vector-darkmode.css (Created page with "<pre>: html:has(body.wgl-theme-dark) { color-scheme: dark; } body.wgl-theme-dark { color-scheme: dark; --body-background-image: url('filepath://Old_School_RuneScape_Wiki_background_darkmode.jpg'); --body-background-color: #071022; --body-main: #172136; --body-light: #313e59; --body-mid: #222e45; --body-dark: #222e45; --body-border: #596e96; --link-color: #8cabe6; --background-link-color: var(--link-color); --redlink-c...")
- 01:06, 13 October 2024 Alex talk contribs created page MediaWiki:Test.css (Created page with "<pre>: body.page-Old_School_RuneScape_Wiki .mw-parser-output { max-width: 75em; margin: 0 auto; } body.page-Old_School_RuneScape_Wiki.action-view .catlinks, body.page-Old_School_RuneScape_Wiki.action-view #contentSub, body.page-Old_School_RuneScape_Wiki.action-view #siteNotice { display: none; } body.page-Old_School_RuneScape_Wiki .line-break { display: none !important; } .mainpage-header { display: flex; margin: 2.6em 1.75em 1.5em; } .ma...")
- 01:04, 13 October 2024 Alex talk contribs created page MediaWiki:Minerva-darkmode.css (Created page with "<pre>: html:has(body.wgl-theme-dark) { color-scheme: dark; } body.wgl-theme-dark { color-scheme: dark; --body-background-image: url('filepath://Old_School_RuneScape_Wiki_background_darkmode.jpg?width=900px'); --body-background-color: #071022; --body-main: #172136; --body-light: #313e59; --body-mid: #222e45; --body-dark: #222e45; --body-border: #596e96; --ooui-text: var(--text-color); --ooui-interface: #222e45; --ooui-...")
- 01:03, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-toplinksDropdown.css (Created page with "body:not(.mw-special-Preferences) #pt-mytalk, body:not(.mw-special-Preferences) #pt-preferences, body:not(.mw-special-Preferences) #pt-watchlist, body:not(.mw-special-Preferences) #pt-mycontris, body:not(.mw-special-Preferences) #pt-logout { display: none; } body:not(.mw-special-Preferences) #p-personal #pt-userpage { float: right; position: relative; padding-bottom: 1.4em; background-position: left center; } body:not(.mw-special-Preferences) #pt-us...")
- 01:02, 13 October 2024 Alex talk contribs created page MediaWiki:Kartographer.css (Created page with "2022/8/22 note: the css in this page is applied before the default css thus * making it ineffective on certain pages e.g.: Elladan and * X Marks the Spot, but not Demonic gorilla (maybe only broken for * <mapframe>s?): ")
- 01:01, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-Less.js (Created page with "window.lessTargets = [ // globals 'MediaWiki:Common.css', 'MediaWiki:Kartographer.css', 'MediaWiki:Minerva.css', 'MediaWiki:Minerva-darkmode.css', 'MediaWiki:Test.css', 'MediaWiki:Vector.css', 'MediaWiki:Vector-darkmode.css', 'MediaWiki:Vector-theme-browntown.css', // gadgets 'MediaWiki:Gadget-toplinksDropdown.css', ] if ( window.lessTargets.includes( mw.config.get( 'wgPageName' ).replace(new RegExp('\.less$'),'.css' ) ) ) {...")
- 00:57, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-rsw-util.js (Created page with "(function ($, mw, rs) { 'use strict'; function createOOUIWindowManager() { if (window.OOUIWindowManager == undefined) { window.OOUIWindowManager = new OO.ui.WindowManager(); $( 'body' ).append( window.OOUIWindowManager.$element ); } return window.OOUIWindowManager; } /** * Reusable functions * * These are available under the `rswiki` global variable. * @example `rswiki.addCommas` * The alias `rs` is also avai...")
- 00:49, 13 October 2024 Alex talk contribs created page MediaWiki:Gadgets-definition (Created page with "This page contains the definitions for all gadgets on the wiki. In most cases, code that could be placed in Common.js should be made into a module here instead for granularity and better support for mobile, etc. Edits to this page should be done with care. Gadgets are by default enabled on both desktop and mobile; ensure that the gadget '''works''' on mobile properly by debugging it on mobile devices. Some mobile devices do not allow JavaScript to run, or do not run it...")
- 00:35, 13 October 2024 Alex talk contribs created page MediaWiki:Gadget-autocollapse.js (Created page with "* * Automatically collapsed navboxes under certain conditions: (function($, mw){ if ($( ".mw-collapsible-toggle" ).length) expandMaps(); if ( !$('.navbox-autocollapse').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 stay collapsed maxShow = 1, // maximum allowable height of navbox before it s...")
- 00:34, 13 October 2024 Alex talk contribs created page User:Alex (Created page with "{{Navbox |state = uncollapsed |name = |title = |gtitle1 = Level 1 Title 1 |group1 = |gtitle2 = Level 1 Title 2 |group2 = |gtitle3 = Level 1 Title 3 |group3 = |gtitle4 = Level 1 Title 4 |group4 = |gtitle5 = Level 1 Title 5 |gtype5 = subgroup |group5 = {{Navbox |subgroup = yes |gtitle1 = Level 2 Title 1 |group1 = |gtitle2 = Level 2 Title 2 |group2 = |gtitle3 = Level 2 Title 3 |gtype3 = subgroup |group3 = {{Navbox |subgroup = yes |gtitle1 = L...")
- 00:22, 13 October 2024 Alex talk contribs created page Infernal cape (l) (Redirected page to Infernal cape#Locked) Tag: New redirect
- 00:21, 13 October 2024 Alex talk contribs created page Infernal cape (broken) (Redirected page to Infernal cape) Tag: New redirect
- 00:18, 13 October 2024 Alex talk contribs created page Category:Dumping infoboxes (Created page with "These pages have an infobox that uses the parameter <code>__dump__</code>. This parameter is intended only for testing purposes and should never be used in the mainspace. Category:Maintenance categories __EXPECTUNUSEDCATEGORY__")
- 00:08, 13 October 2024 Alex talk contribs created page Template:UD/doc (Created page with "{{Documentation}} Creates a wikilink to update pages with the Update prefix removed. This template is designed to greatly reduce the amount of wikicode required for linking an update on pages such as date pages or lists. It is designed to create a wikilink where the displayed text is exactly the same as the page name without the "Update:" prefix. ==Usage== {{T|UD|Update name}} ==Examples== {{T|UD|Song of t...")
- 00:08, 13 October 2024 Alex talk contribs created page Template:UD (Created page with "<includeonly>[[Update:{{{1}}}|{{{2|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:08, 13 October 2024 Alex talk contribs created page Template:Reflist/doc (Created page with "{{Documentation}} __NOTOC__ Use this template to create a reference list in an article with a small font. For details on how to use references, see the reference guide. ==Usage== The basic usage requires no parameters: <pre>{{Reflist}}</pre> ===Quotes=== If the references contain a large number of quotes, to hide the quotes (and only the quotes) add <code>quotes=no</code>: <pre>{{Reflist|quotes=no}}</pre> ===Column wi...")
- 00:08, 13 October 2024 Alex talk contribs created page Template:Reflist (Created page with "<includeonly>{{#invoke:References|reflist}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:03, 13 October 2024 Alex talk contribs created page Module:Navbox/doc (Created page with "{{Documentation}}")
- 00:02, 13 October 2024 Alex talk contribs created page Module:Category handler/doc (Created page with "{{No_documentation}}")
- 00:02, 13 October 2024 Alex talk contribs created page Template:Elink/doc (Created page with "{{Documentation}} This template displays a link to the emote, whilst providing a visual. ==Usage== {{T|Elink|Emote Name|txt=text}} ==Examples== {{T|Elink|Wave}}<br /> {{Elink|Wave}} {{T|Elink|Dance|txt=Caramelldansen}}<br /> {{Elink|Dance|txt=Caramelldansen}} ==See also== * Template:Plink * Template:Ilink ==Parameters== <templatedata> { "description": "", "params": { "1": { "label": "Emote", "description": "This parame...")
- 00:02, 13 October 2024 Alex talk contribs created page Template:Elink (Created page with "<includeonly>[[File:{{{pic|{{{2|{{{1}}} emote icon}}}}}}.png|link={{{1}}}|35x30px]] [[{{{1}}}|{{{txt|{{{alt|{{{1}}}}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:01, 13 October 2024 Alex talk contribs created page Template:Ilinkt/doc (Created page with "{{Documentation}} The '''icon link table''' template is used to created image-and-text links within tables where the image file is suffixed with "icon". ==Usage== {{T|ilink|item|pic=file name|txt=text|size=size without px}} ==Examples== {|class="wikitable" !Code ! colspan="2" | Produces !Standard syntax |- |<code><nowiki>{{ilinkt|Balance beam}}</nowiki></code> |{{ilinkt|Balance beam}} |<code><nowiki>link=Balance beam||Balance beam</n...")
- 00:01, 13 October 2024 Alex talk contribs created page Template:Ilinkt (Created page with "<includeonly><span class="plink-template">[[File:{{{pic|{{{1}}} icon}}}.{{{type|png}}}|link={{{1}}}|{{{size|}}}px]]</span>||[[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:01, 13 October 2024 Alex talk contribs created page Template:Ilink/doc (Created page with "{{Documentation}} This template creates an image and links it to the page as well as including text as well as resizing it to the given size in pixels. ==Usage== {{T|ilink|item|pic=file name|txt=text|size=size without px}} ==Examples== {|class="wikitable" !Code ! style="min-width:150px;" | Produces !Standard syntax |- |<code><nowiki>{{ilink|Balance beam}}</nowiki></code> |{{ilink|Balance beam}} |<code><nowiki>link=Balance beam Balance...")
- 00:01, 13 October 2024 Alex talk contribs created page Template:Ilink (Created page with "<includeonly><span class="plink-template">[[File:{{{pic|{{{1}}} icon}}}.{{{type|png}}}|link={{{1}}}{{#if:{{{size|}}}|{{!}}{{{size|}}}px}}]]</span> [[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:00, 13 October 2024 Alex talk contribs created page Template:Plinkt/doc (Created page with "{{Documentation}} The '''picture link table''' template is a variant of {{t|plink}} used to created image-and-text links within tables. ==Usage== {{T|plinkt|item|pic=file name|txt=text}} ==Examples== {|class="wikitable" !Code ! colspan="2" |Produces !Standard syntax |- |<code><nowiki>{{plinkt|Abyssal whip}}</nowiki></code> |{{plinkt|Abyssal whip}} |<code><nowiki>link=Abyssal whip||Abyssal whip</nowiki></code> |- |<code><nowiki>{{plinkt|Gra...")
- 00:00, 13 October 2024 Alex talk contribs created page Template:Plinkt (Created page with "<includeonly><!-- -->rowspan="{{{rowspan|1}}}" colspan="{{{colspan|1}}}" class="plinkt-image" | [[File:{{{pic|{{{1}}}}}}.png|link={{{1}}}]] ||<!-- -->rowspan="{{{rowspan|1}}}" colspan="{{{colspan|1}}}" class="plinkt-link" | [[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 23:59, 12 October 2024 Alex talk contribs created page Template:Ctg/doc (Created page with "{{Documentation}} {{Invokes|Category handler}} Adds every category listed in the unnamed parameters to the page it is used on. This handler also includes built in sorting mechanics: * Pages that match the category name exactly will be sorted as <code><nowiki>[[Category:<category>| ]]</nowiki></code>, placing them at the front of the category. ** This rule also applies to titles that are simple plurals of each other; e.g. '''Rune''' and '''Runes''' * Pages that begin wi...")
- 23:58, 12 October 2024 Alex talk contribs created page Template:Obsidian equipment (Created page with "{{Navbox |name = Obsidian equipment |title = Obsidian equipment |gtitle1 = Weapons |gtype1 = Subgroup |group1 = {{navbox |subgroup = Yes |gtitle1 = Melee |group1 = * {{plink|Toktz-xil-ek|txt=Knife}} * {{plink|Toktz-xil-ak|txt=Sword}} * {{plink|Tzhaar-ket-em|txt=Mace}} * {{plink|Tzhaar-ket-om|txt=Maul}} <sup>(t)</sup> |gtitle2 = Ranged |group2 = * {{plink|Toktz-xil-ul|txt=Throwing ring}} |gtitle3 = Magic |group3...")
- 23:57, 12 October 2024 Alex talk contribs created page Module:Currency/doc (Created page with "{{documentation}} Formats many types of currency. {{Helper module |name=Currency |fname1=_amount(num, type) |ftype1=string |fuse1=Takes the number and formats it with the currency type (coins, nocoins). }}")
- 23:57, 12 October 2024 Alex talk contribs created page Module:Currency (Created page with "-- <pre> -- Implements various currency templates -- local p = {} local function amount (a, coinType) -- convert used globals to locals where possible to improve performance local math = math local string = string local table = table local mw = mw local expr = mw.ext.ParserFunctions.expr local ret = {'<span class="coins inventory-image ', true, true, true, true, '</span>'} -- add class for CSS to add the correct image with -- see [[...")
- 23:57, 12 October 2024 Alex talk contribs created page Template:NoCoins/doc (Created page with "{{Documentation}} {{Invokes|Currency}} The '''NoCoins''' template colours a number that represents an amount of coins. It is designed for use in the body text of articles, as opposed to {{T|Coins}}, which displays an icon that disrupts line-height and should only be used in wikitables. The amount is formatted with a comma (if the value is greater than 1,000), rounded to 2 decimals (if the value has three or more decimal places), and uses the following colours: * <span...")
- 23:57, 12 October 2024 Alex talk contribs created page Template:NoCoins (Created page with "<includeonly>{{#invoke:Currency|nocoins}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 23:42, 12 October 2024 Alex talk contribs created page File:Abyssal whip.png
- 23:42, 12 October 2024 Alex talk contribs uploaded File:Abyssal whip.png
- 23:41, 12 October 2024 Alex talk contribs created page Template:Plink/doc (Created page with "{{Documentation}} The '''picture link''' template creates an image and links it to the page as well as including text. For a textless version, use {{t|plinkp}}. This template is not intended to be commonly used in mainspace articles. It is primarily used in navboxes and tables to add images to help with navigation. In most other cases, pages should be linked with normal markup and without an image. ==Usage== <pre>{{plink|item|pic=file name|txt=text}}</pre> ==Examples=...")
- 23:41, 12 October 2024 Alex talk contribs created page Template:Plink (Created page with "<includeonly><span class="plink-template">[[File:{{{pic|{{{1}}}}}}.png|link={{{1}}}]]</span>[[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
- 23:40, 12 October 2024 Alex talk contribs created page Template:Inferno (Created page with "{{Navbox |name = Inferno |title = Inferno |gtitle1 = Monsters |group1 = * Jal-Nib * Jal-MejRah * Jal-Ak * Jal-AkRek-Mej * Jal-AkRek-Xil * Jal-AkRek-Ket * Jal-ImKot * Jal-Xil * Jal-Zek * JalTok-Jad * Yt-HurKot * TzKal-Zuk * Jal-MejJak |gtitle2 = Items |group2 = * {{plink|Infernal cape}} * {{plink|Jal-nib-rek}} |gtitle3 = Related |group3 = * Inferno (music track) * Ancestral Glyph * Rocky s...")
- 23:40, 12 October 2024 Alex talk contribs created page Template:Plinkp/doc (Created page with "{{Documentation}} The '''picture link plain''' template creates an image and links it to the page. Unlike {{t|plink}}, there is no text next to the image. ==Usage== <pre>{{plinkp|item|pic=file name}}</pre> ==Examples== {|class="wikitable" !Code ! style="min-width:150px;" | Produces !Standard syntax |- |<code><nowiki>{{plinkp|Abyssal whip}}</nowiki></code> |{{plinkp|Abyssal whip}} |<code><nowiki>link=Abyssal whip</nowiki></code> |- |<code><nowi...")
- 23:40, 12 October 2024 Alex talk contribs created page Template:Plinkp (Created page with "<includeonly><span class="plinkp-template">[[File:{{{pic|{{{1}}}}}}.png|link={{{1}}}]]</span></includeonly><noinclude>{{/doc}}</noinclude>")