User

Difference between revisions of "Elfix/common.js"

(Created page with "// Modules loader, conditional // Sound library if(/^User:Elfix\/LinguaLibre:Explore_the_sound_library(\/[a-z_-]+)?$/.test( mw.config.get( 'wgPageName' ) ) ) { mw.loader.load...")
 
(No difference)

Latest revision as of 18:22, 3 August 2022

// Modules loader, conditional
// Sound library
if(/^User:Elfix\/LinguaLibre:Explore_the_sound_library(\/[a-z_-]+)?$/.test( mw.config.get( 'wgPageName' ) ) ) {
	mw.loader.load( '/index.php?title=User:Elfix/MediaWiki:SoundLibrary.js&action=raw&ctype=text/javascript');
}