Tooltips: Difference between revisions

From Freephile Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Feature
{{Feature
|explains    = Tooltips
|image=Reference Tooltips reworked.png
|description =create icons with onmouseover tooltips
|imgdesc=tooltips
|notes        =works on this page, but not on the doc page?? as of 2016-01-19
|title=
|tests          =
|examples  =[[Template:Tooltip/doc]]
}}
}}
{{#set:feature description = create icons with onmouseover tooltips }}
{{#set:feature notes = works on this page, but not on the doc page?? as of 2016-01-19 }}
{{#set:feature tests =  }}
{{#set:feature examples = [[Template:Tooltip/doc]] }}
== Semantic MediaWiki ==
== Semantic MediaWiki ==
To create tooltips in your wiki, you can simply use the '''info''' function that is [[smw:Help:Adding_tooltips|included in Semantic MediaWiki]].
To create tooltips in your wiki, you can simply use the '''info''' function that is [[smw:Help:Adding_tooltips|included in Semantic MediaWiki]].

Latest revision as of 19:36, 14 May 2020


Tooltips
tooltips
tooltips
Image shows: tooltips
Summary
Description: create icons with onmouseover tooltips
More
Notes: works on this page, but not on the doc page?? as of 2016-01-19
Example: Template:Tooltip/doc



Semantic MediaWiki[edit]

To create tooltips in your wiki, you can simply use the info function that is included in Semantic MediaWiki. This is a Semantic MediaWiki example: This is a tooltip.

Extension[edit]

The Tooltip extension has it's latest code on the 'Talk' page, and is superseded by extensions like Extension:Lingo.

Template[edit]

{{Tooltip | text | icon}} which uses the Tooltip template, which in turn relies on the #info parser function by SMW works like this: This is some info


References[edit]