All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Old School Near-Reality 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)- 19:07, 3 October 2022 Jacmob 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...")
- 19:07, 3 October 2022 Jacmob talk contribs created page Template:Ctg (Created page with "{{{{{|safesubst:}}}#invoke:Category handler|main}}<noinclude>{{/doc}}</noinclude>")
- 19:06, 3 October 2022 Jacmob 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...")
- 19:04, 3 October 2022 Jacmob talk contribs created page Template:Checklist/doc (Created page with "{{Documentation}} This template creates a checklist. It relies on the gadgets MediaWiki:Gadget-checkboxList.js and MediaWiki:Gadget-checkboxList.css. ==Usage== Checklists may be used when the player needs to complete a series of tasks. Do not use checklists if the list requires more than one column, such Achievement Diary. These tables should use the standard <code>lighttable</code> class. * The first unnamed parameter is required and only takes unordered...")
- 19:04, 3 October 2022 Jacmob talk contribs created page Template:Checklist (Created page with "<includeonly><div class="lighttable checklist {{#if: {{{notoggleparent|}}} | no-toggle-parent }} {{#if: {{{smallindent|}}} | smallindent }}">{{#if: {{{title|}}} | <p style="font-weight: bold; margin-left: 1.5em; margin-bottom: .25em">{{{title}}}</p> }} {{{1}}} </div>{{Ctg|Pages with a checklist}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 19:04, 3 October 2022 Jacmob 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: [...")
- 19:00, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-checkboxList.js (Created page with "// <nowiki> $(function () { if ($("ul.checklist, div.checklist > ul").length) { mw.loader.load( 'ext.gadget.checkboxList-core' ); } }) // </nowiki>")
- 19:00, 3 October 2022 Jacmob 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...")
- 19:00, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-countdown.js (Created page with "// <nowiki> * * Countdown * * @version 2.1 * * @author Pecoes <https://c.wikia.com/wiki/User:Pecoes> * @author Asaba <https://dev.wikia.com/wiki/User:Asaba> * * Version 1 authors: * - Splarka <https://c.wikia.com/wiki/User:Splarka> * - Eladkse <https://c.wikia.com/wiki/User:Eladkse> * * documentation and examples at: * <https://dev.wikia.com/wiki/Countdown>: /*jshint jquery:true, browser:true, devel:true, camelcase:true, curly:false, undef:true, bitwis...")
- 18:59, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-Username.js (Created page with "* * Script for {{USERNAME}}: if (mw.config.get("wgUserName")) $(function(){ $('.insertusername').text(mw.config.get("wgUserName")) });")
- 18:59, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-topIcons.css (Created page with "#ca-nstab-external-link-rs { box-shadow: inset 0 -7px 7px -7px rgba(0,0,0,0.5); background: #438AB6 url(images/RuneScape_Wiki_logo.png) no-repeat center; background-size: 25px; width: 44px; } #ca-nstab-external-link-rs:hover { background-color: #4da9e2; } #ca-nstab-external-link-rsc { box-shadow: inset 0 -7px 7px -7px rgba(0,0,0,0.5); background: #626466 url(images/RuneScape_Classic_Runestone.png) no-repeat center; background-size: 25px; widt...")
- 18:57, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-topIcons.js (Created page with "* * Moves icons from Template:External to the top bar; rewritten from scratch for modern mediawiki * @author Gaz Lloyd: $(function () { if (mw.config.get('wgNamespaceNumber') === -1 || mw.config.get('wgNamespaceNumber') === 8) { mw.util.addPortletLink( 'p-namespaces', mw.util.getUrl('rsw:'+mw.config.get('wgPageName')), '', 'ca-nstab-external-link-rs', 'Open this '+(mw.config.get('wgNamespaceNumber') === -1 ? 'Special page':'system message')+' on...")
- 18:50, 3 October 2022 Jacmob talk contribs created page Template:Helper module/doc (Created page with "{{Documentation}} {{Invokes|Helper module}} Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of a comment, and should be at the top of the source code, '''before''' any <nowiki><pre> or <nowiki></nowiki> tags. There is no limit to the number of functions this template can list. This template is called by NearReality:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module...")
- 18:50, 3 October 2022 Jacmob talk contribs created page Template:Helper module (Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 18:46, 3 October 2022 Jacmob talk contribs created the page Module:Yesno using a non-default content model "wikitext"
- 18:46, 3 October 2022 Jacmob talk contribs created page Module:Yesno (Created page with "--[[ {{Helper module|name=Yesno |fname1=(arg) |ftype1=Any value |fuse1=Reads arg for yes/no and returns the appropriate boolean or nil |fname2=(arg1,arg2) |ftype2=Any value, Any value |fuse2=Reads arg1 for yes/no and returns the appropriate boolean; returns arg2 if arg1 was not an applicable value }} --]] -- <pre> -- Used to evaluate args to booleans where applicable -- -- Based on <https://en.wikipedia.org/wiki/Module:Yesno> -- see page history there for contributors --...")
- 18:41, 3 October 2022 Jacmob talk contribs created page Module:Tooltip (Created page with "local p = {} local yn = require('Module:Yesno') local hc = require('Module:Paramtest').has_content -- module access point for div p._div = function(args) local name = args.name if not hc(name) then error('Name is required!') end local content = args.content local hasarrow = yn(args.arrow or 'yes', true) local arrowsize = tonumber(args.arrowsize) or 10 local limitwidthbool = yn(args.limitwidth or 'yes', true) local style = args.style local div = mw.ht...")
- 18:39, 3 October 2022 Jacmob talk contribs created page Template:Tooltip text (Created page with "<includeonly>{{#invoke:Tooltip|div}}</includeonly><noinclude>{{Tooltip/doc}}</noinclude>")
- 18:39, 3 October 2022 Jacmob talk contribs created page Template:Tooltip/doc (Created page with "{{Documentation|Template:Tooltip}} Template:Tooltip and Template:Tooltip text are templates is for generating clickable tooltips to show additional information. They are to be used together. These tooltips '''require JavaScript''', so should only be used for non-essential additional information only. They will not show at all in the mobile skin or if the user has JavaScript disabled. The script powering these tooltips is located at MediaWiki:Gadget-tooltips.js...")
- 18:38, 3 October 2022 Jacmob talk contribs created page Template:Tooltip (Created page with "<includeonly>{{#invoke:Tooltip|span}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 18:38, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-tooltips.js (Created page with "// <nowiki> /* JavaScript tooltips usage: recommended usage: see Template:Tooltip and Template:Tooltip text, or Module:Tooltip for module interface raw usage: Place this where you want the button to appear: <span class="hidden js-tooltip-click" style="display:none;" data-tooltip-name="test">clickable</span> place this elsewhere to define the content of the tooltip: <div class="hidden js-tooltip-wrapper" style="display:none;" data-tooltip-f...")
- 18:37, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-titleparenthesis.css (Created page with ".title-parenthesis { color: #777777; @boulder: font-size: 80%; }")
- 18:37, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-titleparenthesis.js (Created page with "$(function () { var conf = mw.config.get([ 'wgNamespaceNumber', 'wgTitle' ]); if (conf.wgNamespaceNumber !== 0 || conf.wgTitle.lastIndexOf('(') < 0 || $('.no-parenthesis-style').length) { return; } // use the title in the DOM so this respects DISPLAYTITLE var title = mw.html.escape($('h1#firstHeading').text()), start = title.lastIndexOf('('), end = title.substring(start, title.length).lastIndexOf(')'); // add offset here end += s...")
- 18:37, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-highlightTable-core.css (Created page with "CSS for MediaWiki:Gadget-highlightTable.js: =========================== wikitable lighttables ===========================: :root { remind me later to change this colors: --lighttable-bg-hover: #ccc; --lighttable-bg-active: #cfc; or #c3e8a3/@caper?: --lighttable-border: black; } table.lighttable .highlight-on { background-color: var(--lighttable-bg-active); } table.lighttable .highlight-over { background-color: var(--...")
- 18:36, 3 October 2022 Jacmob 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...")
- 18:35, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-highlightTable.js (Created page with "// <nowiki> $(function () { if ($("table.lighttable").length) { mw.loader.load( 'ext.gadget.highlightTable-core' ); } }) // </nowiki>")
- 18:34, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-UncheckFileRedirect.js (Created page with "<nowiki> * Unchecks redirect checkbox on file pages * Because redirects in file namespace are usually unnecessary: ;(function ($, mw) { 'use strict'; var conf = mw.config.get([ 'wgCanonicalSpecialPageName', 'wgRelevantPageName' ]); $(function () { if (conf.wgCanonicalSpecialPageName === 'Movepage'){ if ((/File:/).test(conf.wgRelevantPageName)){ $('#wpLeaveRedirect > input').removeAttr('checked'); } } }); }(jQuery, mediaWiki)); /...")
- 18:34, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-autosort.js (Created page with "* * For autosorting sortable tables * @example <>: (function($,mw,rs){ var $sortables = $('.sortable[class*="autosort="]'); if (!$sortables.length) return; rs.autosort = function () { mw.loader.using('jquery.tablesorter', function () { $sortables.each(function () { var $this = $(this), matched = (' ' + $(this).attr( 'class') + ' ') .match(/autosort=(\d+)[,-]{1}(a|d)/),...")
- 18:32, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-compare.css (Created page with ".cioIcon-crush { background: url('images/White_warhammer.png?width=20') center no-repeat; } .cioIcon-magic { background: url('images/Magic_icon.png?width=24') center no-repeat; } .cioIcon-prayer { background: url('images/Prayer_icon.png?width=22') center no-repeat; } .cioIcon-price { background: url('images/Coins_25.png?width=22') center no-repeat; } .cioIcon-ranged { background: url('images/Ranged_icon.png?width=22') center no-repeat; } .cioIcon-slash { backg...")
- 18:28, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-compare-core.js (Created page with "* <nowiki> * 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 = f...")
- 18:27, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-compare.js (Created page with "// <nowiki> $(function () { if ($('.cioCompareLink, .infobox-bonuses').length) { mw.loader.load( 'ext.gadget.compare-core' ); } }) // </nowiki>")
- 18:27, 3 October 2022 Jacmob 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...")
- 18:26, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-GECharts.js (Created page with "// <nowiki> $(function () { if ($( '.GEdatachart' ).length) { mw.loader.load( 'ext.gadget.GECharts-core' ); } }) // </nowiki>")
- 18:25, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-exchangePages-core.js (Created page with "//<nowiki> $(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 }); 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...")
- 18:25, 3 October 2022 Jacmob 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>")
- 18:24, 3 October 2022 Jacmob 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; } out of place and not really done elsewhere .switch-infobox.loading > .loading-button { display: inline-block; }: .switch-infobox.loading > .switch-in...")
- 18:24, 3 October 2022 Jacmob 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 *...")
- 18:20, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-toplinksDropdown.css (Created page with "<pre>: 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-Prefere...")
- 18:19, 3 October 2022 Jacmob talk contribs created page MediaWiki:Vector-darkmode.css (Created page with "<pre>: body.wgl-darkmode { --filter-black-to-link: invert(63%) sepia(67%) saturate(242%) hue-rotate(182deg) brightness(93%) contrast(94%); --transcript-border-color: #596e96; --transcript-border-hover-color: #8596b7; --filter-transcript-icon: invert(1); --body-background-color: #071022; --body-main: #172136; --link-color: #8cabe6; --background-link-color: var(--link-color); --redlink-color: #f26d60; --sidebar: #313e59; --o...")
- 18:15, 3 October 2022 Jacmob talk contribs created page MediaWiki:Vector.css (Created page with "<pre>: html { -webkit-text-size-adjust: 100%; } body { background: var(--body-background-image) var(--body-background-color) no-repeat; background-size: 1500px 375px; background-position: top left; font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif; } .vector-body { font-size: 0.9em; line-height: 1.6em; } #firstHeading { font-weight: bold; } pre, code, .mw-code { color: inherit; background-color: var(--mw-...")
- 18:14, 3 October 2022 Jacmob talk contribs created page MediaWiki:Test.css (Created page with "<pre>: :root { --body-background-image: url('images/Background_darkmode.jpg'); --body-background-color: #071022; --body-main: #172136; --body-light: #313e59; --body-mid: #222e45; --body-dark: #222e45; --body-border: #596e96; --ooui-interface: #222e45; --ooui-interface-border: #2f4060; --ooui-window-background: rgba(25, 25, 25, 0.6); --ooui-input: #384766; --ooui-input-border: #475980; --ooui-input-border--hover: #5...")
- 18:07, 3 October 2022 Jacmob talk contribs created page MediaWiki:Minerva.css (Created page with "<pre>: body { font-family: system-ui, -apple-system, Roboto, Helvetica, sans-serif; } @media all and (max-width: 320px) { body { font-size: 0.9em; } } #mw-content-text { line-height: 1.7em; } .pre-content h1, .content h1, .content h2 { font-weight: bold; } body { background: var(--body-background-color); color: var(--text-color); } select { color: var(--text-color); } a:not( [ href ] ) { color: inherit; } a.exter...")
- 18:06, 3 October 2022 Jacmob 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?): ")
- 18:05, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-Less.js (Created page with "window.lessTargets = [ // globals 'MediaWiki:Common.css', 'MediaWiki:Kartographer.css', 'MediaWiki:Minerva.css', 'MediaWiki:Test.css', 'MediaWiki:Vector.css', 'MediaWiki:Vector-darkmode.css', // gadgets 'MediaWiki:Gadget-toplinksDropdown.css', ] if ( window.lessTargets.includes( mw.config.get( 'wgPageName' ).replace(new RegExp('\.less$'),'.css' ) ) ) { mw.loader.load( '//meta.weirdgloop.org/w/MediaWiki:Gadget-Less-core.js?action=raw&...")
- 18:00, 3 October 2022 Jacmob talk contribs deleted page MediaWiki:ImportJS (content was: "importArticles({ type: 'script', articles: [ 'u:dev:MediaWiki:View_Source/code.js', ]});", and the only contributor was "Jacmob" (talk))
- 17:59, 3 October 2022 Jacmob talk contribs created page MediaWiki:ImportJS (Created page with "importArticles({ type: 'script', articles: [ 'u:dev:MediaWiki:View_Source/code.js', ]});")
- 17:50, 3 October 2022 Jacmob talk contribs protected MediaWiki:Gadget-rsw-util.js [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:50, 3 October 2022 Jacmob 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...")
- 17:49, 3 October 2022 Jacmob 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. When targeting a gadget for 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 by default, so there sh...")
- 17:27, 3 October 2022 Jacmob talk contribs created page MediaWiki:Common.less (Created page with "******************************************************** 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: #b8a282; --body-border: #94866d; --body-background-color: #c0a886; --butto...")