Jump to content
MediaWiki

Extension:DiscussionTools

From mediawiki.org
This page is a translated version of the page Extension:DiscussionTools and the translation is 22% complete.
Outdated translations are marked like this.
MediaWiki manüel uzantıları
DiscussionTools
Sürüm durumu: kararlı
Uygulama Kullanıcı arayüzü
Açıklama Tartışma sayfalarını geliştirmek için araçlar
Yazar(lar) Wikimedia Düzenleme ekibi
En son sürüm güncellemeler devam etmekte
Uyumluluk politikası MediaWiki ile birlikte anlık görüntüler yayımlanır. Master geriye dönük olarak uyumlu değil.
Veritabanı değişiklikleri Evet
Tablolar discussiontools_items
discussiontools_item_ids
discussiontools_item_pages
discussiontools_item_revisions
discussiontools_subscription
Lisans MIT Lisansı
İndir
Yardım Help:DiscussionTools
  • $wgDiscussionToolsReplyIndentation
  • $wgDiscussionToolsBeta
  • $wgDiscussionTools_visualenhancements
  • $wgDiscussionToolsEnablePermalinksBackend
  • $wgDiscussionToolsEnableThanks
  • $wgDiscussionToolsTimestampFormatSwitchTime
  • $wgDiscussionToolsShowFeedbackLinks
  • $wgDiscussionToolsTalkPageParserCacheExpiry
  • $wgDiscussionTools_visualenhancements_pageframe
  • $wgDiscussionToolsAutoTopicSubEditor
  • $wgDiscussionToolsConflictingGadgetName
  • $wgDiscussionTools_visualenhancements_reply
  • $wgDiscussionToolsEnablePermalinksFrontend
  • $wgDiscussionTools_visualenhancements_reply_icon_languages
DiscussionTools uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

Discussion Tools uzantısı, tartışma sayfalarını geliştirmek için yakında çıkacak bir araç setidir. 2020, Düzenleme ekibi tarafından tartışma sayfaları projesinin bir parçası olarak kurulmaktadır.

Kullanıcı belgelendirmesi Help:DiscussionTools sayfasındadır.

Some features can be disabled on individual pages and sections as described at Help:DiscussionTools/Magic words and markup .

Özellikler

Bağımlılıklar

Optional dependencies

Kurulum

This extension comes with MediaWiki 1.40 and later, so you do not need to download it. The remaining configuration instructions must still be followed.
  • Install the dependencies.
  • Dosyaları indirin ve extensions/ klasörünüzdeki DiscussionTools adlı dizine yerleştirin.
    Developers and code contributors should install the extension from Git instead, using:
    cdextensions/
    gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
    
  • LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
    wfLoadExtension( 'DiscussionTools' );
    
  • Bu uzantının ihtiyaç duyduğu gerekli veritabanı tablolarını otomatik olarak oluşturacak betik güncelleme komutunu çalıştırın.
  • Ayrıca LocalSettings.php içinde, html5'te bir zaman damgası ve $wgFragmentMode setiniz olduğundan emin olun.
  • Configure as required.
  • Yes Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.

Yapılandırma

Ad ayarlama Varsayılan değer Açıklama Possible values
$wgDiscussionToolsBeta false DiscussionsTools'u bir beta özelliği yapın.
$wgDiscussionTools_visualenhancements 'default' Override availability of DiscussionTools visual enhancements. 'default', 'available', 'unavailable'
$wgDiscussionTools_visualenhancements_pageframe 'default' Override availability of DiscussionTools visual enhancements’ page frame sub-feature. 'default', 'available', 'unavailable'
$wgDiscussionTools_visualenhancements_reply 'default' Override availability of DiscussionTools visual enhancements’ reply buttons sub-feature. 'default', 'available', 'unavailable'
$wgDiscussionTools_visualenhancements_reply_icon_languages { ar: true, zh: true, yue: true, ja: true, nod: true } A dictionary of language codes which will receive an icon in their enhanced reply-button treatment, due to translation being very short. (T323537) Language fallbacks will be checked unless a language is explicitly set to false. (T352289) Normalized language codes are lower case.
$wgDiscussionToolsEnablePermalinksBackend true Enable the permalinks backend (Special:GoToComment). Do not enable this unless the database tables exist.
$wgDiscussionToolsEnablePermalinksFrontend true Enable permalinks frontend features: (1) Convert signature timestamps to comment links. (2) Show notification when the target comment is found on another page.
$wgDiscussionToolsEnableThanks true Show a button to thank individual comments. Requires Extension:Thanks .
$wgDiscussionToolsAutoTopicSubEditor 'any' Editor which triggers automatic topic subscriptions. Either 'discussiontoolsapi' for edits made using DiscussionTools’ API (e.g. reply and new topic tools), or 'any' for any editor.
$wgDiscussionToolsTalkPageParserCacheExpiry 0 Override $wgParserCacheExpireTime for discussion pages, regardless of DiscussionTools enablement.
$wgDiscussionToolsReplyIndentation 'invisible' Reply indentation syntax to use: 'invisible' (use <dl><dd> tags to output : in wikitext) or 'bullet' (use <ul><li> tags to output * in wikitext).
$wgDiscussionToolsShowFeedbackLinks false MW 1.40+ Show "Bu özellikle ilgili geribildirimde bulunun" links in the footer of reply tool and new topic tool.
$wgDiscussionToolsTimestampFormatSwitchTime '2022年07月12日' Date on which the internal timestamp format has changed (T304595), in ISO 8601 format.
$wgDiscussionToolsConflictingGadgetName 'convenientDiscussions' Internal name of the Convenient Discussions gadget, which conflicts with the reply tool. Reply tool will be unavailable when the user has this gadget enabled.

API

Editing

Action Human readable Description Internal?
discussiontoolscompare compare İki sayfa revizyonu arasındaki yorum değişiklikleri hakkında bilgi alın. internal
discussiontoolsedit edit Tartışma sayfasına bir mesaj gönderin.
discussiontoolsfindcomment find comment Bir yorumu kimliğine veya adına göre bulun.
discussiontoolspageinfo page info Tartışma araçlarını başlatmak için gereken meta verileri döndürür. internal
discussiontoolspreview preview Tarışma sayfasındaki bir mesajı önizleyin. internal

Subscriptions

Action Human readable Description Internal?
discussiontoolsgetsubscriptions get subscriptions Belirtilen konuların abonelik durumlarını alın.
discussiontoolssubscribe subscribe Bir konu hakkında bildirim almak için abone ol (ya da abonelikten çık).

Special pages

Integration with other extensions

DiscussionTools can integrate with PlaceNewSection to put the location of where added new topics will begin to be placed.

It can also integrate with AutoModerator to enable community-configured reversion of Machine Language-scored bad edits.

Ayrıca bakınız

Bu uzantı bir veya daha fazla Wikimedia projelerinde kullanılıyor. Bu, muhtemelen uzantının kararlı olduğu ve bu tür yüksek trafikli web siteleri tarafından kullanılacak kadar iyi çalıştığı anlamına gelir. Nerede kurulduğunu görmek için bu uzantının adını Wikimedia'nın CommonSettings.php ve InitialiseSettings.php yapılandırma dosyalarında arayın. Belirli bir vikide yüklü olan uzantılar listesinin tamamı vikinin Special:Version sayfasında görülebilir.
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm.

AltStyle によって変換されたページ (->オリジナル) /