All public logs

Jump to navigation Jump to search

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

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 19:07, 3 October 2022 Jacmob talk contribs created page Module:Enum/doc (Created page with "{{Documentation}} {{Helper module |name = Enum |fname1 = <nowiki>any(enum, [fn], [clone|false])</nowiki> |ftype1 = table, function/nil, boolean/nil |fuse1 = Loops over the array part of <code>enum</code> and passes each element as the first argument to <code>fn</code>. If <code>fn</code> returns <code>true</code> for at least one element then <code>any()</code> returns <code>true</code>, otherwise <code>false</code>. If no function is given <code>function(item) return it...")
  • 19:07, 3 October 2022 Jacmob talk contribs created page Module:Enum (Created page with "-- <nowiki> awawa local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local p = {} function p.all(enum, fn, clone) checkType('Module:Enum.all', 1, enum, 'table') checkType('Module:Enum.all', 2, fn, 'function', true) checkType('Module:Enum.all', 3, clone, 'boolean', true) if clone then enum = mw.clone(enum) end fn = fn or function(item) return item end for _, item in ipairs(enum) do...")
  • 19:07, 3 October 2022 Jacmob talk contribs created page Template:No documentation/doc (Created page with "{{Documentation}} This template should be used when there is no documentation for a Module or Template.")
  • 19:06, 3 October 2022 Jacmob talk contribs created page Template:No documentation (Created page with "<includeonly>{{documentation|Template:No documentation|DependencyList=No}} <span class='plainlinks'>'''This {{PageType}} does not have any documentation.''' Please consider adding documentation at [[{{#replace:{{FULLPAGENAME}}|/doc}}/doc]]. <nowiki>[</nowiki>[{{fullurl:{{#replace:{{FULLPAGENAME}}|/doc}}/doc|action=edit}} edit]<nowiki>]</nowiki></span>{{#If:{{{DependencyList|}}}||{{DependencyList}}}}Category:Pages needing documentation</includeonly><noinclude>{{/doc}}...")
  • 19:06, 3 October 2022 Jacmob talk contribs created page Module:DependencyList/doc (Created page with "{{No documentation}}")
  • 19:05, 3 October 2022 Jacmob talk contribs created page Module:DependencyList (Created page with "-- <nowiki> local p = {} local libraryUtil = require( 'libraryUtil' ) local enum = require( 'Module:Enum' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local tooltip = require( 'Module:Tooltip' ) local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 5 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamicRequireListQueryCache = {} --- Used in case 'require( varName )' is found. Att...")
  • 19:04, 3 October 2022 Jacmob talk contribs deleted page Module:Documentation/doc (content was: "{{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,...", and the only contributor was "Jacmob" (talk))
  • 19:04, 3 October 2022 Jacmob talk contribs created page Module:Documentation/doc (Created page with "{{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 the main template page,...")
  • 19:02, 3 October 2022 Jacmob talk contribs created page Module:Documentation (Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- subpage head...")
  • 18:51, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-sectionAnchors.css (Created page with "* * Vector HeadAnchors * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.css * * Copyright 2013 Timo Tijhof * @license MIT <https://opensource.org/licenses/MIT> * * See also: * https://www.mediawiki.org/wiki/Requests_for_comment/Clickable_section_anchors * https://phabricator.wikimedia.org/T18691: .mw-header { position: relative; /* Disable Vector's `overflow: hidden` because otherwise our negatively positioned anchor won't be...")
  • 18:50, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-sectionAnchors.js (Created page with "* * Vector HeadAnchors * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.js * @revision 2015-03-07 * * @license http://krinkle.mit-license.org/ * @author Timo Tijhof, 2013–2015 * * See also: * https://www.mediawiki.org/wiki/Requests_for_comment/Clickable_section_anchors * https://phabricator.wikimedia.org/T18691: $( function () { if ( mw.config.get('wgIsMainPage') ) { // Don't run on the main page, where we use...")
  • 18:48, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-relativetime.js (Created page with "// Don't load CommentsInLocalTime for namespaces it is disabled for. if ( [-1, 0, 8].indexOf(mw.config.get("wgNamespaceNumber")) === -1 ) { // w:en:User:Mxn/CommentsInLocalTime // en.wikipedia.org/wiki/User:Mxn/CommentsInLocalTime.js /** * Comments in local time * User:Mxn/CommentsInLocalTime * * Adjust timestamps in comment signatures to use easy-to-understand, relative * local time instead of absolute UTC time. * * Inspired by [[Wikipedia:C...")
  • 18:48, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-utcclock.css (Created page with "* * Explicitly set width of the UTC-clock list element, so that we can use a * hidden peer gadget to add space where the clock would go before it loads.: .skin-vector #utcdate { width: 3.275em; * The default margin-left is 0.75em, but set it again here explicitly, so * we can be sure of the exact width.: margin-left: 0.75em; * Account for the larger font size adding 0.1em to height unless padding-top is adjusted by the same amount.: pad...")
  • 18:48, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-utcclock.js (Created page with "* * Adapted from https://www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-UTCLiveClock.js: mw.loader.using( ['mediawiki.util', 'mediawiki.api', 'ext.gadget.skinTogglesNew'] ).then( function () { function padWithZeroes( num ) { // Pad a number with zeroes. The number must be an integer where // 0 <= num < 100. return num < 10 ? '0' + num.toString() : num.toString(); } function showTime( $target ) { var now = new Date(); // Set the time. var hh = now.g...")
  • 18:48, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-skinTogglesMobile.css (Created page with ".mw-ui-icon-portletlink-wgl-darkmode-toggle::before { background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E lightbulb %3C/title%3E%3Cpath fill='%2354595d' d='M8 19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1H8zm9-12a7 7 0 1 0-12 4.9S7 14 7 15v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1c0-1 2-3.1 2-3.1A7 7 0 0 0 17 7z'/%3E%3C/svg%3E"); }")
  • 18:47, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-skinTogglesMobile.js (Created page with "* * Toggles for skin cookies on mobile * * @author JaydenKieran *: ;(function($, mw, rs){ var DARK_COOKIE = 'darkmode', currentDark = $.cookie(DARK_COOKIE) === 'true', darkPortletLink; var self = { init: function () { darkPortletLink = mw.util.addPortletLink( 'p-personal', '#', (currentDark ? 'Light' : 'Dark') + ' mode', 'wgl-darkmode-toggle', 'Toggle ' + (currentDark ? 'light' : 'dark') + ' mode', null, $('a.menu__item-...")
  • 18:46, 3 October 2022 Jacmob talk contribs created page File:Replacement filing cabinet.svg
  • 18:46, 3 October 2022 Jacmob talk contribs uploaded File:Replacement filing cabinet.svg
  • 18:43, 3 October 2022 Jacmob talk contribs created page Template:Archive list (Created page with "<includeonly>{| class="archivelist plainlinks" |{{{image|center|40px|Archives}}} |- !{{{title|Archives}}} |- |{{#dpl: |namespace = {{NAMESPACEE}} |ordermethod = title |order = ascending |skipthispage = false |resultsheader = ²{#vardefine:n¦%PAGES%}²²{#ifeq:²{lc:{{{basepage}}} }²¦yes¦²{#ifeq:²{lc:²{#explode:²{#titleparts:²{FULLPAGENAME}²¦¦-1}²¦¦0}²}²¦archive¦²{#titleparts:²{FULLPAGENAME}²¦-1}²¦ {{{base...")
  • 18:42, 3 October 2022 Jacmob talk contribs created page Talk:Main Page (This is a talk page. Make sure to sign and date your posts by typing four tildes (~~~~) at the end of your message.)
  • 18:40, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-skinToggles-prompt.css (Created page with "* Based on OOUI's *: Prompt: .rsw-color-scheme-prompt { position: absolute; border: 1px solid var(--ooui-interface-border); border-radius: 2px; filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3)); background-color: var(--ooui-interface); display: flex; flex-direction: column; z-index: 100; line-height: 1.42857143em; padding: 0px 12px; width: 300px; box-sizing: border-box; } Arrow (border): .rsw-color-scheme-prompt:before { content: ''; position: ab...")
  • 18:40, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-skinTogglesNew-prompt.js (Created page with "* * Prompts that dark mode color scheme is available. * * @author Elessar2 * @author Gaz Lloyd * @author JaydenKieran * @author TehKittyCat * * Positioning logic adapted from MediaWiki:Gadget-rsnews.js.: var $portletLink = $('#pt-skin-toggles'), $prompt function init() { $prompt = $('<div>').addClass('rsw-color-scheme-prompt').css( 'display', 'none' ).append( $('<p>').css({ 'font-size': '0.75em' }).html('Your device...")
  • 18:31, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-skinToggles.css (Created page with "<pre>: #pt-skin-toggles .oo-ui-icon-advanced { width: 15px; min-width: 15px; height: 14px; background-size: 14px; display: block; background-repeat: no-repeat; background-image is in vector.css: opacity: 1; margin-bottom: -2px; } .rsw-skin-toggle-popup .oo-ui-window-frame { width: 440px !important; } .rsw-skin-toggle-popup .appearance-modal { background-color: var(--body-main); border-color: var(--body-border);...")
  • 18:28, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-skinTogglesNew.js (Created page with "* * Toggles for skin cookies * * @author Gaz Lloyd * @author JaydenKieran *: ;(function($, mw, rs){ var READER_COOKIE = 'readermode', DARK_COOKIE = 'darkmode', DARK_COOKIE_CONDITIONAL = 'darkmode_conditional', STICKY_HEADER_COOKIE = 'stickyheader', FLOORNUMBER_LS = 'floornumber_display', currentReader = $.cookie(READER_COOKIE) === 'true', currentDark = $.cookie(DARK_COOKIE) === 'true', currentDarkConditional = $.cookie(DARK_COOKIE_CONDITIONAL)...")
  • 18:28, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-code-snippets.js (Created page with "*<nowiki> * Gadget that loads a couple of snippets for easier access to commonly copy/pasted templates and sections * Authors: ** Joeytje50: $(function() { var today = new Date().toLocaleString('en-GB', {day: 'numeric', month: 'long', year: 'numeric', timeZone: 'UTC'}); var pagename = mw.config.get('wgTitle'); var preloadMsgs = [ 'NPC', 'equipment', 'item', 'location', 'monster', 'scenery', 'shop', //'navbox', //'navbox-oneline', //'navbox...")
  • 18:28, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-editCount.js (Created page with "* * Adds total edit count on User, User talk and Contributions as a PortletLink * @author Jr_Mime: if (mw.config.get('wgNamespaceNumber') === 2 || mw.config.get('wgNamespaceNumber') === 3 || mw.config.get("wgCanonicalSpecialPageName") == "Contributions") { $(function () { var user = mw.config.get('wgRelevantUserName'); mw.util.addPortletLink( 'p-namespaces', mw.util.getUrl('Special:EditCount/' + user), '.. edits', 'ca-nstab-editcount', 'Click...")
  • 18:27, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-contributions.js (Created page with "* * Adds a contribution link on User, User talk and Contributions as a PortletLink * @author Jr_Mime: if (mw.config.get('wgNamespaceNumber') === 2 || mw.config.get('wgNamespaceNumber') === 3) { $(function () { mw.util.addPortletLink( 'p-namespaces', mw.util.getUrl('Special:Contributions/' + mw.config.get('wgRelevantUserName')), 'Contributions', 'ca-nstab-contributions', 'Click to open the user\'s contributions' ); }); }")
  • 18:27, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-autowelcome.js (Created page with "/** * autowelcome.js - from https://runescape.wiki/w/User:Quarenon/autowelcome.js * * Automatically insert the welcome notice code when editing a new user talk page. * * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope th...")
  • 18:26, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-scribunto-console.js (Created page with "$(function () { if ($('#mw-scribunto-console').length) { mw.loader.load('ext.gadget.scribunto-console-core') } })")
  • 18:26, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-table-csv.js (Created page with "$(function () { function cellToString(cell) { var $cell = $(cell).clone(); $cell.find('a').replaceWith(function(){ var $e = $(this); if ($e.text() === '') { //the handles normal linked images return $e.attr('title'); } return $e.text(); }); $cell.find('img').replaceWith(function(){ //any extra images without a link return $(this).attr('alt') }) return '"\''+$cell.text().trim()+'"'; } function sanitisePagename() { var pn = mw.config.g...")
  • 18:26, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-ezcopy.css (Created page with ".rsw-ezcopy-container { display: inline-block; font-family: 'IBM Plex Sans','Helvetica Neue','Arial',sans-serif; margin-left: 0.2em; user-select: none; } .rsw-ezcopy-container .rsw-ezcopy-button { display: inline-block; height: 2em; width: 4em; vertical-align: middle; text-align: center; font-size: 0.4em; border: 2px solid var(--body-border); background: var(--body-dark); font-weight: normal; cursor: pointer; line-height: 1em; } .rsw-ezcopy-...")
  • 18:25, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-ezcopy.js (Created page with "$(function () { function try_copy(x, $el) { var txt = document.createElement('textarea'), $txt = $(txt); $txt.text(x).css({ position: 'fixed', top: 0, left: 0, width: '2em', heigh: '2em', padding: 0, border: 'none', outline: 'none', boxShadow: 'none', background: 'transparent' }).appendTo('body'); txt.select(); try { document.execCommand('copy'); //mw.notify('Copied "'+x+'" to the clipboard', {tag: 'ezcopy'}); $el.addClas...")
  • 18:25, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-oswf-core.js (Created page with "var showText = 'Get started with this task', hideText = 'Hide additional info', showTitle = 'Show the guidance for this task', hideTitle = 'Hide the guidance for this task'; function init() { $('.oswf-guidance').each(function(i,e){ var $this = $(e), $content, toggleButton, showing = false; $content = $('<div>').append($this.contents()); $content.hide(); toggleButton = new OO.ui.ButtonWidget({ icon: 'expand', title: showTitle, label: showTex...")
  • 18:25, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-oswf.js (Created page with "// <nowiki> $(function () { if ( $('.oswf-guidance').length ) { mw.loader.load( 'ext.gadget.oswf-core' ); } }) // </nowiki>")
  • 18:25, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-Message-names.js (Created page with "* Add a toolboox link to display the current page with MediaWiki message names replacing their text * Adapted from https://en.wikipedia.org/wiki/MediaWiki:Gadget-ShowMessageNames.js: $(function() { mw.util.addPortletLink( 'p-tb', location.href.replace( location.hash, '' ) + ( location.search ? '&' : '?' ) + 'uselang=qqx', 'Message names', 't-messagenames', 'Display the current page with MediaWiki message names replacing their text' ); });")
  • 18:24, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-QDmodal.css (Created page with "CSS for MediaWiki:Gadget-QDmodal.js: .qdmodal-no-scroll { overflow: hidden; } .qdmodal-container { background-color: hsla(0, 0%, 0%, 0.4); font-size: 14px; line-height: 22px; display: flex; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 101; #p-personal has z-index of 100: } .qdmodal { color: #36414f; background-color: #e2dbc8;...")
  • 18:24, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-QuickDiff.js (Created page with "<nowiki> QuickDiff - quickly view any diff link Modified to remove Wikia-specific i18n code, relies on MediaWiki:Gadget-QDmodal.js @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QuickDiff> @source <https://dev.fandom.com/wiki/MediaWiki:QuickDiff/code.js>: jslint browser, long: global jQuery, mediaWiki, dev: $(function () { "use strict"; // double-run protection if (window.quickDiffLoaded) { return...")
  • 18:24, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-QDmodal.js (Created page with "<nowiki> QDmodal - flexbox-based modal library CSS located at MediaWiki:Gadget-QDmodal.css @author OneTwoThreeFall @source <https://dev.fandom.com/wiki/QDmodal> @source <https://dev.fandom.com/wiki/MediaWiki:QDmodal.js>: jslint browser, long, this: global jQuery, mediaWiki: $(function () { "use strict"; var version = 20180212; if (mw.libs.QDmodal && mw.libs.QDmodal.version >= version) { return; } var...")
  • 18:23, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-LazyAdminTools-core.js (Created page with "// LazyAdminTools: easy delete, rollback, and block buttons for admins // @author Jr Mime // @author Iiii_I_I_I $(function () { if (mw.config.get("wgCanonicalSpecialPageName") != "Contributions") return; var username = mw.config.get("wgPageName").split("/")[1], lazyAdminTools = {}; // Fieldset maker lazyAdminTools.init = function () { var blockSection = new OO.ui.ActionFieldLayout( new OO.ui.ComboBoxInputWidget({...")
  • 18:22, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-LazyAdminTools.js (Created page with "// <nowiki> if (mw.config.get('wgCanonicalSpecialPageName') == 'Contributions') { mw.loader.load('ext.gadget.LazyAdminTools-core') } // </nowiki>")
  • 18:22, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-batchupload.js (Created page with "$(function(){ mw.util.addPortletLink( 'p-tb', '/w/RuneScape:Batch_Upload', 'Batch upload', 'pt-batch-upload', 'Upload many images at once', null, null ); });")
  • 18:22, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-ReferenceTooltips.css (Created page with "See mw:Reference Tooltips * Original source: https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.css * with modifications: .rt-tooltip { position: absolute; z-index: 100; max-width: 350px; background: var(--body-light); color: var(--text-color); font-size: 0.8125em; line-height: 1.5em; border: 1px solid var(--body-border); border-radius: 2px; box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3); overflow-wrap: break-word; } .rt-tooltip....")
  • 18:21, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-ReferenceTooltips.js (Created page with "// See mw:Reference Tooltips // Source: https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js $( function () { // wiki settings var REF_LINK_SELECTOR = '.reference, a[href^="#CITEREF"]', COMMENTED_TEXT_CLASS = 'rt-commentedText', COMMENTED_TEXT_SELECTOR = ( COMMENTED_TEXT_CLASS ? '.' + COMMENTED_TEXT_CLASS + ', ' : '') + 'abbr[title]'; if ( !['', 'RuneScape'].includes(mw.config.get('wgCanonicalNamespace')) || $( REF_LINK_SELECTOR + ', ' + COMM...")
  • 18:21, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-purge.js (Created page with "$(function () { function purgePage(e) { mw.notify("The page is now purging and will refresh when it is ready.", { title: 'Purging', tag: 'purge', autoHide: false }); (new mw.Api()).post({ action: 'purge', titles: mw.config.get('wgPageName') }).then(function(){ window.location.reload(); }, function(){ var uri = new mw.Uri(); uri.query.action = 'purge'; mw.notify($.parseHTML('Purging the page failed. Please try again or <a href="'+uri.toString()+...")
  • 18:21, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-hotcat.js (Created page with "This imports the latest version of HotCat from Commons. HotCat is a gadget to make changes to categories much easier. Full documentation can be found at http://commons.wikimedia.org/wiki/Help:Gadget-HotCat: mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );")
  • 18:20, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-navboxToggle.js (Created page with "$(function () { var navtoggle = function () { if ($('.navbox.mw-collapsible').length) { var $arrow = $('<div>') .addClass('mw-ui-icon mw-ui-icon-mf-expand mw-ui-icon-element mw-ui-icon-small indicator mw-ui-icon-flush-left'); var $navigationText = $('<span>') .addClass('mw-headline') .text('Navigation'); var $toggleBar = $('<h2>') .attr('id', 'navbox-fake-collapsible-heading') .addClass('section-heading collapsible-heading') .append($a...")
  • 18:20, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-toplinksDropdown.js (Created page with "* * De-clutters the personal links at the top by collecting them in a dropdown, * opened by hovering over your username - inspired by the Timeless skin * * @author Iiii_I_I_I: $(function() { var $talk = $('#pt-mytalk'), $contris = $('#pt-mycontris'), $watchlist = $('#pt-watchlist'), $prefs = $('#pt-preferences'), $logout = $('#pt-logout'); // new talk page message $('#pt-mytalk .mw-echo-alert').text('Talk'); // c...")
  • 18:19, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-scribunto-console.css (Created page with ".mw-scribunto-console-fieldset .console-control { margin-right: 0.25rem; } .mw-scribunto-console-fieldset input.console-control[type="checkbox"] { margin-left: 0.25rem; }")
  • 18:19, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-scribunto-console-core.js (Created page with "*<nowiki> * Gadget that loads a couple of snippets for the console on module pages * Authors: ** LapOnTheMoon ** Gaz Lloyd * * * The scribunto console is run by ext.scribunto.edit - https://github.com/wikimedia/mediawiki-extensions-Scribunto/blob/master/modules/ext.scribunto.edit.js: const FRAME_TEST = [ "local frame = {}", "function frame.getParent()", " local args = {", " -- Args go here as ['name'] = value,", " }", " return { args = args }",...")
  • 18:18, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-crob.css (Created page with "#crob-img { background: url('images/Crob.gif') no-repeat; background-size: 150px; height: 168px; width: 158px; }")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)