Extension:DiscussionTools/de

Diese Erweiterung ist in MediaWiki 1.40 und darüber enthalten. The remaining configuration instructions must still be followed.
Category:Extensions bundled with MediaWiki 1.40/de Category:MIT licensed extensions/de
MediaWiki-Erweiterungen
DiscussionTools
Freigabestatus: stabilCategory:Stable extensions/de
Einbindung Benutzer-SchnittstelleCategory:User interface extensions/de
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 Category:Extensions in Wikimedia version control/de
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
Category:All extensions/de

Die Discussion Tools-Erweiterung ist eine Reihe an Tools zur Verbesserung von Diskussionsseiten. As of 2024 Category:Pages containing potentially dated statements, 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.
  • Yes 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

Category:Extensions used on Wikimedia/de#DiscussionTools/de Category:Discussion and forum extensions/de Category:Extensions with VisualEditor support/de Category:Talk pages project/de
Category:All extensions/de Category:ApiMain::moduleManager extensions/de Category:BeforeCreateEchoEvent extensions/de Category:BeforeDisplayNoArticleText extensions/de Category:BeforePageDisplay extensions/de Category:ChangeTagsListActive extensions/de Category:DiscussionToolsAddOverflowMenuItems extensions/de Category:Discussion and forum extensions/de Category:EchoGetBundleRules extensions/de Category:EchoGetEventsForRevision extensions/de Category:Extensions available as Debian packages/de Category:Extensions bundled with MediaWiki 1.40/de Category:Extensions in Wikimedia version control/de Category:Extensions included in Canasta/de Category:Extensions included in Miraheze/de Category:Extensions included in MyWikis/de Category:Extensions included in WikiForge/de Category:Extensions included in wiki.gg/de Category:Extensions used on Wikimedia/de Category:Extensions with VisualEditor support/de Category:GetActionName extensions/de Category:GetBetaFeaturePreferences extensions/de Category:GetDoubleUnderscoreIDs extensions/de Category:GetPreferences extensions/de Category:ListDefinedTags extensions/de Category:LoadExtensionSchemaUpdates extensions/de Category:MIT licensed extensions/de Category:OutputPageBeforeHTML extensions/de Category:OutputPageParserOutput extensions/de Category:Pages containing potentially dated statements Category:ParserAfterTidy extensions/de Category:ParserOutputPostCacheTransform extensions/de Category:RecentChange save extensions/de Category:ResourceLoaderGetConfigVars extensions/de Category:RevisionDataUpdates extensions/de Category:SidebarBeforeOutput extensions/de Category:SkinTemplateNavigation::Universal extensions/de Category:Stable extensions/de Category:Talk pages project/de Category:User interface extensions/de