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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:41, 8 November 2022 Jacmob talk contribs created page Template:Standard infobox parameters (Created page with "<noinclude>This template explains the standard parameters for infoboxes based on Module:Infobox. ----</noinclude> ==Standard infobox parameters== <div class="toccolours mw-collapsible mw-collapsed"> This infobox uses Module:Infobox, which provides a number of standard parameters. <div class="mw-collapsible-content"> ===Versioning=== This infobox supports switching between multiple versions. Each version needs to have a name defined in a parameter called <code>ver...")
- 14:41, 8 November 2022 Jacmob talk contribs created page Module:Format eq stat/doc (Created page with "{{No documentation}}")
- 14:40, 8 November 2022 Jacmob talk contribs created page Module:Format eq stat (Created page with "local p = {} function p.signed(arg) local first_char = string.sub(arg, 1, 1) if first_char == '+' or first_char == '-' then return arg else return '+'..arg end end function p.main(frame) local args = frame:getParent().args local arg = args[1] or '' return p.signed(arg) end return p")
- 14:40, 8 November 2022 Jacmob talk contribs created page Module:Attack speed bar/doc (Created page with "{{No documentation}}")
- 14:40, 8 November 2022 Jacmob talk contribs created page Module:Attack speed bar (Created page with "local p = {} local editbutton = require('Module:Edit button') local valid_speeds = { ['1'] = true, ['2'] = true, ['3'] = true, ['4'] = true, ['5'] = true, ['6'] = true, ['7'] = true, ['8'] = true, ['9'] = true, ['10'] = true, ['12'] = true, ['15'] = true, ['random'] = true, ['varies'] = true, ['n/a'] = true, } function p.make_bar(speed) if not speed or speed == '' then return editbutton("'''?''' (edit)") end speed = string.lower(speed) if not va...")
- 14:39, 8 November 2022 Jacmob talk contribs created page Module:Infobox Monster/doc (Created page with "{{Documentation}} Generates infobox monster.")
- 14:39, 8 November 2022 Jacmob talk contribs created page Module:Infobox Monster (Created page with "-------------------------- -- Module for Template:Infobox Monster ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local commas = require('Module:Addcommas')._add local infobox = require('Module:Infobox') local attack_speed_bar = require('Module:Attack speed bar').make_bar local signed = require('Module:Format eq stat').signed local slayer_masters = { 'turael', 'spria', 'krystilia', 'mazchna', 'vannaka', 'chaeldar', 'konar', '...")
- 14:38, 8 November 2022 Jacmob talk contribs created page Template:Infobox Monster/doc (Created page with "{{Documentation}} {{Standard infobox parameters}} ==Parameters== ===name=== The in-game name of the monster. ===image=== An image of the monster. ===release=== Release date of the monster. Should follow the format <nowiki>DD Month YYYY</nowiki>. ===update=== Update page that the monster was released with. Do not include brackets (<nowiki>& </nowiki>) or the Update: prefix. ===removal=== (Optional) Removal date of the monster. Should follow the format <...")
- 14:38, 8 November 2022 Jacmob talk contribs created page Template:Infobox Monster (Created page with "{{#invoke:Infobox Monster|main}}<noinclude>{{/doc}}</noinclude>")
- 14:38, 8 November 2022 Jacmob talk contribs created page Module:Infobox NPC/doc (Created page with "{{No documentation}}")
- 14:37, 8 November 2022 Jacmob talk contribs created page Module:Infobox NPC (Created page with "-------------------------- -- Module for Template:Infobox NPC ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local paramtest = require('Module:Paramtest') local infobox = require('Module:Infobox') function p.main(frame) local args = frame:getParent().args local ret = infobox.new(args) ret:defineParams{ { name = 'name', func = 'name' }, { name = 'image', func = 'image' }, { name = 'image_smw', func = { name = image_...")
- 14:37, 8 November 2022 Jacmob talk contribs created page Template:Infobox NPC/doc (Created page with "{{Documentation}} {{invokes|Infobox NPC}} {{Standard infobox parameters}} ==Parameters== ===name=== The exact name of the NPC. ===image=== An image of the NPC. ===release=== The release date of the NPC. ===update=== The update post associated with the release date. ===removal=== (Optional) The date the NPC was removed. ===removalupdate=== (Optional) The update post associated with the removal date. ===aka=== (Optional) Alternate names for the NPC. ===level=== (O...")
- 14:37, 8 November 2022 Jacmob talk contribs created page Template:Infobox NPC (Created page with "{{#invoke:Infobox NPC|main}}<noinclude>{{/doc}}</noinclude>")
- 13:44, 8 November 2022 Jacmob talk contribs created page File:Abyssal orphan v1.png
- 13:44, 8 November 2022 Jacmob talk contribs uploaded File:Abyssal orphan v1.png
- 13:43, 8 November 2022 Jacmob talk contribs created page File:Abyssal orphan (v1) detail.png
- 13:43, 8 November 2022 Jacmob talk contribs uploaded File:Abyssal orphan (v1) detail.png
- 18:48, 7 November 2022 Jacmob talk contribs created page Template:Abyssal Sire (Created page with "{{navbox |name = Abyssal Sire |title = Abyssal Sire |gtitle1 = NPCs |group1 = * {{Chatl|The Overseer}} <sup>(Slimy residue)</sup> * Abyssal Sire * Spawn * Scion * Respiratory system |gtitle2 = Unique drops |group2 = * {{plink|Unsired}} * {{plink|Bludgeon claw}} * {{plink|Bludgeon spine}} * {{plink|Bludgeon axon}} * {{plink|Abyssal orphan}} * {{plink|Jar of miasma}} |gtitle3 = Equipment |group3 = * {{plink|Abyssal bludgeon}} * {{plink|Abyssal d...")
- 18:47, 7 November 2022 Jacmob talk contribs created page Property:Transcript NPCs (Created page with "{{Property|type=page|templates= * Template:Transcript list }}")
- 18:47, 7 November 2022 Jacmob talk contribs created page Module:Transcript list/doc (Created page with "{{documentation}} {{Invokes|Transcript list}} Generates a list of links to NPC pages for use on quest and event transcripts.")
- 18:47, 7 November 2022 Jacmob talk contribs created page Module:Transcript list (Created page with "-- <pre> local p = {} function p.main(frame) local args = frame:getParent().args -- return tag local ret = mw.html.create('div') :addClass('seealso') local params = {} local ttl = 0 -- noplayer local hasplayer = true -- collect and count arguments for _, v in ipairs(args) do if string.lower(v) == 'noplayer' then hasplayer = false elseif string.lower(v) ~= 'player' then ttl = ttl + 1 table.insert(params,v) end end -- increase count if pl...")
- 18:46, 7 November 2022 Jacmob talk contribs created page Template:Transcript list/doc (Created page with "{{Documentation}} This transcript template is used to note which NPCs participate in the transcript, specifically for use on event and quest transcripts. The template is also used to populate Property:Transcript NPCs used to create the lists of dialogues an NPC speaks in Template:Hastranscript. ==Uses== <pre>{{Transcript list|Bob|Carol}}</pre> This produces: {{Transcript list|Bob|Carol}} To show an alternative text for an NPC, first enter the link then add t...")
- 18:46, 7 November 2022 Jacmob talk contribs created page Template:Transcript list (Created page with "<includeonly>{{#invoke:Transcript list|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 18:46, 7 November 2022 Jacmob talk contribs created page Template:Hastranscript/t/doc (Created page with "{{Documentation}} Subtemplate of Template:Hastranscript that handles formatting the 'transcript is on another page' notice. Generally shouldn't be used directly, only through hastranscript. <includeonly>Category:Transclusion templates</includeonly>")
- 18:44, 7 November 2022 Jacmob talk contribs created page Template:Hastranscript/t (Created page with "<includeonly>{| class="messagebox hasdialogue" style="border: 0;" | class="center" | {{#switch: {{lc: {{{1}}} }} | #default = This article has an associated transcript page.<br>'''[[{{{2|Transcript:{{PAGENAME}}}}}|Click here]]''' for the transcript. | npc = This article on an NPC has an associated dialogue page.<br>'''[[{{{2|Transcript:{{PAGENAME}}}}}|Click here]]''' for a transcript of possible conversations with this NPC.{{#vardefine:speaksincount|{{#ask:Transcript:+...")
- 18:44, 7 November 2022 Jacmob talk contribs created page Module:Hastranscript/doc (Created page with "{{Documentation}} The {{t|Hastranscript}} template is used to indicate and link to/transclude a transcript page for any given article. ==Usage== <pre> {{hastranscript|type|link}} {{hastranscript|transclude=yes}} {{hastranscript|page|transclude=yes}} {{hastranscript|page1|page2|...|transclude=yes}} </pre> ==Parameters== There are two forms of usage for hastranscript. The first generates a messagebox linking to the full transcript page (and that's it); this box is gener...")
- 18:44, 7 November 2022 Jacmob talk contribs created page Module:Hastranscript (Created page with "-- <pre> local p = {} local remove_templates = { 'transcript', 'fromgame', 'god letter', 'incomplete', 'inuse', 'construction', 'lore', 'postbag', 'transcript list' } local ignore_templates = { '!', '*', 'anchortext', 'clear', 'color', 'colour', 'kg', 'nbsp', 'qact', 'quote', 'mes', 'sic', 'titleanchor' } local headerSize = { ['=='] = 1.25, ['==='] = 1.2, ['===='] = 1, ['====='] = 0.95, ['======'] = 0.9 } function p.main(frame) local args...")
- 18:43, 7 November 2022 Jacmob talk contribs created page Template:Hastranscript/doc (Created page with "{{Documentation}} The {{t|Hastranscript}} template is used to indicate and link to/transclude a transcript page for any given article. ==Usage== <pre> {{hastranscript|type|link}} {{hastranscript|transclude=yes}} {{hastranscript|page|transclude=yes}} {{hastranscript|page1|page2|...|transclude=yes}} </pre> ==Parameters== There are two forms of usage for hastranscript. The first generates a messagebox linking to the full transcript page (and that's it); this box is gener...")
- 18:43, 7 November 2022 Jacmob talk contribs created page Template:Hastranscript (Created page with "<includeonly>{{#switch:{{lc:{{{transclude}}}}}|y|yes={{#invoke:hastranscript|main}}|n|no|#default={{#if:{{{2|}}}|{{Hastranscript/t|{{{1|}}}|{{{2|}}}}}|{{Hastranscript/t|{{{1|}}}}}}}}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 18:41, 7 November 2022 Jacmob talk contribs created page File:Abyssal orphan chathead.png
- 18:41, 7 November 2022 Jacmob talk contribs uploaded File:Abyssal orphan chathead.png
- 18:41, 7 November 2022 Jacmob talk contribs created page File:Abyssal orphan detail.png
- 18:41, 7 November 2022 Jacmob talk contribs uploaded File:Abyssal orphan detail.png
- 18:39, 7 November 2022 Jacmob talk contribs created page Template:Property/doc (Created page with "{{No documentation}}")
- 18:39, 7 November 2022 Jacmob talk contribs created page Template:Property (Created page with "This page tracks and controls the '''{{PAGENAME}}''' property. This property accepts and displays values that are [[has type::{{{type|page}}}]]s. {{{notes|}}} {{#if:{{{templates|}}}|This property is added by the following templates: {{{templates}}} |This property is not added by any template.}} ---- [{{fullurl:Special:Ask|q={{urlencode:[[{{PAGENAME}}::+]]}}&limit=500&po={{urlencode:?{{PAGENAME}}}} }} '''Table of all articles using this property''']<noinclude>{{/doc}}...")
- 18:39, 7 November 2022 Jacmob talk contribs created page Property:Drop JSON (Created page with "{{Property|type=text}}")
- 18:39, 7 November 2022 Jacmob talk contribs created page Module:Purge/doc (Created page with "{{No documentation}}")
- 18:16, 7 November 2022 Jacmob talk contribs created page Module:Purge (Created page with "-- <nowiki> -- Implements Template:Purge -- local p = {} function p._purge(anchor, text, tag, noinplace) local page_title = mw.title.getCurrentTitle().fullText local link = string.format('[%s#%s %s]',tostring(mw.uri.fullUrl(page_title,'action=purge')),anchor or 'res', text or '(wrong?)') link = string.format('<%s class="plainlinks%s" id="res" title="If this information seems incorrect, click here to force an update.">%s</%s>', tag or 'small', (noinplace and '') o...")
- 18:16, 7 November 2022 Jacmob talk contribs created page Module:Get drop info/doc (Created page with "{{No documentation}}")
- 18:15, 7 November 2022 Jacmob talk contribs created page Module:Get drop info (Created page with "local p = {} local onmain = require('Module:Mainonly').on_main local yesno = require('Module:Yesno') local purge = require('Module:Purge')._purge local params = require('Module:Paramtest') local images = { agility = '<span class="drops-agility" style="margin-left:0.3em;">link=Agility|frameless|20px</span>', combat = '<span class="drops-combat" style="margin-left:0.3em;">link=Combat level|frameless|20px</span>', hunt...")
- 18:15, 7 November 2022 Jacmob talk contribs created page Template:Dropping monsters list/doc (Created page with "<includeonly>{{external|rs}}</includeonly>{{Documentation}} Generates a list of monsters/items which drop the given item. Uses the [https://www.semantic-mediawiki.org/wiki/Help:User_manual Semantic MediaWiki] property Property:Drop JSON. The module called by this template is considered an expensive function, and will increment the count for every page it checks. <pre> {{Dropping monsters list|Item name|limit=optional}}...")
- 18:15, 7 November 2022 Jacmob talk contribs created page Template:Dropping monsters list (Created page with "<includeonly>{{#invoke:Get drop info|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 18:15, 7 November 2022 Jacmob talk contribs created page Template:Drop sources (Redirected page to Template:Dropping monsters list) Tag: New redirect
- 17:43, 7 November 2022 Jacmob talk contribs created page Module:Switch infobox/doc (Created page with "{{No documentation}}")
- 17:42, 7 November 2022 Jacmob talk contribs created page Module:Switch infobox (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local contents = {} local i = 1 while args['item'..i] do table.insert(contents, { text = args['text'..i] or ('Item '..i), content = '\n' .. args['item'..i] }) i = i + 1 end local ret = mw.html.create('div') :addClass('switch-infobox') :addClass('loading') :tag('span') :addClass('loading-button') :addClass('button') :wikitext('Loading...') :done() local mah_t...")
- 17:42, 7 November 2022 Jacmob talk contribs created page Template:Switch infobox/doc (Created page with "{{documentation}} This template is used to separate different information on a specific page (mostly NPC) with different condition (For example, before and after a quest). After the insertion of the template, there will be different buttons stating the possible conditions of that page. When clicked on different conditions, the page will display different information. ==Usage== ''Note: By following the pattern, the template is able to add 2-50 conditions.'' <pre> {{Swit...")
- 17:42, 7 November 2022 Jacmob talk contribs created page Template:Switch infobox (Created page with "<includeonly>{{#invoke:Switch infobox|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 17:41, 7 November 2022 Jacmob talk contribs created page Module:Multi Infobox/doc (Created page with "{{No documentation}}")
- 17:41, 7 November 2022 Jacmob talk contribs created page Module:Multi Infobox (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args if not args['text1'] then return '' end local cur = args['text1']..'='..args['item1'] local i = 2 while args['text'..i] do cur = cur..'|-|'..args['text'..i]..'='..args['item'..i] i = i + 1 end local res = frame:callParserFunction{ name = '#tag', args = { 'Tabber', cur } } return '<div class="multi-infobox">'..res..'</div>' end r...")
- 17:40, 7 November 2022 Jacmob talk contribs created page Template:Multi Infobox/doc (Created page with "{{Documentation}} This template is used to separate infoboxes of different types on a single page. Unlike Template:Switch infobox, this uses a distinct visual stye for the tabs, allowing regular infobox tabs to be used inside each multi infobox tab. This is currently only intended to be used on pet articles, which represent both an item and an NPC follower (see Forum:Multi infobox). Pages with both NPC and Monster are explicitly not supported by this template du...")