# mediawiki-extensions-RegularTooltips **Repository Path**: mirrors_wikimedia/mediawiki-extensions-RegularTooltips ## Basic Information - **Project Name**: mediawiki-extensions-RegularTooltips - **Description**: Github mirror of "mediawiki/extensions/RegularTooltips" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-25 - **Last Updated**: 2026-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RegularTooltips Provides inline tooltips and popup-based tooltips ## Installation 1) Download the extension and place it in the ```extensions/``` directory. 2) Add the following line in LocalSettings.php ``` wfLoadExtension( 'RegularTooltips' ); ``` 3) ✅ 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/sanjay-thiyagarajan/RegularTooltips.git ``` ## Usage ### 1) Inline tooltip ``` {{#inline-tooltip: text | tooltip-text}} ``` ### 2) Info tooltip ``` {{#info-tooltip: tooltip-text}} ```