Category:JavaScript ile pasajlar

From mediawiki.org
This page is a translated version of the page Template:Snippets with JavaScript header and the translation is 67% complete.
Outdated translations are marked like this.

Nasıl kullanılır

Bu pasajları herhangi bir kaynak yükleyici modülünde kullanabilirsiniz. Bu, çekirdek tarafından oluşturulanları (viki sayfalarından oluşturulan site ve user modülleri gibi) ve uzantılar içinde olanları içerir.

Bu pasajları sitenize ekleyebileceğiniz yerler için Manual:Interface/JavaScript sayfasına bakın.

Pasajların çoğu, belge hazır olduktan sonra çalıştırıldıklarını varsayar: bu durumlarda, kodunuzda belgeye hazır bir sarmalayıcı bulunduğundan emin olun. Henüz bir hesabınız yoksa, aşağıdakileri kullanın:

$( function ()  {
	// Paste snippet here.
	// Paste as many as you like, only one "$( function () { ... } );" wrapper is needed!
} );
If the snippet processes the content part of wiki pages (the #mw-content-text element), you should use the 'wikipage.content' hook instead to make the snippet work after the page is updated asynchronously. See Gadget kitchen#Running code on page load for details.