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)- 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>")
- 23:59, 2 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Help Us Improve/doc (Created page with "{{Documentation}} This template is used to contain the help us improve section of the main page, the appearance of which is shown below: <noinclude>{{Old School RuneScape Wiki/Help Us Improve}}</noinclude> <includeonly>Category:Transclusion templatesHelp Us Improve</includeonly>")
- 23:59, 2 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Help Us Improve (Created page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-editing tile-halves nomobile"> <div class="tile-top"> <h2>Help us improve</h2> <p>Anyone can edit the Old School Near-Reality Wiki! Just click '''Edit''' at the top of the page to add missing information or fix errors.</p> </div> <div class="tile-bottom"> <ul> <li>Where can I ask for help?</li> <li>Near-Reality|What's this wiki abou...")
- 23:58, 2 October 2022 Jacmob talk contribs created page File:Twitter icon white.png
- 23:58, 2 October 2022 Jacmob talk contribs uploaded File:Twitter icon white.png
- 23:57, 2 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Twitter/doc (Created page with "{{Documentation}} This template is used to contain the Twitter section of the main page, the appearance of which is shown below: <noinclude>{{Old School Near-Reality Wiki/Twitter}}</noinclude> <includeonly>Category:Transclusion templatesTwitter</includeonly>")
- 23:57, 2 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Twitter (Created page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-twitter tile-halves plainlinks"> <div class="tile-top"> <div class="twitter-logo">60px|link=</div> [https://twitter.com/<div class="arrow nomobile"></div><p class="twitter-name">@OSNR</p><p class="twitter-tagline">Tweet at us!</p>] </div> <div class="tile-bottom"> <p>Official Wiki Twitter</p> </div> </div>")
- 23:56, 2 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Discord/doc (Created page with "{{Documentation}} This template is used to contain the Discord section of the main page, the appearance of which is shown below: <noinclude>{{Old School Near-Reality Wiki/Discord}}</noinclude> <includeonly>Category:Transclusion templatesDiscord</includeonly>")
- 23:56, 2 October 2022 Jacmob talk contribs created page File:Discord logo icon.png
- 23:56, 2 October 2022 Jacmob talk contribs uploaded File:Discord logo icon.png
- 23:54, 2 October 2022 Jacmob talk contribs created page Template:Old School Near-Reality Wiki/Discord (Created page with "<noinclude>{{/doc}}</noinclude><div class="mainpage-discord tile-halves plainlinks"> <div class="tile-top"> <div class="partner-icon">60px|link=</div> [https://discord.gg/nr<div class="arrow nomobile"></div><p class="server-name">Old School Near-Reality Wiki</p><p class="server-tagline">Join our server!</p>] </div> <div class="tile-bottom"> <p>Official Near-Reality Discord</p> </div> </div>")
- 23:53, 2 October 2022 Jacmob talk contribs created page Module:Navbox (Created page with "-- <nowiki> -- -- Implements {{navbox}} -- local p = {} local tnavbar = require( 'Module:Tnavbar' ) local yesno = require( 'Module:Yesno' ) local page_title = mw.title.getCurrentTitle().fullText -- -- Helper for inserting a new row into the navbox -- -- @param tbl {mw.html table} -- @return tbl {mw.html table} -- local function insertRow( tbl ) return tbl:tag( 'tr' ) end -- -- Creates the navbox table -- -- @param args {table} -- @return tbl {mw.html table} -- local f...")
- 23:52, 2 October 2022 Jacmob talk contribs created page Template:Navbox/doc (Created page with "{{documentation|Template:Navbox}} {{invokes|Navbox|category=No}}<!----Do not add this category to *every* navbox added explicitly to {{Navbox}} at the end of documentation-----> __TOC__<!--Needed to prevent TOC appearing in the navbox itself if it has a heading.--> ==Usage== This template can be used to make a standard navigation box. It is intended for use within another template that standardises the title and contents of the box (see Template:Rune equipment...")
- 23:52, 2 October 2022 Jacmob talk contribs created page Template:Navbox (Created page with "{{#invoke:Navbox|navbox}}<noinclude>{{/doc}}</noinclude>")
- 23:52, 2 October 2022 Jacmob talk contribs created page Template:Timeline (Created page with "{{navbox |name = Timeline |title = ''Old School Near-Reality'' timeline |gtitle1 = Old School |group1 = * 2013 * 2014 * 2015 * 2016 * 2017 * 2018 * 2019 * 2020 * 2021 * 2022 |gtitle2 = Historic |group2 = * 1998 * 1999 * 2000 * 2001 * 2002 * 2003 * 2004 * 2005 * 2006 * 2007 |fstyle = font-size:100% |footer = Upcoming updates }}{{Ctg|Timeline}}")
- 23:51, 2 October 2022 Jacmob talk contribs created page Template:Date page/doc (Created page with "{{documentation}} This template is a DPL call to collect and format all update pages with a specific date. It uses Template:Date page dpl (based on Module:Update) and Template:Date page dpl.default to do so. In the case of a date featuring no historic updates, no output will be shown if the first parameter is left blank (ie. date pages), or "... Nothing interesting happened" will show if the first parameter is set. ==Usage== <pre>{{Date page}}</pre> The te...")
- 23:51, 2 October 2022 Jacmob talk contribs created page Template:Date page (Created page with "<includeonly>{{#vardefine:datedpl|{{#dpl: |category = {{{1|{{PAGENAME}}}}} updates |uses = Template:Update¦Template:Patch Notes |ordermethod = sortkey |order = descending |include = {Update¦Date page dpl},{Patch Notes¦Date page dpl} |format = ,\n* ,, }}}}{{#ifexpr:{{#len:{{#var:datedpl}}}} > 100 |{{#var:datedpl}} |{{#if:{{{1|}}}|* ... Nothing interesting happened.|{{#var:datedpl}}}} }}{{mainonly|{{#iferror:{{#time:j F|{{PAGENAME}}}}||Category:{{PAGENAME}} updates|...")