All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneSaga Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:25, 20 February 2024 Plz2 talk contribs created page Template:Sandbox/doc (Created page with "{{Documentation}} This is a sandbox template that you can use to test template transclusion and template documentation. <span style="display:none">{{Sandbox}}</span> <includeonly>Category:Transclusion templates</includeonly>")
- 21:25, 20 February 2024 Plz2 talk contribs created page Template:Sandbox (Created page with "<noinclude>{{/doc}}</noinclude>")
- 21:23, 20 February 2024 Plz2 talk contribs created page Template:Invokes/doc (Created page with "{{Documentation}} This template should be put near the beginning of a template or module's documentation page to link to a module that the template invokes, or a template that invokes the module (respectively). <pre> {{Invokes|ModuleName}} or {{Invokes|TemplateName}} </pre> ==Parameters== ===(1)=== On a template documentation page, this parameter should be supplied with the page title for a module that the template invokes (without the "Module:" namespace prefix).<br>...")
- 21:23, 20 February 2024 Plz2 talk contribs created page Template:Invokes (Created page with "<includeonly>{{#ifeq:{{NAMESPACE}}|Module|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' is invoked by [[{{{page|Template:{{{1}}}}}}]].{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Template invoked modules}}}}''</div>|<div class="seealso">'''''{{#replace:{{FULLPAGENAME}}|/doc}}''' invokes [[Module:{{{1}}}]] using Lua.{{#ifeq:{{lc:{{{category}}}}}|no||{{#ifeq:{{SUBPAGENAME}}|doc||Category:Lua-based templat...")
- 21:21, 20 February 2024 Plz2 talk contribs created page Template:T/doc (Created page with "{{Documentation}} A template link with a variable number of parameters. ===Use=== To use this for templates, use :{{T|T|<nowiki>parameter 1|parameter 2|parameter 3|...|parameter 20</nowiki>}}<!-- self-referential examples! --> To use other namespaces, use the namespace as prefix, for example :{{T|T|User:Example}} And to show transclusions of mainspace pages, use :{{T|T|:Bucket}} ===Example=== <code><nowiki>{{T|Stub}}</nowiki></code> :{{T|Stub}} <code><nowiki>{{T|Stub...")
- 21:21, 20 February 2024 Plz2 talk contribs created page Template:T (Created page with "<includeonly><span class="plainlinks">{{#invoke:T|main}}</span></includeonly><noinclude>{{/doc}}</noinclude>")
- 21:20, 20 February 2024 Plz2 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=...")
- 21:20, 20 February 2024 Plz2 talk contribs created page Template:ToC (Created page with "<div id="toctemplate" style="clear:{{{clear|left}}}; float:{{#switch:{{{align|{{{1|}}}}}}|right=right|center=center|left=left}}; margin:{{#switch:{{{align|{{{1|}}}}}}|right=0 0 1.5em 1.5em|left=0 1.5em 1.5em 0|#default=0}}; width:{{{width|auto}}};" class="nomobile {{#if:{{{limit|}}}| toclimit-{{#expr:{{{limit}}}+1}}}}">__TOC__</div><noinclude>{{/doc}}</noinclude>")
- 21:20, 20 February 2024 Plz2 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>...")
- 21:19, 20 February 2024 Plz2 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 :...")
- 21:18, 20 February 2024 Plz2 talk contribs created page Template:Clear/doc (Created page with "{{Documentation}} The '''clear''' template is used when the text needs to be moved below, for example, after an image or an infobox. ==Usage== <pre>{{clear}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-both" style="clear:both;"></div></nowiki>''' <pre>{{clear|left}}</pre> :substitutes: '''<nowiki><div class="clear-template clear-left" style="clear:left;"></div></nowiki>''' <pre>{{clear|right}}</pre> :substitutes: '''<nowiki><div class="clear-templa...")
- 21:18, 20 February 2024 Plz2 talk contribs created page Template:Clear (Created page with "<div class="clear-template clear-{{lc:{{{1|both}}}}}" style="clear:{{{1|both}}};"></div><noinclude>{{/doc}}</noinclude>")
- 21:17, 20 February 2024 Plz2 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="tile mw-collapsible mw-collapsed" style="max-width:none;"> 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 paramete...")
- 21:17, 20 February 2024 Plz2 talk contribs created page Template:Infobox Item/doc (Created page with "{{Documentation}} {{invokes|Infobox Item}} {{ToC|left}} {{clear}} {{Standard infobox parameters}} ==Parameters== ===name=== The name of the item '''exactly''' as it appears in game (identical case and spacing). ===image=== The inventory image of the item, formatted as <nowiki>File:Image.png</nowiki>. Ideally in PNG format (or GIF format if the image is animated). For stackable items with multiple images, a...")
- 21:16, 20 February 2024 Plz2 talk contribs created page Template:Infobox Item (Created page with "{{#invoke:Infobox Item|main}}<noinclude>{{/doc}}</noinclude>")
- 12:02, 20 February 2024 Plz2 talk contribs created page File:Fluffy.png
- 12:02, 20 February 2024 Plz2 talk contribs uploaded File:Fluffy.png
- 11:04, 19 February 2024 Plz2 talk contribs created page Module:SCP (Created page with "-- <pre> local p = {} local pics = { quests = { image = 'Quest point icon', link = 'Quest points' }, quest = { image = 'Quest point icon', link = 'Quest points' }, ['quest points'] = { image = 'Quest point icon', link = 'Quest points' }, combat = { image = 'Attack style icon', link = 'Combat level' }, all = { image = 'Attack style icon', link = 'Combat styles' }, music = { image = 'Music', link = 'Music' }, favour = { image = 'Kourend Favour icon', link = 'Great...")
- 11:01, 19 February 2024 Plz2 talk contribs created page Template:SCP/doc (Created page with "{{documentation}} {{Invokes|SCP}} The '''SCP''' template displays a clickable skill icon picture that links to the skill page. This can be also be used in other templates that display skill icons. ==Usage== <pre>{{SCP|<skill>|<number>|link = (optional) yes}}</pre> ==Examples== Just skill:<br/> <pre>{{SCP|Magic}}</pre> {{SCP|Magic}} Skill and level:<br/> <pre>{{SCP|Magic|50}}</pre> {{SCP|Magic|50}} Skill, level, and link:<br/> <pre>{{SCP|Magic|50|link=yes}}</pre> {{SC...")
- 11:00, 19 February 2024 Plz2 talk contribs created page Template:SCP (Created page with "<includeonly>{{#invoke:SCP|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 08:41, 19 February 2024 Plz2 talk contribs created page Bestiary/Levels 51 to 60 (Created page with "{| class="wikitable" !Monster !! Area !! File:Attack_style_icon.png!! File:Hitpoints_icon.png !! File:Attack icon mini.png !! File:Defence icon.png !! File:Magic icon.png !! File:Ranged icon.png |- |Image here | Donator Zone || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center...")
- 08:37, 19 February 2024 Plz2 talk contribs created page Bestiary/Levels 1 to 10 (Created page with "{| class="wikitable" !Monster !! Area !! File:Attack_style_icon.png!! File:Hitpoints_icon.png !! File:Attack icon mini.png !! File:Defence icon.png !! File:Magic icon.png !! File:Ranged icon.png |- |Image here | Donator Zone || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center> || <center>File:Tick.png</center...")
- 08:34, 19 February 2024 Plz2 talk contribs created page File:Ranged icon.png
- 08:34, 19 February 2024 Plz2 talk contribs uploaded File:Ranged icon.png
- 08:34, 19 February 2024 Plz2 talk contribs created page File:Magic icon.png
- 08:34, 19 February 2024 Plz2 talk contribs uploaded File:Magic icon.png
- 08:33, 19 February 2024 Plz2 talk contribs created page File:Defence icon.png
- 08:33, 19 February 2024 Plz2 talk contribs uploaded File:Defence icon.png
- 08:33, 19 February 2024 Plz2 talk contribs created page File:Attack icon mini.png
- 08:33, 19 February 2024 Plz2 talk contribs uploaded File:Attack icon mini.png
- 08:28, 19 February 2024 Plz2 talk contribs created page File:Hitpoints icon.png
- 08:28, 19 February 2024 Plz2 talk contribs uploaded File:Hitpoints icon.png
- 08:28, 19 February 2024 Plz2 talk contribs created page File:Attack style icon.png
- 08:28, 19 February 2024 Plz2 talk contribs uploaded File:Attack style icon.png
- 08:26, 19 February 2024 Plz2 talk contribs created page File:Hitpoints icon.webp
- 08:26, 19 February 2024 Plz2 talk contribs uploaded File:Hitpoints icon.webp
- 08:24, 19 February 2024 Plz2 talk contribs created page File:Attack style icon.webp
- 08:24, 19 February 2024 Plz2 talk contribs uploaded File:Attack style icon.webp
- 00:41, 19 February 2024 Plz2 talk contribs created page Template:TemplateData/doc (Created page with "{{Documentation}} This template should be used on other templates' documentation pages when adding template data using Extension:TemplateData. This template accepts one unnamed parameter, which should be the the whole <code>templatedata</code> text. Also adds Category:Templates using TemplateData to pages. {{TemplateData|nocat=yes| <templatedata> { "description": "Used on template docs to enclose the templatedata parser tag", "params...")
- 00:41, 19 February 2024 Plz2 talk contribs created page Template:TemplateData (Created page with "<includeonly>{{#if:{{{noheader|}}}||==Template data==}} <table class="templatedata mw-collapsible mw-collapsed" style="text-align:center" data-expandtext="show" data-collapsetext="hide"> <tr><th style="min-width:400px">Show/hide template's data</th></tr> <tr><td> '''The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.''' {{{1|}}} </td></tr> </table>...")
- 00:34, 19 February 2024 Plz2 talk contribs created page Template:External/doc (Created page with "{{External|rsc|rs}} {{Documentation}} The '''External''' template adds links to the RuneScape Wiki, RuneScape Classic Wiki, Meta, and Wikipedia beside the "Discussion" tab above an article's title. The links are not added to the mobile skin. ==Usage== <pre>{{External|rs|rsc|meta|wp}} {{External|rs=RSW page|rsc=RSCW page|wp=Wikipedia page|meta}}</pre> If the page name on the other wiki is the same as on this wiki, use t...")
- 00:34, 19 February 2024 Plz2 talk contribs created page Template:External (Created page with "<includeonly>{{#invoke:Top icons|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:33, 19 February 2024 Plz2 talk contribs created page Template:Documentation/doc (Created page with "{{External|meta|rs|rsc}} {{Documentation}} {{Invokes|Documentation}} <code><nowiki>{{Documentation}}</nowiki></code> is transcluded in template/module documentation pages. This template should only be used on subpages titled "doc". This is '''not''' the template of the same name from Wikipedia and it is not used in the same way. ==Usage== Place {{t|documentation}} at the top of the documentation page, then transclude <code><nowiki>{{/doc}}</nowiki></code> directly from...")
- 00:33, 19 February 2024 Plz2 talk contribs created page Template:Documentation (Created page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:33, 19 February 2024 Plz2 talk contribs created page Template:Div col end (Created page with "<includeonly></div></includeonly><noinclude> {{Template:Div col/doc}} </noinclude>")
- 00:32, 19 February 2024 Plz2 talk contribs created page Template:Div col/doc (Created page with "{{Documentation}} The '''div col''' (short for division columns) formats a list into columns that wrap at multiple screen resolutions responsively. It automatically breaks the available screen space into equal parts. ==Usage and examples== ===Basic usage=== <pre> {{div col}}<!-- default width is 30em --> * a * b * c * d * e * f * g * h {{div col end}} </pre> Produces: {{div col}} * a * b * c * d * e * f * g * h {{div col end}} ===Colwidth=== <pre> {{div col|colwidth=...")
- 00:31, 19 February 2024 Plz2 talk contribs created page Template:Div col (Created page with "<includeonly><div class="div-col {{{class|}}}" style="{{#if:{{{colwidth|30em}}}|column-width:{{{colwidth|30em}}};}}{{#if:{{{gap|}}}|column-gap:{{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}">{{#if:{{{content|}}}|{{{content}}}</div>}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 00:02, 19 February 2024 Plz2 talk contribs created page File:Psychic stats.png
- 00:02, 19 February 2024 Plz2 talk contribs uploaded File:Psychic stats.png
- 23:59, 18 February 2024 Plz2 talk contribs created page File:Brute armour.png