Extension:DiscussionTools
Appearance
Outdated translations are marked like this.
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
Ana sayfalar: Talk pages project/Feature summary ve Extension:DiscussionTools/Comparison
Bağımlılıklar
Optional dependencies
- Extension:Echo - Ayrıca konu abonelikleri özelliğini kullanmak istiyorsanız, $1 gereklidir.
- Extension:Thanks - Enables comment thanking.
- Extension:MobileFrontend - Enables mobile support.
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üzdekiDiscussionToolsadlı 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/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.
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 |
|---|---|---|
$wgDiscussionToolsBeta
|
false
|
DiscussionsTools'u bir beta özelliği yapın. |
$wgDiscussionTools_visualenhancements
|
'default'
|
Override availability of DiscussionTools visual enhancements. Possible values: '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.
|
$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 | Description | Internal? |
|---|---|---|
| discussiontoolscompare | İki sayfa revizyonu arasındaki yorum değişiklikleri hakkında bilgi alın. | |
| discussiontoolsedit | Tartışma sayfasına bir mesaj gönderin. | |
| discussiontoolsfindcomment | Bir yorumu kimliğine veya adına göre bulun. | |
| discussiontoolspageinfo | Tartışma araçlarını başlatmak için gereken meta verileri döndürür. | |
| discussiontoolspreview | Tarışma sayfasındaki bir mesajı önizleyin. |
Subscriptions
| Action | Description | Internal? |
|---|---|---|
| discussiontoolsgetsubscriptions | Belirtilen konuların abonelik durumlarını alın. | |
| discussiontoolssubscribe | 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
- Extension:DiscussionTools/How it works – teknik bilgiler
- Convenient Discussions – another tool for discussions, incompatible with DiscussionTools
| 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. |
Categories:
- Stable extensions/tr
- User interface extensions/tr
- MIT licensed extensions/tr
- Extensions in Wikimedia version control/tr
- ApiMain::moduleManager extensions/tr
- BeforeCreateEchoEvent extensions/tr
- BeforeDisplayNoArticleText extensions/tr
- BeforePageDisplay extensions/tr
- ChangeTagsListActive extensions/tr
- DiscussionToolsAddOverflowMenuItems extensions/tr
- EchoGetBundleRules extensions/tr
- EchoGetEventsForRevision extensions/tr
- GetActionName extensions/tr
- GetBetaFeaturePreferences extensions/tr
- GetDoubleUnderscoreIDs extensions/tr
- GetPreferences extensions/tr
- ListDefinedTags extensions/tr
- LoadExtensionSchemaUpdates extensions/tr
- OutputPageBeforeHTML extensions/tr
- OutputPageParserOutput extensions/tr
- ParserAfterTidy extensions/tr
- ParserOutputPostCacheTransform extensions/tr
- RecentChange save extensions/tr
- ResourceLoaderGetConfigVars extensions/tr
- RevisionDataUpdates extensions/tr
- SidebarBeforeOutput extensions/tr
- SkinTemplateNavigation::Universal extensions/tr
- All extensions/tr
- Extensions bundled with MediaWiki 1.40/tr
- Extensions used on Wikimedia/tr
- Extensions included in Canasta/tr
- Extensions available as Debian packages/tr
- Extensions included in Miraheze/tr
- Extensions included in MyWikis/tr
- Extensions included in wiki.gg/tr
- Extensions included in WikiForge/tr
- Discussion and forum extensions/tr
- Extensions with VisualEditor support/tr
- Talk pages project/tr
