All public logs

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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 17: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...")
  • 17:39, 3 October 2022 Jacmob talk contribs created page Template:Tooltip text (Created page with "<includeonly>{{#invoke:Tooltip|div}}</includeonly><noinclude>{{Tooltip/doc}}</noinclude>")
  • 17: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...")
  • 17:38, 3 October 2022 Jacmob talk contribs created page Template:Tooltip (Created page with "<includeonly>{{#invoke:Tooltip|span}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 17: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...")
  • 17:37, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-titleparenthesis.css (Created page with ".title-parenthesis { color: #777777; @boulder: font-size: 80%; }")
  • 17: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...")
  • 17: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(--...")
  • 17: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...")
  • 17: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>")
  • 17: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)); /...")
  • 17: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)/),...")
  • 17: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...")
  • 17: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...")
  • 17: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>")
  • 17: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...")
  • 17: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>")
  • 17: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...")
  • 17: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>")
  • 17: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...")
  • 17: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 *...")
  • 17: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...")
  • 17: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...")
  • 17: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-...")
  • 17: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...")
  • 17: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...")
  • 17: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?): ")
  • 17: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&...")
  • 17: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))
  • 16: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', ]});")
  • 16:50, 3 October 2022 Jacmob talk contribs protected MediaWiki:Gadget-rsw-util.js [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 16: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...")
  • 16: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...")
  • 16: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...")
  • 05:39, 3 October 2022 User account Aus talk contribs was created
  • 00:47, 3 October 2022 Jacmob talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 00:40, 3 October 2022 Jacmob talk contribs created page MediaWiki:Common.css (Created page with "<pre>: :root { --body-main: #e2dbc8; --body-light: #d8ccb4; --body-mid: #d0bd97; --body-dark: #b8a282; --body-border: #94866d; --body-background-color: #c0a886; --button-background: #605443; --button-color: #fff; --button-border: #3c352a; --button-dark: #18140c; --button-light: #3a301d; --sidebar: #cfc08d; --background-text-color: #444; --background-link-color: #52351e; --search-box: #efeee6; --link-col...")
  • 00:07, 3 October 2022 Jacmob talk contribs created page Module:Documentation (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- subpage head...")
  • 00:06, 3 October 2022 Jacmob talk contribs created page Update:Tombs of Amascut & Group Ironman Changes (Created page with "Test")
  • 00:06, 3 October 2022 Jacmob talk contribs created page Old School Near-Reality (Created page with "OSRS")
  • 00:05, 3 October 2022 Jacmob talk contribs created page Big bones (Created page with "Big Bones")
  • 00:05, 3 October 2022 Jacmob talk contribs created page Bones (Created page with "Bones")
  • 00:04, 3 October 2022 Jacmob talk contribs created page Template:Extension DPL/doc (Created page with "{{Documentation}} This page was automatically created. It serves as an anchor page for all '''invocations''' of [http://mediawiki.org/wiki/Extension:DynamicPageList Extension:DynamicPageList (DPL)]. ==Usage== This template should not be linked to, as it does nothing. <includeonly>{{PAGENAME}}{{PAGENAME}}</includeonly>")
  • 00:04, 3 October 2022 Jacmob talk contribs created page Template:Extension DPL (Created page with "<noinclude>{{/doc}}</noinclude>")
  • 00:02, 3 October 2022 Jacmob talk contribs created page Template:Fileonly/doc (Created page with "{{Documentation}} The '''Fileonly''' template allows a particular piece of text to only be displayed when included in the file/image namespace. Primarily used when adding category links or categories to templates. ==Usage== {{T|Fileonly|text}} Example not available. {{TemplateData|<templatedata> { "params": { "1": { "label": "Text", "description": "Text to be displayed only in the File/Image namespace.", "type": "string", "required": true } }, "fo...")
  • 00:02, 3 October 2022 Jacmob talk contribs created page Template:Fileonly (Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:6}}|{{{1|}}}}}<noinclude>{{/doc}}</noinclude>")
  • 00:02, 3 October 2022 Jacmob talk contribs created page Template:Mainonly/doc (Created page with "{{Documentation}} The '''Mainonly''' template allows a particular piece of text to only be displayed when included in the main (article) namespace. Primarily used when adding category links or categories to templates. ==Usage== {{T|Mainonly|text}} Example not available. {{TemplateData|<templatedata> { "params": { "1": { "label": "Text", "description": "Text to be displayed only in the main (article) namespace.", "type": "string", "required": true }...")
  • 00:02, 3 October 2022 Jacmob talk contribs created page Template:Mainonly (Created page with "{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{{1|}}}}}<noinclude>{{/doc}}</noinclude>")
  • 00:01, 3 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Poll/doc (Created page with "{{Documentation}} This template is used to contain the poll section of the main page, the appearance of which is shown below: <noinclude>{{Old School Near-Reality Wiki/Poll}}</noinclude> <includeonly>Category:Transclusion templatesPoll</includeonly>")
  • 00:00, 3 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Poll (Created page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-poll tile nomobile"> <h2>Poll</h2> <p><poll> Do you tune in to the Old School Team's weekly Q&A livestreams? Yes No, but I read the transcripts they put out Not at all </poll></p> </div>")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)