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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 19:16, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-falseSubpage.js (Created page with "* * Hides the subpage link on pages that should not be considered subpages - see also Category:Pages with technically restricted titles and Template:Restricted title * @author Gaz Lloyd *: $(function(){ if (!$('.false-subpage').length) return; $('#contentSub .subpages').hide(); })")
- 19:16, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-stickyTableHeaders.css (Created page with "/* keeps table headers stuck to the top of the window, useful for long tables where it normally scrolls offscreen KNOWN PROBLEMS - borders disappear due to browser implementation issue (https://bugs.webkit.org/show_bug.cgi?id=128486) - double-row headers only work as long as the first <tr> does not stretch its height, since MediaWiki doesn't support <thead> - Safari makes the th elements in <tfoot> scroll down along with the top, if they are made stick...")
- 19:15, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-equipment.js (Created page with "// Make buttons for Items Kept on Death and Equipment Stats on Template:Equipment clickable, // if equipment stats and buttons are shown. $(function() { $('.equipment-statsbutton, .equipment-ikodbutton').click(function() { var ikod = $(this).parents('.equipment').find('.equipment-ikod'), stats = $(this).parents('.equipment').find('.equipment-stats'); if ($(this).is('.equipment-statsbutton')) { ikod.hide(); stats.show(); } else { stats.hide(); ikod....")
- 19:15, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-musicMap.css (Created page with "path.leaflet-interactive { stroke: #38f; fill: #38f; fill-opacity: 0.3; opacity: 0.75; } path.leaflet-interactive:hover { fill: #16d; } path.leaflet-interactive.unlocked { fill: #6d6; } path.leaflet-interactive.unlocked:hover { fill: #3b3; } path.leaflet-interactive:active { fill-opacity: 0.25; }")
- 19:15, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-musicMap-core.js (Created page with "Music map * Generates an interactive music map that has toggleable polygons on it. Can be used as a 'checklist' to track music track unlock progression. * See Map:Music tracks: var MM = {}; MM.touch = false; MM.getUnlocked = function() { var ls = localStorage.getItem('musicMap-'+mw.config.get('wgPageName')); if (!ls) return []; // map characters back to numbers and convert to var bitstr = Array.prototype.map.call(ls, function(x) { // go through each cha...")
- 19:14, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-musicMap.js (Created page with "// <nowiki> $(function () { if ($("#musicMap").length) { mw.loader.load( 'ext.gadget.musicmap-core' ); } }) // </nowiki>")
- 19:14, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-audioplayer.css (Created page with ".rsw-music-player { height: 2em; vertical-align: middle; } * Styles for Template:Playlist *: #music-playlist { more mobile-friendly instead of static width: width: 90%; max-width: 350px; margin: 0 auto; text-align: center; padding-bottom: 0.5em; border: none; border: 1px solid var(--body-border); background: var(--body-light); } #music-playlist button { margin: 2px 0.5em; } #music-player { margin: 5px;...")
- 19:14, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-audioplayer-core.js (Created page with "$(function() { * Replace audio track links with the audio file when clicked *: function playTrack(e, playlist) { if ($(this).attr('target') == '_blank') { // do not play another track if the link opens in a new tab. return; } e.preventDefault(); var filename = $(e.target).closest('a').attr('href').match(/File:(.*\.ogg)/)[1]; var $audio = $('<audio>').attr({ src: '/w/Special:Redirect?wptype=file&wpvalue=' + filename, autoplay: playlist !== true,...")
- 19:13, 3 October 2022 Jacmob talk contribs created page MediaWiki:Gadget-audioplayer.js (Created page with "// <nowiki> $(function () { if ($( 'a[href^="/w/File:"][href$=".ogg"]' ).length) { mw.loader.load( 'ext.gadget.audioplayer-core' ); } }) // </nowiki>")
- 19:12, 3 October 2022 Jacmob talk contribs created page Near-Reality:Lua/Modules (Created page with "<dpl> namespace = Module resultsheader = ²{Extension DPL scroll¦total=%TOTALPAGES%¦offset={%DPL_offset:0%}¦count={%DPL_count:400%}¦page={{FULLPAGENAME}} }²\n nottitlematch = Exchange/%|Sandbox/% ignorecase = true columns = 3 format = ,\n*%TITLE% </dpl> ==See also== * Special:PrefixIndex/Module:Exchange/ * Special:PrefixIndex/Module:Sandbox/")
- 19:11, 3 October 2022 Jacmob talk contribs created page NR: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><...")
- 19:11, 3 October 2022 Jacmob talk contribs created page Category:Modules (Created page with "All lua modules. Like Category:Templates, modules should not be in this category directly, but instead in one of the subcategories. Category:Old School Near-Reality Wiki community")
- 19:11, 3 October 2022 Jacmob talk contribs created page Category:Helper modules (Created page with "Modules that are designed to be used by other modules. See also Near-Reality:Lua/Helper modules. Category:Modules")
- 19:09, 3 October 2022 Jacmob talk contribs created page Near-Reality: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...")
- 19:09, 3 October 2022 Jacmob talk contribs created page Module: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 Near-Reality:Lua/Helper modules to help produce a dynamic table. <pre> {{Helper module...")
- 19:08, 3 October 2022 Jacmob talk contribs created page Module:Helper module (Created page with "-- <nowiki> -- Helps RuneScape:Lua/Helper modules format its table with dynamic documentation -- See Template:Helper module for documentation and usage 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 = args['fuse'..i] or ''...")
- 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>")