Difference between revisions of "Template:Tooltip/doc"

From Freephile Wiki
Jump to navigation Jump to search
(examples still not working)
(Created page with "== Usage == <nowiki>{{Tooltip | text | icon}}</nowiki> where 'icon' is an optional style parameter; one of info|note|warning Category:Wiki")
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Usage ==
 
== Usage ==
 
<nowiki>{{Tooltip | text | icon}}</nowiki> where 'icon' is an optional style parameter; one of info|note|warning
 
<nowiki>{{Tooltip | text | icon}}</nowiki> where 'icon' is an optional style parameter; one of info|note|warning
 
The template ends up calling the parser hook '#info' which comes from the Semantic MediaWiki extension.
 
<syntaxhighlight lang="html4strict">
 
{{#info: <text> | <icon> }}
 
</syntaxhighlight>
 
 
== Examples ==
 
* {{#info:this is some info | info }}
 
* {{#info:note about something | note }}
 
* {{#info:warning: high voltage | warning }}
 
 
== Help ==
 
[[smw:Help:Adding_tooltips]]
 
  
 
[[Category:Wiki]]
 
[[Category:Wiki]]

Revision as of 15:06, 19 January 2016

Usage[edit source]

{{Tooltip | text | icon}} where 'icon' is an optional style parameter; one of info|note|warning