Difference between revisions of "Template:SupNotice"
Jump to navigation
Jump to search
(Created page with "<sup><div style="display:inline;" title="{{{2|{{{1|Example}}}}}}">{{{1|Example}}}</div></sup><noinclude> == Description == Allows displaying a mouse hover notice to superset t...") |
|||
Line 1: | Line 1: | ||
<sup><div style="display:inline;" title="{{{2|{{{1|Example}}}}}}">{{{1|Example}}}</div></sup><noinclude> | {{#if:{{{3|}}}|<small>}}<sup><div style="display:inline;" title="{{{2|{{{1|Example}}}}}}">{{{1|Example}}}</div></sup>{{#if:{{{3|}}}|</small>}}<noinclude> | ||
== Description == | == Description == | ||
Allows displaying a mouse hover notice to superset text. | Allows displaying a mouse hover notice to superset text. | ||
Line 10: | Line 10: | ||
; unnamed param 2 | ; unnamed param 2 | ||
: Mouse hover notice. Defaults to ''param 1''. | : Mouse hover notice. Defaults to ''param 1''. | ||
; unnamed param 3 | |||
: Optional. Whether the written text will be small or not. Defaults to normal. | |||
== Example == | == Example == | ||
<pre>{{SupNotice|Super Text|Mouse hover notice}}</pre> | <pre>This is a {{SupNotice|Super Text|Mouse hover notice}}</pre> | ||
{{SupNotice|Super Text|Mouse hover notice}} | This is a {{SupNotice|Super Text|Mouse hover notice}}. | ||
<pre>This is a small {{SupNotice|Super Text|Mouse hover notice|y}}</pre> | |||
This is a small {{SupNotice|Super Text|Mouse hover notice|y}}. | |||
[[Category:Notice templates]]</noinclude> | [[Category:Notice templates]]</noinclude> |
Latest revision as of 17:18, 7 June 2017
Example
Description
Allows displaying a mouse hover notice to superset text.
{{SupNotice|<unnamed param 1>|<unnamed param 2>}}
Parameters
- unnamed param 1
- Superset text to be shown. Defaults to Example.
- unnamed param 2
- Mouse hover notice. Defaults to param 1.
- unnamed param 3
- Optional. Whether the written text will be small or not. Defaults to normal.
Example
This is a {{SupNotice|Super Text|Mouse hover notice}}
This is a
Super Text
.
This is a small {{SupNotice|Super Text|Mouse hover notice|y}}
This is a small
Super Text
.