Extension:SimpleTooltip (Universal-Omega)
SimpleTooltip (Universal-Omega) Release status: stable |
|
---|---|
Implementation | Parser function |
Description | Provides basic tooltips, supporting inline text and info icons |
Author(s) | Simon Heimler (Fannontalk) |
Latest version | 1.2.0 (2023-01-12) |
MediaWiki | 1.38+ |
PHP | 5.2+ |
Database changes | No |
License | MIT License |
Download | GitHub: Note: 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 .
This forked version of SimpleTooltip is currently maintained by Universal-Omega.
Installation
[edit]- Download and place the file(s) in a directory called
SimpleTooltip (Universal-Omega)
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SimpleTooltip (Universal-Omega)' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Instead of downloading the zip archive you may also check this extension out via Git:
git clone https://github.com/Universal-Omega/SimpleTooltip.git
Configuration
[edit]Currently there are no options supported. This may change due to demand or not.
Usage
[edit]There is a short alias and a more descriptive parser function name for each tooltip type.
Inline-text tooltip
[edit]{{#tip-text: text | tooltip-text}}
{{#simple-tooltip: text | tooltip-text}}
Info-icon tooltip:
[edit]{{#tip-info: tooltip-text }}
{{#simple-tooltip-info: tooltip-text }}
Inline-Image tooltip:
[edit]{{#tip-img: /path/to/your/image.png | image tooltip-text }}
{{#simple-tooltip-img: /path/to/your/image.png | image tooltip-text }}
Example result (Screenshot)
[edit]This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |