MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=imagetooltip
(main | imagetooltip)
- This module requires read rights.
- Source: ImageTooltips
- License: GPL-2.0-or-later
Returns the description extract, derived alt text, and metadata for a file for use in image tooltips.
Specific parameter:
Other general parameters are available.
- title
Title of the file, with or without the File: prefix.
- This parameter is required.
Example:
- Get tooltip information for File:Example.jpg
- api.php?action=imagetooltip&title=File:Example.jpg [open in sandbox]