Jump to content

Extension:CreateRedirect/tr: Difference between revisions

From mediawiki.org
Content deleted Content added
East6 (talk | contribs)
Created page with "Extension:CreateRedirect"
(No difference)

Revision as of 21:08, 12 December 2024

MediaWiki manüel uzantıları
CreateRedirect
Sürüm durumu: kararlı
Uygulama Özel sayfa
Açıklama Adds a special page that eases creation of redirects via a simple form.
Yazar(lar) Marco Zafra, Edward Chernenko
En son sürüm 1.5.1
MediaWiki 1.32+
Veritabanı değişiklikleri Hayır
Lisans GNU Genel Kamu Lisansı 3.0 veya üstü
İndir
Quarterly downloads 15 (Ranked 119th)
Translatewiki.net adresinde mevcutsa, CreateRedirect uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

CreateRedirect is a special page extension that eases creation of redirects. It displays a form that only asks for the origin page and the destination page, and then saves the page. It also adds a menu item to the side "toolbox" menu as a shortcut, and is able to pass through the current article's title through that shortcut to fill in the destination field automatically. It's convenient and great for batch edits!

Installation

  • Dosyaları indirin ve extensions/ klasörünüzdeki CreateRedirect adlı dizine yerleştirin.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CreateRedirect
  • LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
    wfLoadExtension( 'CreateRedirect' );
    
  • Yes Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.
  • The special page itself is accessible through Special:CreateRedirect.

See also

  • Extension:RedirectManager — adds a dialog window to the WikiEditor toolbar, in which to view a list of all redirects to the page being edited as well as add new redirects.