User contributions for Alex
Jump to navigation
Jump to search
17 October 2024
- 01:1201:12, 17 October 2024 diff hist 0 Module:FloorNumber/doc No edit summary
- 01:1201:12, 17 October 2024 diff hist +3 Module:FetchItemStats/doc No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist +4,374 N Module:Feedback Created page with "local pt = require('Module:Paramtest') local yn = require('Module:Yesno') local p = {} p.yn=yn function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) local isResolved = false if pt.has_content(args.resolved) then isResolved = yn(args.resolved) end local stars = tonumber(args.rating) or 0 stars = math.min(math.floor(stars), 5) local comment = pt.default_to(args.feedback, "''No comment provided''") local id = pt.default_to(args...." current
- 01:1201:12, 17 October 2024 diff hist +2,830 N Module:Farming yield calculator Created page with "local ssc = require('Module:Skilling success chart') local yesno = require('Module:Yesno') local p = {} local compostLives = { None = 3, Compost = 4, Supercompost = 5, Ultracompost = 6 } local diary = { ['None'] = 0, ['Kandarin - Medium (5%)'] = 10, ['Kandarin - Hard (10%)'] = 17, ['Kandarin - Elite (15%)'] = 25, ['Kourend and Kebos - Hard (5%)'] = 10 } function p.main(frame) local args = frame.args local name = args.name local pic = args.pic or (name ...." current
- 01:1201:12, 17 October 2024 diff hist +20 N Module:Family tree/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +3,142 N Module:Family tree/data Created page with "local LINE_COLOUR = '#6699CC' local SOLID = '1px solid ' .. LINE_COLOUR local DASHED = '1px dashed ' .. LINE_COLOUR -- Single characters used for creating "blocks", as they will be called local borders = { -- Single lines ['-'] = { top = nil, right = SOLID, bottom = nil, left = SOLID }, ['!'] = { top = SOLID, right = nil, bottom = SOLID, left = nil }, ['~'] = { top = nil, right = DASHED, bottom = nil, left = DASHED }, [':'] = { top = DASHED, right = nil, bottom =..." current
- 01:1201:12, 17 October 2024 diff hist +2,318 N Module:Family tree Created page with "--[[ Implements {{Family tree}} In this module and the template, top, right, bottom, left refer to the location of the line on a cross: -T- L#R -B- --]] local p = {} local borders = mw.loadData('Module:Family tree/data') -- Main function function p.main(frame) local args = frame:getParent().args local cells = {} for i, v in ipairs(args) do -- Every param is unnamed, so needs trimming local v_x = mw.text.trim(v) -- Assume all blank parameters (trimmed to 0 len..." current
- 01:1201:12, 17 October 2024 diff hist +2,628 N Module:Experience/elitedataunr Created page with "return { [1] = 0, [2] = 830, [3] = 1861, [4] = 2902, [5] = 3980, [6] = 5126, [7] = 6390, [8] = 7787, [9] = 9400, [10] = 11275, [11] = 13605, [12] = 16372, [13] = 19656, [14] = 23546, [15] = 28138, [16] = 33520, [17] = 39809, [18] = 47109, [19] = 55535, [20] = 64802, [21] = 77190, [22] = 90811, [23] = 106221, [24] = 123573, [25] = 143025, [26] = 164742, [27] = 188893, [28] = 215651, [29] = 245196, [30] = 277713, [31] = 316311, [32] = 358547..." current
- 01:1201:12, 17 October 2024 diff hist +2,628 N Module:Experience/elitedata Created page with "return { [1] = 0, [2] = 830, [3] = 1861, [4] = 2902, [5] = 3980, [6] = 5126, [7] = 6390, [8] = 7787, [9] = 9400, [10] = 11275, [11] = 13605, [12] = 16372, [13] = 19656, [14] = 23546, [15] = 28138, [16] = 33520, [17] = 39809, [18] = 47109, [19] = 55535, [20] = 64802, [21] = 77190, [22] = 90811, [23] = 106221, [24] = 123573, [25] = 143025, [26] = 164742, [27] = 188893, [28] = 215651, [29] = 245196, [30] = 277713, [31] = 316311, [32] = 358547..." current
- 01:1201:12, 17 October 2024 diff hist 0 Module:Experience/doc No edit summary current
- 01:1201:12, 17 October 2024 diff hist +13,299 N Module:ExchangeDefault/Sandbox Created page with "-- <pre> -- Default view for {{ExchangeItem}} for use on Exchange ns mw.pages -- -- Use of this via #invoke is deprecated and will eventually be removed -- This is intended for use by Module:Exchange -- local p = {} -- imports local exchange = require( 'Module:Exchange/Sandbox' ) local excgdata = require( 'Module:ExchangeData' )._main local round = require( 'Module:Number' )._round local timeago = require( 'Module:TimeAgo' )._ago local yesno = require( 'Module:Yesn..."
- 01:1201:12, 17 October 2024 diff hist +20 N Module:ExchangeDefault/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +13,013 N Module:ExchangeDefault Created page with "-- <pre> -- Default view for {{ExchangeItem}} for use on Exchange ns mw.pages -- -- Use of this via #invoke is deprecated and will eventually be removed -- This is intended for use by Module:Exchange -- local p = {} -- imports local exchange = require( 'Module:Exchange' ) local excgdata = require( 'Module:ExchangeData' )._main local round = require( 'Module:Number' )._round local timeago = require( 'Module:TimeAgo' )._ago local yesno = require( 'Module:Yesno' ) fu..."
- 01:1201:12, 17 October 2024 diff hist +20 N Module:ExchangeData/doc Created page with "{{No documentation}}" current
- 01:1201:12, 17 October 2024 diff hist +9 Module:ExchangeData No edit summary Tag: Reverted
- 01:1201:12, 17 October 2024 diff hist +24 N Module:Equipment Comparison Created page with "-- <nowiki> local p = {}" current
- 01:1201:12, 17 October 2024 diff hist +7,247 N Module:EmberFantasy/sandbox/Slottable Created page with "-- <pre> require('Module:Mw.html extension') local p = {} local format = require('Module:Format equipment stat').format --for formatting the stats with + and - symbols on output local p2pIcon = 'frameless|link=Pay-to-play' --these icons are for the later members/f2p stars local f2pIcon = 'frameless|link=Free-to-play' local stats = {'astab', 'aslash', 'acrush', 'amagic', 'arange', 'dstab', 'dslash', 'dcrush', 'dm..."
- 01:1101:11, 17 October 2024 diff hist +23,263 Module:BoostedDropsLine/Sandbox No edit summary Tags: Manual revert Reverted
- 01:1101:11, 17 October 2024 diff hist −23,263 Module:BoostedDropsLine/Sandbox No edit summary Tags: Manual revert Reverted
- 01:1101:11, 17 October 2024 diff hist +22 N MediaWiki:Wikieditor-toolbar-help-content-heading5-syntax Created page with "=====Heading text=====" current
- 01:1101:11, 17 October 2024 diff hist +20 N MediaWiki:Wikieditor-toolbar-help-content-heading4-syntax Created page with "====Heading text====" current
- 01:1101:11, 17 October 2024 diff hist +18 N MediaWiki:Wikieditor-toolbar-help-content-heading3-syntax Created page with "===Heading text===" current
- 01:1101:11, 17 October 2024 diff hist +16 N MediaWiki:Wikieditor-toolbar-help-content-heading2-syntax Created page with "==Heading text==" current
- 01:1101:11, 17 October 2024 diff hist +1,172 N MediaWiki:Welcome-message-user Created page with " {| class="messagebox" style="width:85%; padding:5px; padding-right:1px" |75px|center|link= |- |Hello, '''Welcome-message-user''', and welcome to the '''Old School RuneScape Wiki'''! We're happy to see new editors making contributions. Here are some links you may find helpful: |- | *A list of policies on our wiki *Image policy guidelines *Editing style guide *Sp..."
- 01:1101:11, 17 October 2024 diff hist +294 N MediaWiki:Weirdgloop-mobile-frontend-copyright Created page with "Content on this site is licensed under $1; <a href="https://meta.weirdgloop.org/w/Project:Copyrights">additional terms apply</a>. <br /><i>RuneScape</i> and <i>RuneScape Old School</i> are the trademarks of <a href="http://jagex.com">Jagex Limited</a> and are used with the permission of Jagex." current
- 01:1101:11, 17 October 2024 diff hist +294 N MediaWiki:Weirdgloop-copyright Created page with "Content on this site is licensed under $1; <a href="https://meta.weirdgloop.org/w/Project:Copyrights">additional terms apply</a>. <br /><i>RuneScape</i> and <i>RuneScape Old School</i> are the trademarks of <a href="http://jagex.com">Jagex Limited</a> and are used with the permission of Jagex." current
- 01:1101:11, 17 October 2024 diff hist +35 N MediaWiki:Visualeditor-wikitext-warning-link Created page with "rsw:Help:Editing/Source mode basics" current
- 01:1101:11, 17 October 2024 diff hist +31 N MediaWiki:Visualeditor-welcomedialog-title Created page with "{{GENDER:$1|Welcome}} to the $2" current
- 01:1101:11, 17 October 2024 diff hist +132 N MediaWiki:Visualeditor-template-tools-definition.json Created page with "{ "citationNeeded": [ { "title": [ "Fact", "Citation needed" ], "params": { "encapsulate": "1" } } ] }" current
- 01:1101:11, 17 October 2024 diff hist +25 N MediaWiki:Visualeditor-preference-betatempdisable Created page with "Disable the visual editor" current
- 01:1101:11, 17 October 2024 diff hist +36 N MediaWiki:Visualeditor-help-link Created page with "rsw:Help:Editing/VisualEditor basics" current
- 01:1101:11, 17 October 2024 diff hist +7 N MediaWiki:Visualeditor-cite-tool-name-twitter Created page with "Twitter" current
- 01:1101:11, 17 October 2024 diff hist +8 N MediaWiki:Visualeditor-cite-tool-name-news Created page with "Newspost" current
- 01:1101:11, 17 October 2024 diff hist +171 N MediaWiki:Visualeditor-cite-tool-definition.json Created page with "[ { "name": "twitter", "icon": "ref-cite-web", "template": "PlainCiteTwitter" }, { "name": "news", "icon": "ref-cite-news", "template": "PlainCiteNews" } ]" current
- 01:1101:11, 17 October 2024 diff hist +2,530 N MediaWiki:Vector.less/vectortabs.less Created page with ":root { // for more granular control for dark mode --vector-tab-background: var(--body-background-color); --vector-tab-background--hover: var(--body-mid); --vector-tab-link-color: var(--background-link-color); // uses --background-link-color (#52351e) --watch-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='transparent' stroke='%2352351e' stroke-width='.8' d='m8.1 1.1 2.2 4.5 4.8.7-3.5 3.4.9 4.8L8 12.2l..." current
- 01:1101:11, 17 October 2024 diff hist +1,441 N MediaWiki:Vector.less/vectorsidebar.less Created page with "// sidebar #mw-panel { padding-top: 2.5em; } // sidebar links div#mw-panel .vector-menu-portal { .vector-menu-heading { color: var(--background-text-color); font-weight: bold; background: none; } .vector-menu-content li { a, a:visited { color: var(--background-link-color); } } } // logo #p-logo { filter: drop-shadow(0 2px 5px rgba(0,0,0,.25)); margin: -1.5em 0 0; } →[[Forum:Add a better Discord link to the sidebar]]: #n-Discord a { color: @..."
- 01:1101:11, 17 October 2024 diff hist +2,054 N MediaWiki:Vector.less/vectorsearch.less Created page with ":root { // use --text-color (#000) --searchbutton-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M12.2 13.6a7 7 0 1 1 1.4-1.4l5.4 5.4-1.4 1.4zM3 8a5 5 0 1 0 10 0A5 5 0 0 0 3 8z'/%3E%3C/svg%3E"); } →* * codex version of search box (ported from vector-2022): .vector-search-box { font-size: 0.8125em; // 12px, default is .8em min-width: unset; // is 20em, guarantees tab..." current
- 01:1101:11, 17 October 2024 diff hist +1,353 N MediaWiki:Vector.less/vectormenu.less Created page with ":root { --personal-links-bg: var(--body-main); // --background-text-color (#444) fill --arrow-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23444'/%3E%3C/svg%3E"); } .vector-menu-dropdown { .vector-menu-heading { background-color: var(--vector-tab-background); padding: 1em 0.75em 0.6923em; // 0.6923em is roug..." current
- 01:1101:11, 17 October 2024 diff hist +828 N MediaWiki:Vector.less/vectorfooter.less Created page with "→:root { --footer-license-small: ; --footer-license: ; --footer-wgl-small: ; --footer-wgl: ; }: /* // Replacing footer icons. // License icon #footer-copyrightico { img { display: none; } a:before { background: var(--footer-license-small); background-size: 88px; content: ""; width: 88px; height: 31px; display: inline-block; @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { background-image: var(--footer-license); } }..." current
- 01:1101:11, 17 October 2024 diff hist +819 N MediaWiki:Vector.less/transcripts.less Created page with "→=========================== Transcript lists ===========================: .ns-120 .mw-parser-output, .transcript { // no left-margin for the outermost list, because that already gets extra padding without an alignment marker. > ul { margin: 5px 0 0 0; // make margins for ul and ol consistent for indented lists ul, ol { margin: 5px 0 0 15px; } // need to exclude TOC &, ul, ol { list-style: none; // alignment markers for each of the lists..." current
- 01:1101:11, 17 October 2024 diff hist +1,223 N MediaWiki:Vector.less/toc.less Created page with "→======================== [[Template:ToC]] ========================: :root { --toc-bg: @BODY_LIGHT; --toc-title-bg: @infobox-header-color; --toc-border-color: @infobox-border-color; --toc-list-border-color: @infobox-border-color; } .toc { font-size: .9em; background: var(--toc-bg); margin-top: 1em; padding: 0; border-color: var(--toc-border-color); box-shadow: @box-shadow; clear: left; .toctitle { background: var(--toc-title-bg); paddi..." current
- 01:1101:11, 17 October 2024 diff hist +854 N MediaWiki:Vector.less/thumb.less Created page with "→------------------------- PARSOID image thumbnails -------------------------: // old classes are here for legacy reasons figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'], div.thumbinner { border: none; background-color: var(--thumb-bg); } figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element, figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element, .thumbimage { border: none; background: var(--thumb-bg); margin..." current
- 01:1101:11, 17 October 2024 diff hist +7,103 N MediaWiki:Vector.less/sourceeditor.less Created page with "→============================= Source editor ==============================: // repurposed from MediaWiki:Vector-darkmode.less/sourceeditor.less // Add border to top and middle boxes .wikiEditor-ui { .wikiEditor-ui-view, .wikiEditor-ui-top { border-color: var(--sourceeditor-border); } } // Toolbar: Very first bar at the top .wikiEditor-ui-toolbar { background-color: var(--sourceeditor-background); /* comment out until we figure out a de..." current
- 01:1101:11, 17 October 2024 diff hist +1,186 N MediaWiki:Vector.less/rcsidebar.less Created page with "→=================== Recent changes widget ===================: #p-Recent_changes { display: block; .vector-menu-content { display: none; } .vector-menu-heading:after { // Green "live" dot content: ''; position: relative; left: .5em; display: inline-block; background-color: saturate(@la-palma, 4%); width: 6px; height: 6px; border-radius: @border-radius-circle; } .rc-sidebar-item { position: relative; font-size: 0.75em; m..." current
- 01:1101:11, 17 October 2024 diff hist +231 N MediaWiki:Vector.less/nodesktop.less Created page with "→============= This class is the desktop equivalent of the "nomobile" class. Any element with class="nodesktop" will be hidden on desktop but not on mobile. =============: .nodesktop { display: none; }" current
- 01:1101:11, 17 October 2024 diff hist +2,586 N MediaWiki:Vector.less/navbox.less Created page with "→=========================== [[Template:Navbox]] ===========================: :root { --navbox-background: @BODY_LIGHT; --navbox-border: @BODY_DARK; --navbox-title-background: @BODY_DARK; --navbox-footer-background: @BODY_DARK; --navbox-group-title-background: @BODY_MID; } .navbox { font-size: .85em; background: var(--navbox-background); border-collapse: collapse; margin: 1em auto 0; // 0 as .catlinks has margin already + navboxes are expected to..." current
- 01:1101:11, 17 October 2024 diff hist +1,221 N MediaWiki:Vector.less/jqueryui.less Created page with "→* * jQuery UI stuff - slowly getting replaced with OOUI * current known uses are in: * * search&replace/file/link insertion modal in source editor * * Lua error popup: .ui-widget-overlay { background: var(--ooui-window-background); } .ui-dialog, .ui-widget-content { background-color: var(--body-light); border-color: var(--body-border); background-image: none; color: var(--text-color); .ui-dialog-titlebar.ui-widget-header { background-image: none !imp..." current
- 01:1101:11, 17 October 2024 diff hist +1,712 N MediaWiki:Vector.less/interface.less Created page with "→== miscellaneous vector elements ==: :root { --external-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23936039' d='M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16L6 1Z M2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E"); } // external links icon .mw-parser-output a.external { // using vector-2022 new icon background-image: var(--external-icon); // 12p..." current
- 01:1101:11, 17 October 2024 diff hist +5,764 N MediaWiki:Vector.less/infobox.less Created page with "→==================== infoboxes ====================: .infobox { background: @infobox-background; border: 1px solid @infobox-border-color; font-size: .85em; width: 300px; // fixed size so image always fills entire width margin: .5em 0 1em 1em; border-collapse: collapse; box-shadow: @box-shadow; float: right; table-layout: fixed; word-break: break-word; .infobox-header { color: var(--infobox-text-color);..." current
- 01:1101:11, 17 October 2024 diff hist +1,951 N MediaWiki:Vector.less/elements.less Created page with "→=================== Page elements ===================: :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"); // change fill to #000 } →-------------------- body --------------------: // Prevent weird font scaling in Safari - is also in minerva html { -webkit-tex..." current