Rozszerzenie:Narzędzia dyskusji

From mediawiki.org
This page is a translated version of the page Extension:DiscussionTools and the translation is 31% complete.
Outdated translations are marked like this.
To rozszerzenie jest dodawane do pakietu MediaWiki od wersji 1.40 i wyższych. W związku z tym nie musi być ponownie pobierane. Niemniej jednak wciąż musisz wykonać inne podane instrukcje.
Podręcznik rozszerzeń MediaWiki
DiscussionTools
Status wydania: stabilne
Realizacja Interfejs użytkownika
Opis Narzędzia do rozszerzenia możliwości stron dyskusji
Autor(zy) Zespół Editing z Wikimedia
Ostatnia wersja Ciągłe aktualizacje
Polityka zgodności Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki >= 1.42.0
Zmiany w bazie danych Tak
Tabele discussiontools_items
discussiontools_item_ids
discussiontools_item_pages
discussiontools_item_revisions
discussiontools_subscription
Licencja Licencja MIT
Pobieranie
Pomoc Help:Narzędzia dyskusji
  • $wgDiscussionToolsReplyIndentation
  • $wgDiscussionToolsABTest
  • $wgDiscussionToolsBeta
  • $wgDiscussionTools_visualenhancements
  • $wgDiscussionToolsEnablePermalinksBackend
  • $wgDiscussionToolsAutoTopicSubEditor
  • $wgDiscussionToolsTimestampFormatSwitchTime
  • $wgDiscussionToolsShowFeedbackLinks
  • $wgDiscussionTools_visualenhancements_pageframe
  • $wgDiscussionToolsTalkPageParserCacheExpiry
  • $wgDiscussionToolsConflictingGadgetName
  • $wgDiscussionTools_visualenhancements_reply
  • $wgDiscussionToolsEnablePermalinksFrontend
  • $wgDiscussionTools_visualenhancements_reply_icon_languages
Quarterly downloads 109 (Ranked 60th)
Public wikis using 930 (Ranked 285th)
Translate the DiscussionTools extension
Problemy Otwarte zadania · Zgłoś błąd

Rozszerzenie Discussion Tools to opracowywany zestaw narzędzi ulepszających działanie tradycyjnych stron dyskusji. Tworzone są przez zespół Editing jako część projektu "strony dyskusji" .

Pomoc dla użytkowników mieści się na Help:Narzędzia dyskusji .

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

Funkcje

Zależności

Instalacja

Konfiguracja

Nazwa ustawienia Wartość domyślna Opis
$wgDiscussionToolsEnable true Włącz narzędzia dyskusji na stronach dyskusji
$wgDiscussionToolsBeta false Umieść narzędzia dyskusji w funkcjach eksperymentalnych .
$wgDiscussionToolsEnable2017Wikitext false Włącz edytor wikikodu 2017 dla odpowiedzi w trybie wikikodu (jeszcze nie obsługiwane).
$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 "Prześlij opinię na temat tego oprogramowania" 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.

Zobacz też