dev

This script/stylesheet is for PERSONAL use only!

You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js, MediaWiki:Fandomdesktop.css, or MediaWiki:FandomMobile.css), as it would violate Fandom's Terms of Use.
(See the customization policy)

LinkThumb, hizmetlilerin resmini kontrol etmek için her bir bağlantıyı açmak zorunda kalmadan dosya bağlantıları listesini hızla gözden geçirmelerine yardımcı olan küçük bir dosya yönetim aracıdır. Anarşist dosya adlarına sahip vikilerde kullanışlıdır.

Küçük resim 200 piksel genişliğindedir ve ekranın sol alt köşesinde görüntülenir. Sönmeden önce iki saniye görüntülenir.

Betik her ortam türünü destekler, ancak dosya görüntülenemiyorsa (örneğin *.ico ve *.ogg dosyaları olarak), bir tür simgesi gösterecektir.

Installation

Configuration

LinkThumb yapılandırılabilir. Bu amaçla window.linkThumbConfig nesnesini üç seçenekle kullanabilirsiniz:

Yapılandırma nesnesi, betiği içe aktarma ifadesinin üzerinde olmalıdır. Örnek bir yapılandırma olarak sonraki kodu kullanabilirsiniz:

window.linkThumbConfig = {
    width: 300,
    closeTimeout: 2500,
    requestTimeout: 1000
}

Değişiklik günlüğü

V0.1
Script launched.
V0.2
Added handling of failed and nonexistent requests.
API query now resolve redirects. Script now works with File: redirects.
Fixed script not working on titles with Unicode characters.
V0.3
The script is UCP compatible now.
User can configure script using the window.linkThumbConfig object.
The script now can be used on non-English wikis and can be translated to other languages.