Difference between revisions of "Tooltips"

From Freephile Wiki
Jump to navigation Jump to search
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Feature
 
|image=Reference Tooltips reworked.png
 
|imgdesc=tooltips
 
|title=
 
}}
 
{{#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 [https://www.semantic-mediawiki.org/wiki/Help:Adding_tooltips included in Semantic MediaWiki].
This is a Semantic MediaWiki example: {{#info:This is a tooltip.}}
+
This is a Semantic MediaWiki example {{#info:This is a tooltip.}}
  
 
== Extension ==
 
== Extension ==
 
The Tooltip extension has it's latest code on the 'Talk' page, and is superseded by extensions like [[mw:Extension:Lingo|Extension:Lingo]].
 
The Tooltip extension has it's latest code on the 'Talk' page, and is superseded by extensions like [[mw:Extension:Lingo|Extension:Lingo]].
  
== Template ==
+
== Template and Parser function ==
<nowiki>{{Tooltip | text | icon}}</nowiki> which uses the [[Template:Tooltip|Tooltip]] template, which in turn relies on the <code>#info</code> parser function by SMW works like this:
+
Trying the template and parser function approach works like this
{{Tooltip | This is some info | info }}
+
 
 +
{{tooltip | base text | tooltip text}}
 +
 
  
 
{{References}}
 
{{References}}
  
 
[[Category:Wiki]]
 
[[Category:Wiki]]

Revision as of 16:43, 11 January 2016

Semantic MediaWiki[edit | edit source]

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 | edit source]

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

Template and Parser function[edit | edit source]

Trying the template and parser function approach works like this

base text


References[edit source]