Extension:RegularTooltips/de-formal

This page is a translated version of the page Extension:RegularTooltips and the translation is 14% complete.
Languages:
MediaWiki extensions manual
RegularTooltips
Release status: stable
Implementation Parser function
Description Provides inline tooltips and popup-based tooltips
Author(s) Sanjay Thiyagarajan (TechwizzieDiskussion)
Latest version 1.0.0 (2022-02-16)
MediaWiki 1.32.0+
Database changes No
Composer mediawiki/regulartooltips
License MIT License
Download
Quarterly downloads 14 (Ranked 151st)
Translate the RegularTooltips extension if it is available at translatewiki.net

The RegularTooltips extension provides inline tooltips and popup-based tooltips

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens RegularTooltips im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'RegularTooltips' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.


Usage

Inline tooltip

{{#inline-tooltip: text | tooltip-text}}

Info tooltip

{{#info-tooltip: tooltip-text}}