Розширення:DiscussionTools
Appearance
This extension comes with MediaWiki 1.40 and above. Отже, вам не треба завантажувати його знову. Проте ви все одно повинні дотримуватися інших наданих інструкцій.
The Discussion Tools extension is a set of tools to enhance discussion pages. Від 2024, it is being built by the Editing team as part of the talk pages project .
User documentation is at Довідка:Інструменти обговорення .
Some features can be disabled on individual pages and sections as described at Help:DiscussionTools/Magic words and markup .
Features
Основні сторінки: Talk pages project/Feature summary та Extension:DiscussionTools/Comparison
Dependencies
- Extension:VisualEditor
- Extension:Linter
- Розширення:Echo (optional). Only required if you want to use the topic subscriptions feature.
Installation
- Install the dependencies.
- Завантажте і розмістіть файли в каталозі з назвою
DiscussionTools
у вашійextensions/
папці.
Розробники та автори коду повинні замість цього встановити розширення з Git, використовуючи:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools - Додайте такий код унизу вашого файлу LocalSettings.php :
wfLoadExtension( 'DiscussionTools' );
- Запустіть скрипт оновлення, який автоматично створить необхідні таблиці бази даних, які потрібні цьому розширенню.
- Also in LocalSettings.php, ensure that you have a timezone set and $wgFragmentMode set in html5.
- Configure as required.
- Готово – Перейдіть до Special:Version вашої вікі, щоб переконатися, що розширення встановлено успішно.
Configuration
Setting name | Default value | Description |
---|---|---|
$wgDiscussionToolsEnable
|
true
|
Enable DiscussionTools on talk pages. |
$wgDiscussionToolsBeta
|
false
|
Make DiscussionTools a beta feature . |
$wgDiscussionToolsEnable2017Wikitext
|
false
|
Enable the 2017 wikitext editor for wikitext replies (not yet supported). |
$wgDiscussionToolsEnablePermalinksBackend
|
true
|
Enable the permalinks backend (Special:GoToComment). See Extension:DiscussionTools/How it works#Permanent links. |
$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 "Залишити відгук про цю функцію" links in the footer of reply tool and new topic tool. |
$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 | Get information about comment changes between two page revisions. | internal |
discussiontoolsedit | edit | Post a message on a discussion page. | |
discussiontoolsfindcomment | find comment | Find a comment by its ID or name. | |
discussiontoolspageinfo | page info | Returns metadata required to initialize the discussion tools. | internal |
discussiontoolspreview | preview | Preview a message on a discussion page. | internal |
Subscriptions
Action | Human readable | Description | Internal? |
---|---|---|---|
discussiontoolsgetsubscriptions | get subscriptions | Get the subscription statuses of given topics. | |
discussiontoolssubscribe | subscribe | Subscribe (or unsubscribe) to receive notifications about a topic. |
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.
See also
- Extension:DiscussionTools/How it works – technical information
Це розширення використовується в одному або декількох проєктах Вікімедіа. Це, мабуть, означає, що розширення стабільне і працює досить добре, щоб його могли використовувати веб-сайти з великим трафіком. Шукайте назву цього розширення у файлах конфігурації Wikimedia CommonSettings.php та InitialiseSettings.php, щоб побачити, де це встановлене. Повний перелік розширень, встановлених на певній вікі, можна переглянути на сторінці Special:Version вікі. |
Це розширення включено до таких вікі-ферм/хостів та/або пакетів: Це не авторитетний список. Деякі вікі-ферми/хости та/або пакунки можуть містити це розширення, навіть якщо вони не вказані тут. Завжди звертайтеся до своїх вікі-ферм/хостів або комплекту для підтвердження. |
Categories:
- Extensions bundled with MediaWiki 1.40/uk
- Stable extensions/uk
- User interface extensions/uk
- MIT licensed extensions/uk
- Extensions in Wikimedia version control/uk
- ApiMain::moduleManager extensions/uk
- BeforeCreateEchoEvent extensions/uk
- BeforeDisplayNoArticleText extensions/uk
- BeforePageDisplay extensions/uk
- ChangeTagsListActive extensions/uk
- DiscussionToolsAddOverflowMenuItems extensions/uk
- EchoGetBundleRules extensions/uk
- EchoGetEventsForRevision extensions/uk
- GetActionName extensions/uk
- GetBetaFeaturePreferences extensions/uk
- GetDoubleUnderscoreIDs extensions/uk
- GetPreferences extensions/uk
- ListDefinedTags extensions/uk
- LoadExtensionSchemaUpdates extensions/uk
- OutputPageBeforeHTML extensions/uk
- OutputPageParserOutput extensions/uk
- ParserAfterTidy extensions/uk
- ParserOutputPostCacheTransform extensions/uk
- RecentChange save extensions/uk
- ResourceLoaderGetConfigVars extensions/uk
- RevisionDataUpdates extensions/uk
- SidebarBeforeOutput extensions/uk
- SkinTemplateNavigation::Universal extensions/uk
- All extensions/uk
- Extensions used on Wikimedia/uk
- Extensions included in Miraheze/uk
- Extensions included in MyWikis/uk
- Extensions included in WikiForge/uk
- Discussion and forum extensions/uk
- Extensions with VisualEditor support/uk
- Talk pages project/uk