Erweiterung:SimpleTooltip

From mediawiki.org
This page is a translated version of the page Extension:SimpleTooltip and the translation is 18% complete.
MediaWiki-Erweiterungen
SimpleTooltip
Freigabestatus: ohne Wartung
Einbindung Parser-Funktion
Beschreibung Provides basic tooltips, supporting inline text and info icons
Autor(en) Simon Heimler (FannonDiskussion)
Letzte Version 1.1.0 (2017-11-20)
MediaWiki 1.19+
PHP 5.2+
Datenbankänderungen Nein
Lizenz MIT-Lizenz
Herunterladen
README

The SimpleTooltip extension adds support for basic tooltips. It uses the Tooltipster Library to do so.

It has no dependencies on other extensions. The extension has explicit support for Page Forms, where tooltips within multiple instance forms will get created dynamically. This will not work with the "info" parser function provided by Semantic MediaWiki.

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens SimpleTooltip im Ordner extensions/ ablegen.
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    require_once "$IP/extensions/SimpleTooltip/SimpleTooltip.php";
    
  • 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.

Instead of downloading the zip archive you may also check this extension out via Git:

git clone https://github.com/Fannon/SimpleTooltip.git

Konfiguration

Currently there are no options supported. This may change due to demand or not.

Verwendung

There is a short alias and a more descriptive parser function name for each tooltip type.

Inline-text tooltip

{{#tip-text: text | tooltip-text}}
{{#simple-tooltip: text | tooltip-text}}

Info-icon tooltip:

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

Inline-Image tooltip:

{{#tip-img: /path/to/your/image.png | image tooltip-text }}
{{#simple-tooltip-img: /path/to/your/image.png | image tooltip-text }}
The "tip-img" and the "simple-tooltip-img" parser function respectively do not resize the image set to be shown, i.e. the image must be uploaded in an appropriate size like e.g. 16px x 16px.

Example result (Screenshot)

SimpleTooltip example

See also