Difference between revisions of "Template:Tooltip/doc"
Jump to navigation
Jump to search
(Created page with "== Usage == <nowiki>{{Tooltip | text | icon}}</nowiki> where 'icon' is an optional style parameter; one of info|note|warning Category:Wiki") |
|||
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> | ||
+ | |||
+ | == Help == | ||
+ | [[smw:Help:Adding_tooltips]] | ||
[[Category:Wiki]] | [[Category:Wiki]] |
Revision as of 14:22, 19 January 2016
Usage[edit source]
{{Tooltip | text | icon}} 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.
{{#info: <text> | <icon> }}