All public logs

Jump to navigation Jump to search

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

Logs
  • 12:49, 7 May 2024 TERMSOFSERVICE talk contribs created page MediaWiki:Gadget-sound.js (Created page with "mw.hook('wikipage.content').add(function ($content) { var i18n = { playTitle: 'Click to play', stopTitle: 'Click to stop', }; var $sound = $content.find('.sound'); $sound.prop('title', i18n.playTitle); // for MW 1.40 $sound.each(function(){ if($(this).find("audio").attr("disabled")){ var $audio = $(this).find("audio"); var mwtitle = $audio.attr("data-mwtitle"); getInfo( mwtitle ).then( function( info ){ var attr = {}; if( !info ) { at...")