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)
  • 12:44, 4 October 2022 Jacmob talk contribs created page Module:Utils/doc (Created page with "{{No documentation}}")
  • 12:44, 4 October 2022 Jacmob talk contribs created page Module:Utils (Created page with " -- Ordered table iterator, allow to iterate on the natural order of the keys of a -- table. local p = {} function __genOrderedIndex( t ) local orderedIndex = {} for key in pairs(t) do table.insert( orderedIndex, key ) end table.sort( orderedIndex ) return orderedIndex end function orderedNext(t, state) -- Equivalent of the next function, but returns the keys in the alphabetic -- order. We use a temporary ordered key table that is...")
  • 12:43, 4 October 2022 Jacmob talk contribs created page Module:Globals/data/doc (Created page with "{{Documentation}} {{Invokes|Globals}} This template is used to display commonly used variables like the total amount of quest points. This way only Module:Globals/data needs to be edited when a new update changes one of the values. ==Parameters== {{#invoke:Globals|doc_list}} ==Examples== * <code><nowiki>{{Globals|quests}}</nowiki></code> produces <code>{{Globals|quests}}</code>. * <code><nowiki>{{Globals|quest points}}</nowiki></code> produces <code>{{Globals|ques...")
  • 12:43, 4 October 2022 Jacmob talk contribs created page Module:Globals/data (Created page with "-- <nowiki> return { -- Quests ['quests'] = { 'the total amount of quests', '154' }, ['quests p2p'] = { 'the total amount of quests exclusive for members', '132' }, ['quests f2p'] = { 'the total amount of free-to-play quests', '22' }, ['quest points'] = { 'the total amount of quest points', '290' }, ['quest points f2p'] = { 'the total amount of quest points obtained with free-to-play quests', '44' }, ['quest points p2p'] = { 'the total...")
  • 12:43, 4 October 2022 Jacmob talk contribs created page Module:Globals/doc (Created page with "{{Documentation}} Access to several global variables like total number of quest points. See Module:Globals/data for the data module.")
  • 12:42, 4 October 2022 Jacmob talk contribs created page Module:Globals (Created page with "-- <nowiki> -- Implements Template:Globals local p = {} local globals = require 'Module:Globals/data' local opairs = require('Module:Utils').opairs function p.main(frame) local args = frame:getParent().args local global = args[1] -- The arg that was passed local val = globals[global][2] -- The value associated with the arg if (val == nil) then val = '' end return val end function p.doc_list() local ret_table = '' for k,v in opairs(globals) do r...")
  • 12:24, 4 October 2022 Jacmob talk contribs created page Template:Categoryheader/doc (Created page with "{{Documentation}} This template displays a standardised sentence to be used on all category pages. ==Usage== This template can be used by entering the following onto a category page. <pre>{{Categoryheader|1|2|3|4}}</pre> The "related to" in the template's output can be suppressed by adding <code>related=no</code> as a parameter to the template. ==Example== <pre>{{Categoryheader|pages|the Theatre of Blood|yes|Template:Theatre of Blood}}</pre> {{Categoryheader...")
  • 12:24, 4 October 2022 Jacmob talk contribs created page Template:Categoryheader (Created page with "<includeonly>This category contains {{{1}}}{{#if:{{{2|}}}|{{#ifeq:{{lc:{{{related|}}}}}|no|| related to}} {{{2}}}}}. {{#if:{{{3|}}}|This category is automatically added by {{{4}}}.}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 12:22, 4 October 2022 Jacmob talk contribs created page Category:Templates (Created page with "{{Categoryheader|pages|templates. This is the base category for '''templates'''. Templates should be placed in appropriate sub-categories, and should not appear here. See RuneScape:Templates for collated information on templates. ==Categorising templates== Templates themselves can be categorised - without affecting the pages that call them - by putting the category link inside '''<code><nowiki><noinclude></noinclude></nowiki></code>''' tags <nowiki><noinclude>Ca...")
  • 12:15, 4 October 2022 Jacmob talk contribs created page Module:References/doc (Created page with "{{No documentation}}")
  • 12:14, 4 October 2022 Jacmob talk contribs created page Module:References (Created page with "-- Implements reference templates --[=[ dependencies Module:Mainonly Module:Reftag Module:Paramtest Module:Yesno Module:References/GodLetter Module:References/Postbag --]=] --<nowiki> local onmain = require('Module:Mainonly').on_main --local tag = require('Module:Reftag') local paramtest = require('Module:Paramtest') local hc = paramtest.has_content local dt = paramtest.default_to local yn = require('Module:Yesno') local p = {} --all templ...")
  • 11:43, 4 October 2022 Jacmob talk contribs created page TestSMW (Created page with "Property test: Property name::Property value") Tag: Visual edit: Switched
  • 11:26, 4 October 2022 Maintenance script talk contribs created page Property:Owl:differentFrom (Semantic MediaWiki default vocabulary import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page Property:Foaf:homepage (Semantic MediaWiki default vocabulary import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page Property:Foaf:name (Semantic MediaWiki default vocabulary import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page Property:Foaf:knows (Semantic MediaWiki default vocabulary import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page MediaWiki:Smw import owl (Semantic MediaWiki default vocabulary import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page MediaWiki:Smw import foaf (Semantic MediaWiki default vocabulary import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page MediaWiki:Smw import skos (Semantic MediaWiki default vocabulary import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page smw/schema:Group:Predefined properties (Semantic MediaWiki group import)
  • 11:26, 4 October 2022 Maintenance script talk contribs created page smw/schema:Group:Schema properties (Semantic MediaWiki group import)
  • 11:02, 4 October 2022 Jacmob talk contribs created page Module:Edit button/doc (Created page with "{{Documentation}} {{Helper module |name=Edit button |fname1=(text) |ftype1=string |fuse1=Creates an edit button for the current page that the module is invoked on<br><br><code>text</code> defaults to "edit" }}")
  • 11:02, 4 October 2022 Jacmob talk contribs created page Module:Edit button (Created page with "-- {{Helper module|name=Edit button|fname1=(text)|ftype1=string|fuse1=Creates an edit button for the current page that the module is invoked on<br><br><code>text</code> defaults to "edit"}} -- Creates a link that opens the editor screen for whatever page this module is invoked on return function(text) local page_title = mw.title.getCurrentTitle().fullText local url = tostring(mw.uri.fullUrl(page_title,'action=edit')) return '['..url..' '..(text or 'edit')..']' end")
  • 11:01, 4 October 2022 Jacmob talk contribs created page Stone of Jas (Created page with "Stone of Jas") Tag: Visual edit
  • 11:00, 4 October 2022 Jacmob talk contribs created page Template:Hatnote/doc (Created page with "{{documentation}} The '''hatnote''' template produces formatted text for the purpose of redirecting the reader to another page if needed. It adds the <kbd>hatnote</kbd> class which indents and italicises the text and the <kbd>navigation-not-searchable</kbd> class which excludes the content from search snippets in Special:Search. Generally the template should not be used directly on articles, instead one of the following templates can be used: * {{T|Otheruses}} * {{...")
  • 11:00, 4 October 2022 Jacmob talk contribs created page Template:Hatnote (Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 11:00, 4 October 2022 Jacmob talk contribs created page Module:Hatnote/doc (Created page with "{{Documentation}} Implements {{T|Hatnote}} for use on top of pages. See template for more info.")
  • 11:00, 4 October 2022 Jacmob talk contribs created page Module:Hatnote (Created page with "-- repurposed from -- -- https://en.wikipedia.org/w/index.php?title=Module:Hatnote&oldid=1063743122 -- -- -- -- Implements {{hatnote}} template -- local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} -- Helper functions...")
  • 10:59, 4 October 2022 Jacmob talk contribs created page Module:Main article/doc (Created page with "{{No documentation}}")
  • 10:59, 4 October 2022 Jacmob talk contribs created page Module:Main article (Created page with "-- <pre> local p = {} function p.main(frame) local hat = require('Module:Hatnote') local args = frame:getParent().args local ret = mw.html.create('') -- list of all articles local params = {} -- total arguments counted counted local ttl = 0 for _, v in ipairs(args) do ttl = ttl + 1 table.insert(params,v) end -- main return string ret:wikitext('Main article'..(#params > 1 and 's' or '')..': ') -- helper function local function link(article) article...")
  • 10:58, 4 October 2022 Jacmob talk contribs created page Template:Main/doc (Created page with "{{Documentation}} {{Invokes|Main article}} This template can be used to link to another relevant article or set of articles when there is no way to fluently link the article in prose. ;Good example <pre> ==Strategies== {{Main|/Strategies}} Abyssal demons are weak to slash. </pre> ;Bad example Below, it makes more sense to simply link Guthix in the paragraph: <pre> ==Guthix== {{Main|Guthix}} Guthix is a god. </pre> {{TemplateData|<templatedata> { "params": { "...")
  • 10:58, 4 October 2022 Jacmob talk contribs created page Template:Main (Created page with "{{#invoke:Main article|main}}<noinclude> {{/doc}}{{PAGENAME}}</noinclude>")
  • 10:58, 4 October 2022 Jacmob talk contribs created page Template:ToC/doc (Created page with "{{documentation}} The '''ToC''' template aligns the "Table of Contents" in a page. The table may now be able to float at the left or right of a page and the text should wrap around it. This template can improve page layouts in certain cases. It can also force-insert a table of contents in pages where there are not enough sections for an automatic insertion of a "Table of Contents". ==Usage== * {{t|ToC|align}} * {{t|ToC|align|clear|width|limit}} ===Optional parameters=...")
  • 10:58, 4 October 2022 Jacmob talk contribs created page Template:ToC (Created page with "{| id="toctemplate" align="{{#switch:{{{align|{{{1|left}}}}}}|right=right|center=center|left|#default=left}}" cellspacing=0 cellpadding=0 style="clear:{{{clear|left}}}; margin-bottom:0.5em; margin-right:1em; float:{{#switch:{{{align|{{{1|left}}}}}}|right=right|center=center|left|#default=left}}; padding:{{#switch:{{{align|{{{1|left}}}}}}|right=0.5em 0 0.8em 1.4em|#default=0.5em 1.4em 0.8em 0}}; background:none; width:{{{width|auto}}};" class="nomobile {{#if:{{{limit|}}}|...")
  • 10:57, 4 October 2022 Jacmob talk contribs created page Module:Infobox/doc (Created page with "{{documentation}} {{ToC|right}} ==Creating a template step-by-step== ===Import Module:Infobox=== <syntaxhighlight lang="lua"> local infobox = require('Module:Infobox') </syntaxhighlight> ===Unpack the frame arguments=== <syntaxhighlight lang="lua"> function p.main(frame) local args = frame:getParent().args ... </syntaxhighlight> ===Define an Infobox object=== {{Main|Module:Infobox#new}} <syntaxhighlight lang="lua"> local ret = infobox.new(args) </syntaxhighlight>...")
  • 10:56, 4 October 2022 Jacmob talk contribs created page Module:Infobox (Created page with "--[=[ -- For documentation, see Module:Infobox/doc --]=] -- <nowiki> local Infobox = {} Infobox.__index = Infobox Infobox.__tostring = Infobox.tostring -- Edit button for unknown params local editbutton = require('Module:Edit button') local var = mw.ext.VariablesLua local edit = editbutton("'''?''' (edit)") -- Page title local pagename = mw.title.getCurrentTitle().fullText -- map of flags to html tags used by Infobox.addRow() -- let's only define it once, since :...")
  • 10:46, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/fonts.less (Created page with "// <pre> ================================================== Fonts licensed under Open Font License 1.1. This license is available with a FAQ at: <https://scripts.sil.org/OFL> ==================================================: // <https://github.com/IBM/plex/releases/tag/v5.1.3> IBM Plex Sans @font-face { font-family: 'IBM Plex Sans'; font-weight: normal; font-style: normal; font-display: swap; src: url('images/IBMPlexSan...")
  • 10:44, 4 October 2022 Jacmob talk contribs created page MediaWiki:Common.less/mixins.less (Created page with "Less mixins to be used from any skin.: // for HiDPI screens; otherwise icons appear blurry .pixelate() { @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { image-rendering: -moz-crisp-edges; // firefox doesn't support unprefixed image-rendering: pixelated; // chrome only supports this value image-rendering: crisp-edges; // this is what should be used; only safari supports it } }")
  • 10:38, 4 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-Less-core.js (Created page with "/** * Adds support for using LESS on MediaWiki and an interface for compiling LESS to CSS * * This script uses a modified version of less.js * @link <https://github.com/less/less.js> less.js source * @link <http://lesscss.org/> less.js documentation * * @author Cqm * @version 2.6.0 * @copyright © Cqm 2019 <cqm.fwd@gmail.com> * @license GPLv3 <http://www.gnu.org/licenses/gpl-3.0.html> * * @notes <https://phabricator.wikimedia.org/T56864> native support for th...")
  • 22:22, 3 October 2022 Jacmob talk contribs created page MediaWiki:Mobile.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...")
  • 22:11, 3 October 2022 Jacmob talk contribs created page MediaWiki:Sidebar (Created page with "* Discord ** https://discord.gg/HWhxYsP|Discord * Navigation ** Old School RuneScape Wiki|Main page ** RuneScape:About|About us ** Special:NewFiles|New files ** randompage-url|Random page ** RuneScape:Contact us|Contact us * Recent changes * Guides ** 2022|Recent updates ** List of quests|List of quests ** Achievement Diary|Achievement Diaries ** Combat Achievements|Combat Achievements ** Skill training guides|Skill training ** Money making guide|Money making ** Calcu...")
  • 22:09, 3 October 2022 Jacmob talk contribs created page User:Jacmob (Created page with "Owner of Near-Reality") Tag: Visual edit
  • 20:51, 3 October 2022 Jacmob talk contribs created page Template:Extension DPL scroll/doc (Created page with "{{documentation}} This template is used to scroll through DPL result pages. ==Usage== This template can be used by entering the following onto a relevant page. <pre>{{Extension DPL scroll}}</pre> <includeonly>{{PAGENAME}}</includeonly>")
  • 20:50, 3 October 2022 Jacmob talk contribs created page Template:Extension DPL scroll (Created page with "<noinclude>{{/doc}}</noinclude><includeonly><!-- -->{{#ifexpr:{{{count|100}}} < {{{total|0}}}|<table><tr><td style="background-color: #f9f9f9; padding: .1em .7em .2em .7em;"><!-- -->{{#ifexpr:{{{total|0}}} > {{{count|0}}}|{{#ifexpr:{{{offset|0}}} > 0|{{#vardefine:lwrbound|{{#ifexpr:{{#expr:{{{offset|0}}} - {{{count|100}}}}} < 0|0|{{#expr:{{{offset|0}}} - {{{count|100}}}}}}}}}<!-- -->{{#ifexpr:{{{count|100}}} > {{{offset|0}}}|<span style="padding-right: 24px;">start</sp...")
  • 20:14, 3 October 2022 Jacmob talk contribs created page Module:Shortcut/doc (Created page with "{{No documentation}}")
  • 20:14, 3 October 2022 Jacmob talk contribs created page Module:Shortcut (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local div = mw.html.create('div') :addClass('shortcut noprint plainlist') :wikitext('Shortcut') local numargs = 0 for i, v in ipairs(args) do numargs = numargs + 1 end if numargs > 1 then div:node('s') end div:node(':') local list = div:tag('ul')...")
  • 20:13, 3 October 2022 Jacmob talk contribs created page Template:Sandboxheader (Created page with "__NONEWSECTIONLINK__{{redirect|NR:S|signatures|Near-Reality:Signatures}} {{Shortcut|NR:S|NR:SAND|NR:SBX|NR:SANDBOX|Test}} <div class="tile" style="margin: 2em auto"> <div class="center" style="font-weight:bold;font-size:1.2em">Welcome to the sandbox, a place to try out editing.</div> Anyone can change this page. To edit, click the "'''Edit source'''" tab above. Content added here will not stay permanently. * If you have an account, you can create your own sandbox in ...")
  • 20:12, 3 October 2022 Jacmob talk contribs created page Near-Reality:Sandbox (Created page with "<!--DO NOT CHANGE--><noinclude>{{Sandboxheader}}</noinclude> <!--DO NOT CHANGE--> <!-------------------Please edit below this line, thank you--------------------> <dpl> namespace=Talk titlematch=%Money making guide% includesubpages=True </dpl>")
  • 20:12, 3 October 2022 Jacmob talk contribs created page Module:Sandbox/doc (Created page with "{{Documentation}} '''This is the general purpose sandbox for lua modules.''' It can be used to test changes to existing modules, prototype new modules, experimenting with lua features, or for any other purpose. Much like Near-Reality:Sandbox, this page is free to edit for all - if you want to use code personally or for long periods without others editing it, make a personal module sandbox at <code>Module:Sandbox/User:{{USERNAME}}</code> or subpages of that. Invocat...")
  • 20:12, 3 October 2022 Jacmob talk contribs created page Module:Sandbox (Created page with "--General Purpose Sandbox for Testing Lua - Please Clear after using! local p = {} function p.main() local args = frame:getParent().args return args[1] end return p")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)