Erweiterung:DiscussionTools

From mediawiki.org
This page is a translated version of the page Extension:DiscussionTools and the translation is 28% complete.
Outdated translations are marked like this.
Diese Erweiterung ist üblicherweise in MediaWiki 1.40 und darüber enthalten. Daher muss sie nicht erneut heruntergeladen werden. Allerdings müssen die folgenden Anweisungen trotzdem beachtet werden.
MediaWiki-Erweiterungen
DiscussionTools
Freigabestatus: stabil
Einbindung Benutzer-Schnittstelle
Beschreibung Werkzeuge, um Diskussionsseiten zu verbessern
Autor(en) Wikimedia Editing team
Letzte Version Laufende Aktualisierungen
Kompatibilitätspolitik Snapshots werden zusammen mit MediaWiki veröffentlicht. Der Master ist nicht abwärtskompatibel.
MediaWiki >= 1.42.0
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
  • $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)
Übersetze die DiscussionTools-Erweiterung
Probleme Offene Aufgaben · Einen Fehler melden

Die Discussion Tools-Erweiterung ist eine bevorstehende 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 .

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

Funktionen

Abhängigkeiten

Installation

  • Install the dependencies.
  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens DiscussionTools im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using: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.
  • Also in LocalSettings.php, ensure that you have a timezone set and $wgFragmentMode set in html5.
  • Configure as required.
  • Yes Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

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 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 "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.

Siehe auch