gesinn-it-pub / SimpleTooltip

MediaWiki extension to provide basic tooltips, supporting inline text and info icons
MIT License
6 stars 5 forks source link

Wikitext in tooltips #7

Open Contrafibularity opened 7 years ago

Contrafibularity commented 7 years ago

Like these two people on the MW talk page (https://www.mediawiki.org/wiki/Extension_talk:SimpleTooltip), I would very much like to be able to use wikitext in tooltips, such as character formatting, links and semantic queries. Would that be possible?

gesinn-it-gea commented 7 years ago

Try playing with the return arrays in SimpleTooltipParserFunction.php. See also [0]. If this does not help, use the parser to parse the text [1].

[0] https://www.mediawiki.org/wiki/Manual:Parser_functions#The_setFunctionHook_hook [1] https://www.mediawiki.org/wiki/Manual:Parser.php