Erweiterung:DiscussionTools

This page is a translated version of the page Extension:DiscussionTools and the translation is 39% complete.
Diese Erweiterung ist in MediaWiki 1.40 und darüber enthalten. The remaining configuration instructions must still be followed.
MediaWiki-Erweiterungen
DiscussionTools
Freigabestatus: stabil
Einbindung Benutzer-Schnittstelle
Beschreibung Werkzeuge, um Diskussionsseiten zu verbessern
Autor(en) Wikimedia Editing team
Letzte Version Kontinuierliche Aktualisierungen
Kompatibilitätspolitik Snapshots werden zusammen mit MediaWiki veröffentlicht. Der Master ist nicht abwärtskompatibel.
Datenbankänderungen Ja
Tabellen discussiontools_items
discussiontools_item_ids
discussiontools_item_pages
discussiontools_item_revisions
discussiontools_subscription
Lizenz MIT-Lizenz
Herunterladen
Hilfe Hilfe:DiscussionTools
  • $wgDiscussionToolsReplyIndentation
  • $wgDiscussionToolsBeta
  • $wgDiscussionTools_visualenhancements
  • $wgDiscussionToolsEnablePermalinksBackend
  • $wgDiscussionToolsEnableThanks
  • $wgDiscussionToolsTimestampFormatSwitchTime
  • $wgDiscussionToolsShowFeedbackLinks
  • $wgDiscussionToolsTalkPageParserCacheExpiry
  • $wgDiscussionTools_visualenhancements_pageframe
  • $wgDiscussionToolsAutoTopicSubEditor
  • $wgDiscussionToolsConflictingGadgetName
  • $wgDiscussionTools_visualenhancements_reply
  • $wgDiscussionToolsEnablePermalinksFrontend
  • $wgDiscussionTools_visualenhancements_reply_icon_languages
Übersetze die DiscussionTools-Erweiterung
Probleme Offene Aufgaben · Einen Fehler melden

Die Discussion Tools-Erweiterung ist eine Reihe an Tools zur Verbesserung von Diskussionsseiten. As of 2024, it is being built by the Editing team as part of the talk pages project .

Die Benutzerdokumentation befindet sich auf Hilfe:DiscussionTools .

Einige Funktionen können auf einzelnen Seiten und in einzelnen Abschnitten deaktiviert werden, wie unter Help:DiscussionTools/Magic words and markup beschrieben.

Funktionen

Abhängigkeiten

Installation

  • Abhängigkeiten installieren.
  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens DiscussionTools im Ordner extensions/ ablegen.
    Entwickler und Code-Beitragende sollten stattdessen die Erweiterung von Git installieren, mit:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
    
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'DiscussionTools' );
    
  • Führe das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
  • Überprüfe zudem, dass du in LocalSettings.php eine Zeitzone festgelegt und $wgFragmentMode auf html5 gesetzt hast.
  • Nach Bedarf konfigurieren.
  •   Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.

Konfiguration

Name der Einstellung Standardwert Beschreibung
$wgDiscussionToolsEnable true Aktiviere DiscussionTools auf Diskussionsseiten.
$wgDiscussionToolsBeta false Mache DiscussionTools eine Beta-Funktion .
$wgDiscussionToolsEnable2017Wikitext false Aktiviert den 2017 Wikitext-Editor für Wikitext-Antworten (noch nicht unterstützt).
$wgDiscussionToolsEnablePermalinksBackend true Aktiviere das Backend für Permalinks (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 "Rückmeldungen über diese Funktion hinterlassen" 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.

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

Siehe auch