Extension:RegularTooltips

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
RegularTooltips
Release status: stableCategory:Stable extensions
Implementation Parser function Category:Parser function extensions
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+Category:Extensions with manual MediaWiki version
Database changes No
License MIT License
Download Category:Extensions in Wikimedia version control
Quarterly downloads 8 (Ranked 105th)
Translate the RegularTooltips extension if it is available at translatewiki.net
Category:All extensions

The RegularTooltips extension provides inline tooltips and popup-based tooltips

Installation

  • Download and move the extracted RegularTooltips folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/RegularTooltips
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'RegularTooltips' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

Inline tooltip

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

Info tooltip

{{#info-tooltip: tooltip-text}}
Category:Popup extensions
Category:All extensions Category:BeforePageDisplay extensions Category:Extensions in Wikimedia version control Category:Extensions included in Canasta Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:LocalisationCacheRecache extensions Category:MIT licensed extensions Category:ParserFirstCallInit extensions Category:Parser function extensions Category:Popup extensions Category:Stable extensions