User contributions for Alex
Jump to navigation
Jump to search
11 October 2024
- 22:5422:54, 11 October 2024 diff hist +104 N Template:Documentation Created page with "<includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__</includeonly><noinclude>{{/doc}}</noinclude>" current
- 22:5422:54, 11 October 2024 diff hist +17 N Module:Infobox Bonuses/doc Created page with "{{Documentation}}" current
- 22:5322:53, 11 October 2024 diff hist +12,755 N 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 =..." current
- 22:5322:53, 11 October 2024 diff hist +298 N 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" current
- 22:5222:52, 11 October 2024 diff hist +886 N Template:Helper module 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..."
- 22:5122:51, 11 October 2024 diff hist +310 N Module:Mainonly/doc Created page with "{{documentation}} {{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 }}" current
- 22:5122:51, 11 October 2024 diff hist +869 N 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..." current
- 22:5022:50, 11 October 2024 diff hist +22,925 N 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>..." current
- 22:4922:49, 11 October 2024 diff hist +53,866 N 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 :..."
- 16:3416:34, 11 October 2024 diff hist +7 m Achievement Diary No edit summary Tag: Visual edit
- 16:3216:32, 11 October 2024 diff hist +2 Achievement Diary No edit summary
- 16:3216:32, 11 October 2024 diff hist +1 Achievement Diary No edit summary Tag: Visual edit
- 16:3116:31, 11 October 2024 diff hist 0 Achievement Diary No edit summary
- 16:3016:30, 11 October 2024 diff hist +45 Achievement Diary No edit summary
- 16:2716:27, 11 October 2024 diff hist +33 N File:Achievement Diaries.webp Achievement Diaries current
- 14:0914:09, 11 October 2024 diff hist +34,164 N 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; } } .content { line-height: 1.7; } .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); background: var(--body-light); border: 1px solid var(--..." current
- 11:0011:00, 11 October 2024 diff hist +32 N File:Nex.png Nex Solo Encounter current
- 10:3910:39, 11 October 2024 diff hist −92 MediaWiki:Common.css No edit summary
10 October 2024
- 18:2718:27, 10 October 2024 diff hist +32,867 N MediaWiki:Vector.css Created page with "→<pre>: :root { --ul-list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='13'%3E%3Ccircle cx='2.5' cy='9' r='2.5' fill='%23000'/%3E%3C/svg%3E"); } html { -webkit-text-size-adjust: 100%; } body { background: var(--body-background-image) var(--body-background-color) top left / 1500px 375px no-repeat; font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', s..."
- 15:3115:31, 10 October 2024 diff hist +1,360 MediaWiki:Common.css No edit summary
- 12:4712:47, 10 October 2024 diff hist +142,723 MediaWiki:Common.css No edit summary Tag: Manual revert
- 12:4712:47, 10 October 2024 diff hist −142,723 MediaWiki:Common.css Replaced content with "→ACCORDION: .toccolours { overflow: auto; background-color: #D8CCB4; border: 1px solid #94866d; margin: 0 0 30px 32px; padding: 0px; max-width: 1080px; } .mw-inner { margin: 0 0 14px 32px; } .mw-inner:last-child { margin: 0 0 20px 32px; } .mw-inner .mw-collapsible-toggle { padding: 5px 10px 2px 0px; } .mw-inner .mw-collapsible-headers { background: #d3b58a; } .mw-collapsible-toggle { padding: 2px 10px 2px 0px; } .mw-collap..." Tags: Replaced Reverted
- 12:4412:44, 10 October 2024 diff hist +28 MediaWiki:Common.css No edit summary Tag: Reverted
- 12:4212:42, 10 October 2024 diff hist −1 MediaWiki:Common.css No edit summary Tag: Reverted
- 12:4212:42, 10 October 2024 diff hist −1 MediaWiki:Common.css No edit summary Tag: Reverted
- 12:4012:40, 10 October 2024 diff hist −26 MediaWiki:Common.css No edit summary Tag: Reverted
- 12:2512:25, 10 October 2024 diff hist +154,754 N 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..."