Extension:DiscussionTools/de
![]() Freigabestatus: Beta |
|
---|---|
![]() |
|
Einbindung | Benutzer-Schnittstelle |
Beschreibung | Tools to enhance discussion pages |
Autor(en) | Wikimedia Editing team |
Letzte Version | continuous updates |
Kompatibilitätspolitik | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.35+ |
Datenbankänderungen | Ja |
Tabellen | discussiontools_subscription |
Lizenz | MIT-Lizenz |
Herunterladen | |
Help | Help:DiscussionTools |
|
|
|
|
Übersetze die DiscussionTools-Erweiterung | |
Probleme | Offene Aufgaben · Einen Fehler melden |
The Discussion Tools extension is a forthcoming set of tools to enhance discussion pages. As of 2020, it is being built by the Editing team as part of the talk pages project .
User documentation is at Help:DiscussionTools .
Dependencies
Also, Extension:Echo is required if you want to use the topic subscriptions feature.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
DiscussionTools
im Ordnerextensions/
ablegen. - Folgenden Code am Ende der LocalSettings.php hinzufügen:
wfLoadExtension( 'DiscussionTools' );
- Führe das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
- Also in LocalSettings.php, ensure that you have a timezone set and $wgFragmentMode set in html5.
- Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Features
Reply tool
The reply shows a link after every comment on talk pages, namespaces listed in $wgExtraSignatureNamespaces
, and pages with the __NEWSECTIONLINK__
magic word.
You can follow development on the tool on the talk pages project page.
Section subscriptions
In talk and project namespaces, DiscussionTools will insert a "subscribe" link next to headings of level 2 sections that contain recognized comments. Clicking on it will cause a notice to be generated whenever someone replies in that section.
Konfiguration
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). |
Integration with other extensions
DiscussionTools can integrate with PlaceNewsection for to put the location of where added new topic will begin to be placed
Siehe auch
- Extension:DiscussionTools/How it works – technical information
Diese Erweiterung wird in einem oder mehreren Wikis von Wikimedia verwendet. Das bedeutet mit hoher Wahrscheinlichkeit, dass die Erweiterung stabil ist und gut genug funktioniert, um auf solch häufig besuchten Webseiten benutzt zu werden. Suche nach dem Erweiterungs-Namen in den Wikimedia CommonSettings.php und den InitialiseSettings.php-Konfigurations-Dateien, um zu nachzusehen, wo es installiert ist. Eine vollständige Liste der installierten Erweiterungen in einem bestimmten Wiki wird auf Special:Version im Wiki generiert und angezeigt. |