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

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 10:15, 21 February 2024 Plz2 talk contribs deleted page Module:Sandbox (content was: "local tb = require('Module:Trailblazer Region')._badge local p = {} function p.main(frame) local args = frame:getParent().args local orRegions = args['or'] or 'No' local regions = {'misthalin', 'karamja', 'asgarnia', 'desert', 'fremennik', 'kandarin', 'morytania', 'tirannwn', 'wilderness', 'kourend'} local ret = mw.html.create('tr') mw.log(args[1]) if args['incompletable']...", and the only contributor was "Plz2" (talk))
  • 10:15, 21 February 2024 Plz2 talk contribs deleted page Module:SCP (content was: "-- <pre> local p = {} local pics = { combat = { image = 'Attack style icon', link = 'Combat level' }, all = { image = 'Attack style icon', link = 'Combat styles' }, music = { image = 'Music', link = 'Music' }, activity = { image = 'Minigame icon', link = 'Minigames' }, activities = { image = 'Minigame icon', link = 'Minigames' }, minigame = { image = 'Minigame icon', link = 'Mi...", and the only contributor was "Plz2" (talk))
  • 10:15, 21 February 2024 Plz2 talk contribs deleted page Module:Mainonly (content was: "--[[ {{Helper module|name=Mainonly |fname1=_main(arg) |ftype1=Any value |fuse1=If the module is invoked in the content namespace, it will return arg, otherwise, it will return an empty string |fname2=on_main() |ftype2=N/A |fuse2=Returns true if invoked in the content namespace, otherwise false }} --]] -- -- Module to return text only when invoked in the content namespace -- local p =...", and the only contributor was "Plz2" (talk))
  • 10:15, 21 February 2024 Plz2 talk contribs deleted page Module:Infobox Bonuses (content was: "-------------------------- -- Module for Template:Infobox Bonuses ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local signed = require('Module:Format eq stat').signed local clean = require('Module:Clean image2').clean local slots = { head = 'Head slot items', weapon = 'Weapon slot items', body...", and the only contributor was "Plz2" (talk))
  • 10:15, 21 February 2024 Plz2 talk contribs deleted page Module:Infobox/doc (content was: "{{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...", and the only contributor was "Plz2" (talk))
  • 10:14, 21 February 2024 Plz2 talk contribs deleted page Module:Infobox (content was: "--[=[ -- 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 -- m...", and the only contributor was "Plz2" (talk))
  • 10:14, 21 February 2024 Plz2 talk contribs deleted page Module:Helper module (content was: "-- Helps RuneScape:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage require('Module:Mw.html extension') local p = {} function p.main(frame) local args = frame:getParent().args local function_list = {} -- Let there be no limit to number of parameters local i = 1 while args['fname'..i] do local funcna...", and the only contributor was "Plz2" (talk))
  • 10:14, 21 February 2024 Plz2 talk contribs deleted page Module:Format eq stat (content was: "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", and the only contributor was "Plz2" (talk))
  • 10:14, 21 February 2024 Plz2 talk contribs deleted page Module:Clean image2 (content was: "-- Removes 'File:' prefix, just in case -- Replace {{!}} with | instead of preprocessing -- Turn into a nice wiki file link local p = {} local defaultMaxSize = { h = 300, w = 300 } p.main = function(frame) return p.clean(frame:getParent().args) end p.clean = function(args) local file = args.file if not file or (file and (file:lower() == 'no' or file == '')) then return nil end...", and the only contributor was "Plz2" (talk))
  • 10:01, 21 February 2024 Plz2 talk contribs created page RuneScape:Lua/Helper modules (Created page with "This is a table of modules and functions that were created specifically for facilitating the creation of other modules. Documentation for modules here is done in the source code with Template:Helper module. <dpl> namespace = Module uses = Template:Helper module titlematch = %/doc nottitlematch = Helper module/doc include = {Helper module} format = <table class="wikitable"><tr><th>Module</th><th>Function</th><th>Type</th><th>Use</th></tr>,,,</table> ordermethod=title...")
  • 10:01, 21 February 2024 Plz2 talk contribs created page Module:Helper module (Created page with "-- Helps RuneScape:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage require('Module:Mw.html extension') local p = {} function p.main(frame) local args = frame:getParent().args local function_list = {} -- Let there be no limit to number of parameters local i = 1 while args['fname'..i] do local funcname = args['fname'..i] or '' local functype = args['ftype'..i] or '' local funcuse =...")
  • 10:00, 21 February 2024 Plz2 talk contribs created page Template:Column-count/Documentation (Created page with "<!-- {{Mbox | type=notice | text = Columns are currently supported only by newer versions of Gecko-based browsers (such as Mozilla Firefox) and WebKit-based browsers (such as Google Chrome and Safari). '''All versions of Internet Explorer through to version 9 and Opera through to version 11.0 do not support columns.''' See here for...")
  • 09:59, 21 February 2024 Plz2 talk contribs created page Template:Column-count (Created page with "<includeonly>-moz-column-count: {{{1|2}}}; -webkit-column-count: {{{1|2}}}; column-count: {{{1|2}}};</includeonly><noinclude> {{Doc}} {{PAGENAME}} {{PAGENAME}} </noinclude>")
  • 09:59, 21 February 2024 Plz2 talk contribs created page Template:Helper module/doc (Created page with "{{Documentation}} {{Invokes|Helper module}} Provides documentation for functions of modules that contain functions useful for other modules. This template should be part of a comment, and should be at the top of the source code, '''before''' any <nowiki><pre> or <nowiki></nowiki> tags. There is no limit to the number of functions this template can list. This template is called by RuneScape:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module |n...")
  • 09:58, 21 February 2024 Plz2 talk contribs created page Template:Helper module (Created page with "<includeonly>{{#invoke:Helper module|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 09:58, 21 February 2024 Plz2 talk contribs created page Module:Mainonly (Created page with "--[[ {{Helper module|name=Mainonly |fname1=_main(arg) |ftype1=Any value |fuse1=If the module is invoked in the content namespace, it will return arg, otherwise, it will return an empty string |fname2=on_main() |ftype2=N/A |fuse2=Returns true if invoked in the content namespace, otherwise false }} --]] -- -- Module to return text only when invoked in the content namespace -- local p = {} function p.main(frame) local ret = frame:getParent().args[1] or '' return p._main...")
  • 09:55, 21 February 2024 Plz2 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")
  • 09:55, 21 February 2024 Plz2 talk contribs created page Module:Clean image2 (Created page with "-- Removes 'File:' prefix, just in case -- Replace {{!}} with | instead of preprocessing -- Turn into a nice wiki file link local p = {} local defaultMaxSize = { h = 300, w = 300 } p.main = function(frame) return p.clean(frame:getParent().args) end p.clean = function(args) local file = args.file if not file or (file and (file:lower() == 'no' or file == '')) then return nil end if not file:find('%[%[File:.-%]%]') then return nil end local fileRaw = file fil...")
  • 09:52, 21 February 2024 Plz2 talk contribs created page RuneScape:Lua (Created page with "{{External|rs|rsc}} '''Lua''' is a programming language that is integrated into ''{{SITENAME}}'' with Scribunto. Lua source code is run from Modules in their own namespace, and invoked with <code><nowiki>{{#invoke:Module|function}}</nowiki></code>; this should done with a wrapper template. For example, if we have a module named "foo", then we should have a template called "Template:Foo" consisting of <code><nowiki>{{#invoke:Foo|main}}</nowiki><...")
  • 09:49, 21 February 2024 Plz2 talk contribs created page Module:Infobox Bonuses (Created page with "-------------------------- -- Module for Template:Infobox Bonuses ------------------------ local p = {} local onmain = require('Module:Mainonly').on_main local infobox = require('Module:Infobox') local signed = require('Module:Format eq stat').signed local clean = require('Module:Clean image2').clean local slots = { head = 'Head slot items', weapon = 'Weapon slot items', body = 'Body slot items', legs = 'Legs slot items', shield = 'Shield slot items', cape =...")
  • 08:37, 21 February 2024 Plz2 talk contribs created page Template:Emoji/style (Created page with "font-weight: normal; font-family: 'Twemoji Mozilla', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', 'EmojiOne Color', 'Android Emoji',EmojiSymbols, 'EmojiOne Mozilla', 'Noto Color Emoji Compat', emoji, sans-serif;<noinclude>{{doc|content=This is the css style used in the {{tlx|Emoji}} formatting template. Use this instead if you wish to insert emoji-compatible styling into an existing <code>style</code> element. Be aware that the content of...")
  • 08:33, 21 February 2024 Plz2 talk contribs created page Template:Sign/Documentation (Created page with "==Parameters== ===Global parameters=== ; {{para|title}} : ''Optional'' - The title in '''bold''' of the sign (default: no title) ; {{para|text}} <span style="font-weight: normal; font-style: italic;">or first unnamed parameter</span> : ''Required'' - The text content of the sign (default: a mess of lorem ipsum) ; {{para|bgcolor|<var>Valid CSS color string</var>}} : ''Optional'' - The background color (default: <code>#fefefe</code>) ; {{para|bordercolor|<var>Valid...")
  • 08:32, 21 February 2024 Plz2 talk contribs created page Template:Sign (Created page with "<table style="clear: both; width: {{{width|100%}}}; border-color: {{{outerbordercolor|#AAB}}}; border-left-color: {{{bordercolor|#999}}}; border-style: solid; border-width: 1px 1px 1px 10px; padding: 4px; margin: 1px auto {{{interval|0.2rem}}} auto; vertical-align: middle; background-color: {{{bgcolor|#fefefe}}}; text-align: left; {{{style|}}};"><tr> <td width="1%" {{#if: {{{title|}}}|rowspan="2"}} height="{{{height|auto}}}" style="padding-right:8px; vertical-align: {{{i...")
  • 03:43, 21 February 2024 Plz2 talk contribs created page Template:Column-width/Documentation (Created page with "<!-- {{Mbox | type=notice | text = Columns are currently supported only by newer versions of Gecko-based browsers (such as Mozilla Firefox) and WebKit-based browsers (such as Google Chrome and Safari). '''All versions of Internet Explorer through to version 9 and Opera through to version 11.0 do not support columns.''' See here for m...")
  • 03:43, 21 February 2024 Plz2 talk contribs created page Template:Column-width (Created page with "<includeonly>-moz-column-width: {{{1|30em}}}; -webkit-column-width: {{{1|30em}}}; column-width: {{{1|30em}}};</includeonly><noinclude> {{Doc}} {{PAGENAME}} {{PAGENAME}} </noinclude>")
  • 03:42, 21 February 2024 Plz2 talk contribs created page Template:Column-rule/Documentation (Created page with "<!--{{Mbox | type=notice | text = Columns are currently supported only by newer versions of Gecko-based browsers (such as Mozilla Firefox) and WebKit-based browsers (such as Google Chrome and Safari). '''All versions of Internet Explorer through to version 9 and Opera through to version 11.0 do not support columns.''' See here for mo...")
  • 03:42, 21 February 2024 Plz2 talk contribs created page Template:Column-rule (Created page with "<includeonly>-moz-column-rule: {{{1|1px solid #AAA}}}; -webkit-column-rule: {{{1|1px solid #AAA}}}; column-rule: {{{1|1px solid #AAA}}};</includeonly><noinclude> {{Doc}} {{PAGENAME}} {{PAGENAME}} </noinclude>")
  • 03:41, 21 February 2024 Plz2 talk contribs created page Template:Tl/Documentation (Created page with "This is for making curly brackets appear around some text without making the wiki interpret it as a template, instead making the text link to the template of the same name and showing the brackets around it. e.g. <nowiki>{{tl|stub}}</nowiki> appears as {{tl|stub}} <noinclude> {{PAGENAME}}</noinclude>")
  • 03:41, 21 February 2024 Plz2 talk contribs created page Template:Tl (Created page with "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude>{{doc}}{{PAGENAME}}{{PAGENAME}}{{PAGENAME}} </noinclude>")
  • 03:40, 21 February 2024 Plz2 talk contribs created page Template:Column-gap/Documentation (Created page with "<!-- {{Mbox | type=notice | text = Columns are currently supported only by newer versions of Gecko-based browsers (such as Mozilla Firefox) and WebKit-based browsers (such as Google Chrome and Safari). '''All versions of Internet Explorer through to version 9 and Opera through to version 11.0 do not support columns.''' See here for m...")
  • 03:40, 21 February 2024 Plz2 talk contribs created page Template:Column-gap (Created page with "<includeonly>-moz-column-gap: {{{1|1em}}}; -webkit-column-gap: {{{1|1em}}}; column-gap: {{{1|1em}}};</includeonly><noinclude> {{Doc}} {{PAGENAME}} {{PAGENAME}} </noinclude>")
  • 03:39, 21 February 2024 Plz2 talk contribs created page Template:Div col/Documentation (Created page with "<!-- {{Ombox |type=notice |text=Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0 and below. See this page for more information.}} --> {{Sign|emoji=ℹ️|text=See § [[{{FULLPAGENAME}}#List_balancing|List balancing]], below, for issues to be aware of when using this template.}} {{tl|Div col}} can be used to make a list into columns that wrap properly and compatibl...")
  • 03:38, 21 February 2024 Plz2 talk contribs created page Template:Div col end (Created page with "<includeonly></div></includeonly><noinclude> {{Doc|Template:Div col/Documentation}} {{PAGENAME}} {{PAGENAME}} </noinclude>")
  • 03:35, 21 February 2024 Plz2 talk contribs created page Template:Para/Documentation (Created page with " == Usage == This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first parameter is the name of the example parameter to display (this may be ''empty'', but it must be ''present''), and the second (optional) parameter is a value for the first example parameter or, if the first {{tlx|para}} parameter i...")
  • 03:35, 21 February 2024 Plz2 talk contribs created page Template:Para (Created page with "<code {{SAFESUBST:<noinclude />#if:{{{plain|}}}|style="border:none;background-color:inherit;color:inherit;"}}>|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude> {{doc}} {{PAGENAME}} {{PAGENAME}} </noinclude>")
  • 03:34, 21 February 2024 Plz2 talk contribs created page Template:Tlx/Documentation (Created page with "== Basic use == ''(Note: In the following examples, ellipses (groups of three dots, e.g. <code>...</code>) indicate where parameters have been omitted.)'' : {{tlx|tlx|Template|''first parameter''|''second parameter''|''third''|...|''tenth''}} produces: {{tlx|Template|''first parameter''|''second parameter''|''third''|...|''tenth''}} Where parameters might contain one or more equals-signs ("="), replace each equals-sign with {{tlf|{{=}}}}: : {{tlx|tlx|Template|''first''...")
  • 03:33, 21 February 2024 Plz2 talk contribs created page Template:Tlx (Created page with "<includeonly><!-- --><code><!-- --><nowiki>{{</nowiki>{{#if:{{{subst|}}} |subst:}}<!-- -->[[{{ns:Template}}:{{{1|}}}|{{{1|}}}]]<!-- -->{{#if:{{{2|}}} ||{{{2}}}}}<!-- -->{{#if:{{{3|}}} ||{{{3}}}}}<!-- -->{{#if:{{{4|}}} ||{{{4}}}}}<!-- -->{{#if:{{{5|}}} ||{{{5}}}}}<!-- -->{{#if:{{{6|}}} ||{{{6}}}}}<!-- -->{{#if:{...")
  • 03:33, 21 February 2024 Plz2 talk contribs created page Template:Doc/Documentation (Created page with "<noinclude>{{PAGENAME}}</noinclude> Adds documentation for the template. ==Parameters== Normally (when called with no parameters), creates a documentation box and transcludes the contents of a /Documentation subpage of the current page as its contents. {{tlx|doc|'''<var>pagename</var>'''}} — The first unnamed parameter can be set to a <var>pagename</var> to transclude the contents of <var>pagename</var> instead of the /Documenta...")
  • 03:32, 21 February 2024 Plz2 talk contribs created page Template:Doc (Created page with "<includeonly> <div style="clear: both; background:#{{{bgcolor|F0F8FF}}}; border: 1px dotted #8BCBFF; padding: 10px; margin-top: 10px; height: auto; {{{style|}}};"> __NOEDITSECTION__ <!-- -->{{#if:{{{content|}}}||<div style="float: right; padding-right: 1em;"> <span class="plainlinks" style="font-size: 85%;"> [[[{{{1|{{SUBJECTPAGENAME}}/Documentation}}}|view]]] [[{{fullurl:{{{1|{{SUBJECTPAGENAME}}/Documentation}}}|action=edit}} edit]] [[{{fu...")
  • 03:32, 21 February 2024 Plz2 talk contribs created page Template:Div col (Created page with "<includeonly><div class="div-col columns column-width" style="{{column-width|{{{colwidth|20em}}}}} <!-- -->{{#if: {{{gap|}}} | {{column-gap|{{{gap}}}}} }}<!-- -->{{#switch: {{{rules|}}} | = <!--empty--> | yes = {{column-rule}} | {{Column-rule|{{{rules}}}}} }} <!-- -->{{#ifeq: {{{small|}}}|yes | font-size:90%; }} <!-- -->{{#if: {{{style|}}} | {{{style}}} }}"><!-- -->{{#if: {{{content|}}} |{{{content}}}</div>}}</includeonly><noinclude> {{Do...")
  • 03:32, 21 February 2024 Plz2 talk contribs deleted page Template:Div col/doc (content was: "{{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}} *...", and the only contributor was "Plz2" (talk))
  • 03:31, 21 February 2024 Plz2 talk contribs deleted page Template:Div col (content was: "<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>", and the only contributor was "Plz2" (talk))
  • 03:31, 21 February 2024 Plz2 talk contribs deleted page Template:Div col end (content was: "<includeonly></div></includeonly><noinclude> {{Template:Div col/doc}} </noinclude>", and the only contributor was "Plz2" (talk))
  • 01:51, 21 February 2024 Plz2 talk contribs created page File:White dagger.png
  • 01:51, 21 February 2024 Plz2 talk contribs uploaded File:White dagger.png
  • 21:29, 20 February 2024 Plz2 talk contribs created page Template:CombatStyles/doc (Created page with "{{Documentation}} ==Usage== <pre> {{CombatStyles | <!-- The first unnamed parameter determines the combat style of a weapon. --> |speed = <!-- The base attack speed of a weapon. This value is identical to the one used in {{Infobox Bonuses}}. --> |attackrange = <!-- The base attack range of a weapon. This value is identical to the one used in {{Infobox Bonuses}}. --> }} </pre> ==Quick copy== <code><nowiki>{{CombatStyles||speed=|attackra...")
  • 21:29, 20 February 2024 Plz2 talk contribs created page Template:CombatStyles (Created page with "<includeonly>{{#invoke:CombatStyles|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 21:28, 20 February 2024 Plz2 talk contribs created page Template:Infobox Bonuses/doc (Created page with "{{documentation}} Template used to insert Infobox Bonuses on a page. Where to use: *Items that are equipable and obtainable (or have been). This means discontinued items are fine. Equippable fun weapons are also fine. *Beta items; items that have been proposed but haven't fully made it into the game, most likely because they was voted down. *:Category:Unobtainable items|Uno...")
  • 21:28, 20 February 2024 Plz2 talk contribs created page Template:Infobox Bonuses (Created page with "<includeonly>{{#invoke:Infobox Bonuses|main}}</includeonly><noinclude>{{/doc}}</noinclude>")
  • 21:26, 20 February 2024 Plz2 talk contribs created page Module:Sandbox (Created page with "local tb = require('Module:Trailblazer Region')._badge local p = {} function p.main(frame) local args = frame:getParent().args local orRegions = args['or'] or 'No' local regions = {'misthalin', 'karamja', 'asgarnia', 'desert', 'fremennik', 'kandarin', 'morytania', 'tirannwn', 'wilderness', 'kourend'} local ret = mw.html.create('tr') mw.log(args[1]) if args['incompletable'] == 'Yes' then ret:tag('th'):wikitext(args[1]):addClass('table-bg-red') else ret:tag(...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)