Extension:RegularTooltips

MediaWiki extensions manual
RegularTooltips
Release status: stable
Implementation Parser function
Description Provides inline tooltips and popup-based tooltips
Author(s) Sanjay Thiyagarajan (Techwizzietalk)
Latest version 1.0.0 (2022-02-16)
MediaWiki 1.32.0+
Database changes No
Composer mediawiki/regulartooltips
License MIT License
Download
Quarterly downloads 10 (Ranked 168th)
Translate the RegularTooltips extension if it is available at translatewiki.net

The RegularTooltips extension provides inline tooltips and popup-based tooltips

InstallationEdit

  • Download and place the file(s) in a directory called RegularTooltips in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php :
    wfLoadExtension( 'RegularTooltips' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


UsageEdit

Inline tooltipEdit

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

Info tooltipEdit

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