RedirectManagement
< RedirectManagement | tr
Description
Çift ve bozuk yönlendirmeleri otomatik olarak çözer.
Updated
November 21, 2023
English (en) العربية (ar) azərbaycanca (az) беларуская (be) bosanski (bs) català (ca) Deutsch (de) Ελληνικά (el) emiliàn e rumagnòl (eml) español (es) suomi (fi) français (fr) Frysk (fy) galego (gl) हिन्दी (hi) hrvatski (hr) magyar (hu) italiano (it) 日本語 (ja) ქართული (ka) 한국어 (ko) Latina (la) Limburgs (li) молдовеняскэ (mo) Bahasa Melayu (ms) Napulitano (nap) Nederlands (nl) occitan (oc) polski (pl) português (pt) português do Brasil (pt-br) română (ro) русский (ru) slovenčina (sk) српски (ћирилица) (sr-ec) srpski (latinica) (sr-el) Türkçe (tr) українська (uk) val 中文(简体) (zh-hans) 中文(繁體) (zh-hant) 中文(香港) (zh-hk) Translate! [
View ]
RedirectManagement , kullanıcıların
çift yönlendirmeleri ve
bozuk yönlendirmeleri otomatik olarak çözmesine olanak tanır. Herhangi bir kullanıcı çift yönlendirmeleri çözebilirken, bozuk yönlendirmeleri çözmek için personel, SOAP veya hizmetli kullanıcı gruplarından herhangi birinde olmak gerekir.
Not: Çift yönlendirme zincirine sahip vikilerde, bu betik hedef sayfanın zaten bir yönlendirme olup olmadığını kontrol etmediğinden bunlar üzerinde düzgün çalışmayabilir.
Usage
Düğmeler, kullanıcı için hem Special:DoubleRedirects hem de Special:BrokenRedirects sayfalarında görünecek ve bunlardan birine tıklandığında ekrandaki tüm yönlendirmeler çözülecektir.
Installation
Add this to MediaWiki:ImportJS :
dev:RedirectManagement/code.js
importArticles:
Add this JavaScript on your wiki (or add the highlighted text to your existing import statement):
importArticles ({ type : 'script' , articles : [ 'u:dev:MediaWiki:RedirectManagement/code.js' , ] });
Local:
Special:MyPage/common.js
Importing multiple scripts? This quick guide shows how to combine the imports. For personal use, note that personal JS must be enabled for your account. If the script requires configuration through MediaWiki:Common.js for sitewide use, don't forget to contact Fandom Staff to get it enabled on your wiki, if it isn't already enabled.