Jump to content

Main public logs

Combined display of all available logs of Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:07, 16 December 2024 DuskFyre talk contribs created page MediaWiki:Gadget-sound.js (Created page with "// jshint jquery:true, esversion:5 globals require, module, mediaWiki, mw, OO Attribution: https://minecraft.wiki/w/MediaWiki:Gadget-sound.js: 'use strict'; mw.hook( 'wikipage.content' ).add( function( $content ) { var i18n = { playTitle: 'Click to play', stopTitle: 'Click to stop', openFilePage: 'Open file page' }; var $contextmenu = $( '#sound-contextmenu' ); $content.find('.sound' ).prop( 'title', i18n.playTitle ).on( 'co...")