Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of [N8]. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:14, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-fileDownload.js (Created page with " * Adds a download link to file pages * * @author Gaz Lloyd */ (function($, mw){ if (!(mw.config.get('wgNamespaceNumber') === 6 && $('.fullMedia, .filehistory').length >...")
- 22:13, 2 June 2020 Banri 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/CommentsInLocal...")
- 22:12, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-defaultsummaries.js (Created page with "* Modified version of https://en.wikipedia.org/wiki/MediaWiki:Gadget-defaultsummaries.js: ( function ( $, mw ) { // Wrap with anonymous function var $summaryBox = $( '#...")
- 22:10, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-searchfocus.js (Created page with "* * https://en.wikipedia.org/wiki/MediaWiki:Gadget-searchFocus.js *: if ( mw.config.get( 'wgIsMainPage' ) ) { $( function () { $( '#searchInput' ).focus(); } ); }")
- 22:09, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-defaultsummaries (Created page with "'''Default summaries''': Add dropdown menus when editing pages to select pre-defined edit summaries")
- 22:09, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-searchfocus (Created page with "'''Searchfocus''': Automatically focus on the search box when loading the main page")
- 22:08, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-lazyload (Created page with "'''Lazyload''': Loads images and other files on click instead of with the page")
- 22:06, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-relativetime (Created page with "'''RelativeTime''': Automatically make timestamps (e.g in signatures) display relative to your local time")
- 22:05, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-Preload (Created page with "'''Template preloads''': Adds a module for inserting template preloads when editing pages.")
- 22:05, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-LazyQuickTools (Created page with "'''LazyQuickTools''': Be as lazy as you want, nuke a user with the touch of a mouse click!")
- 21:18, 2 June 2020 Banri talk contribs created page Template:Parentitle override/doc (Created page with "{{documentation}} This template is used to override styling of parentheses in page titles. ==Usage== To simply prevent the styling, use: <pre>{{Parentitle override}}</pre> T...")
- 21:17, 2 June 2020 Banri talk contribs created page Template:Parentitle override (Created page with "<span class="no-parenthesis-style"></span>{{#if:{{{1|}}}|{{DISPLAYTITLE:{{{1}}} {{#if:{{{2|}}}|<span class="title-parenthesis">{{{2}}}</span>|}}}}|}}<noinclude>{{/doc}}</noinc...")
- 21:16, 2 June 2020 Banri talk contribs created page Module:Update/doc (Created page with "{{Documentation}}")
- 18:54, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-readableRC (Created page with "'''ReadableRC''': Add a button to Recent Changes that formats the results into columns")
- 18:54, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-readableRC-core.css (Created page with "padding between "Live updates" button and gadget: .gadget-rc-button { margin-left: .5em; } recentchanges container: .gadget-rc-enabled > div { margin-left: -0.5em...")
- 18:54, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-readableRC-core.js (Created page with "// <nowiki> // Formats the rows on Special:RecentChanges where all the information runs together // into three columns (page, diff/byte change, and user links) to make it more...")
- 18:53, 2 June 2020 Banri 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: 14...")
- 18:52, 2 June 2020 Banri 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...")
- 18:51, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-QuickDiff (Created page with "'''NewPage''': Add a "Make new page" link to the sidebar")
- 18:50, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-newPage (Created page with "'''NewPage''': Add a "Make new page" link to the sidebar")
- 18:49, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-newPage.js (Created page with ";(function($, mw, rs){ var $button, $window; function createWindow(modal){ modal.content = new OO.ui.PanelLayout({ padded: true, expanded: false }); var pagenameInput...")
- 10:20, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-readableRC.js (Created page with "// <nowiki> if (mw.config.get('wgPageName') == 'Special:RecentChanges') { mw.loader.load('ext.gadget.readableRC-core'); } // </nowiki>")
- 09:56, 2 June 2020 Banri talk contribs created page File:Section anchor light.png (Category:Icons)
- 09:56, 2 June 2020 Banri talk contribs uploaded File:Section anchor light.png (Category:Icons)
- 09:55, 2 June 2020 Banri talk contribs created page File:Section anchor dark.png (Category:Icons)
- 09:55, 2 June 2020 Banri talk contribs uploaded File:Section anchor dark.png (Category:Icons)
- 09:51, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-sectionAnchors.css (Created page with "/** * Vector HeadAnchors * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-vector-headanchor.css * * @license http://krinkle.mit-license.org/ * @author Timo Tijho...")
- 09:51, 2 June 2020 Banri 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...")
- 09:50, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-sectionAnchors (Created page with "'''SectionAnchors''': Add a clickable anchor link to the left when hovering over a section heading")
- 09:24, 2 June 2020 Banri talk contribs created page Black Ice Shards/Size (Created page with "{| class="wikitable" |- style="background-color: #6fe300;" | '''S''' |}")
- 09:19, 2 June 2020 Banri talk contribs created page Template:Plinksized/doc (Created page with "{{Documentation}} This template creates an image and links it to the page as well as including text as well as resizing it to the given size in pixels. This is a variation of...")
- 09:13, 2 June 2020 Banri talk contribs created page Template:Plinksized (Created page with "<includeonly>[[File:{{{pic|{{{1}}}}}}.png|link={{{1}}}{{#if:{{{size|}}}|{{!}}{{{size}}}px}}|alt={{{1}}}.png: Inventory image of {{{1}}}]] [[{{{1}}}|{{{txt|{{{1}}}}}}]]{{#...")
- 08:57, 2 June 2020 Banri talk contribs moved page Template:Infobox Items/doc to Template:Infobox Item/doc
- 08:57, 2 June 2020 Banri talk contribs moved page Template:Infobox Items to Template:Infobox Item
- 08:52, 2 June 2020 Banri talk contribs created page Template:Infobox Items/doc (Created page with "{{documentation}} {{clear}} ==Documentation== ===Usage=== <pre>{{Infobox Item |name = The item name |image = A item image | }}</pre> <includeonly>Category:Infobox templates...")
- 08:50, 2 June 2020 Banri talk contribs moved page Template:Infobox Item to Template:Infobox Items without leaving a redirect
- 08:49, 2 June 2020 Banri talk contribs created page Template:Infobox Item (Created page with "{| class="gsw-infobox plainlinks {{parentitle|{{{name}}}}}" id="infobox-city" cellpadding="0" cellspacing="0" | class="infobox-image" colspan="2" | {{#if:{{{image|}}}|{{clean...")
- 08:29, 2 June 2020 Banri talk contribs created page MediaWiki:Gadget-Username.js (Created page with "* * Script for [[Template:USERNAME]]: global jQuery, mediaWiki: (function ($, mw) { 'use strict'; $(function () { var rsn = localStorage.getItem('rsn'); va...")
- 08:28, 2 June 2020 Banri talk contribs created page Template:USERNAME/doc (Created page with "{{documentation}} __NOEDITSECTION__ {{t|USERNAME}} displays the username of the user viewing the page. It relies on MediaWiki:Gadget-Username.js. If the user is not logg...")
- 08:26, 2 June 2020 Banri talk contribs created page Template:USERNAME (Created page with "<span class="{{{type|insertusername}}}">{{{1|<insert name here>}}}</span><noinclude>{{/doc}}</noinclude>")
- 08:25, 2 June 2020 Banri talk contribs created page GSWiki:Template policy/Personal templates (Created page with "{{Shortcut|RS:PT}} {{nutshell|Customised templates created by users, with the exception of userboxes, should be in the userspace.}} Many users wish to use templates to add a...")
- 08:19, 2 June 2020 Banri talk contribs created page GSWiki:Template policy (Created page with "{{shortcut|RS:TPOL}} {{Nutshell|When you create a template, if it's anything more than some static wikicode, document it. Other editors will be less confused.}} Templates ar...")
- 08:10, 2 June 2020 Banri talk contribs created page Template:Sandbox/doc (Created page with "{{Documentation}} This is a sandbox template that you can use to test template transclusion and template documentation. <span style="display:none"...")
- 08:10, 2 June 2020 Banri talk contribs created page Template:Sandbox (Created page with "<noinclude>{{/doc}}</noinclude>")
- 08:07, 2 June 2020 Banri talk contribs created page Help:Template (Created page with "Templates are pages that can be inserted to other pages. To make a template, create a page called Template:''name of template''. In order to insert a template, type <nowiki>{{...")
- 08:03, 2 June 2020 Banri talk contribs created page Template:Purge/doc (Created page with "{{Documentation}} Place this template on a page that uses any sort of time based parser to display information to allow readers to see up to date information. It includes its...")
- 08:01, 2 June 2020 Banri talk contribs created page Template:Purge (Created page with "<{{{tag|small}}} class="plainlinks {{#if:{{{noinplace|}}}||jsPurgeLink}}" id="res" title="{{{hover|If this information seems incorrect, click here to force an update.}}}">[{{f...")
- 07:58, 2 June 2020 Banri talk contribs created page Template:AnchorText/doc (Created page with "{{Documentation}} The templates {{Tl|Anchor}} and {{T|AnchorText}} create anchors on a page. These can be used as the target for links in the format <nowiki>Page name#Ancho...")
- 07:58, 2 June 2020 Banri talk contribs created page Template:AnchorText (Created page with "<span class="wgl-anchor" id="{{{2|{{{1}}}}}}">{{{1}}}</span><noinclude>{{/doc}}</noinclude>")
- 07:57, 2 June 2020 Banri talk contribs created page Template:SpoilerNotice (Redirected page to Template:ASpoiler) Tag: New redirect