Template:Button/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This template provides a "clickable button" formatting style for text. It is '''''not''''' clickable, and care should be taken when using it to avoid readers thinking the result may be. (It has an explanatory [[tooltip]] for users hovering over it, but that may not always be displayed, or only displayed after too long a delay, so that it may not show up to people trying to click it.)
This template provides a "clickable button" formatting style for text. It is '''''not''''' clickable, and care should be taken when using it to avoid readers thinking the result may be. (It has an explanatory tooltip for users hovering over it, but that may not always be displayed, or only displayed after too long a delay, so that it may not show up to people trying to click it.)


=== Usage ===
== Usage ==
* {{tlx|1=Button|2=text=button text}} produces {{Button|text=button text}}
* {{tlx|1=Button|2=text=button text}} produces {{Button|text=button text}}
* {{tlx|1=Button|2=text=button text|3=format=bold}} produces {{Button|text=button text|format=bold}}
* {{tlx|1=Button|2=text=button text|3=format=bold}} produces {{Button|text=button text|format=bold}}
Alternatively, {{tlx|1=Button|2=button text}} also produces {{Button|button text}}
Alternatively, {{tlx|1=Button|2=button text}} also produces {{Button|button text}}


=== See also ===
== See also ==
*[[Template:Key press]]


<includeonly>
<includeonly>
[[Category:Templates]]
[[Category:Formatting templates]]
</includeonly>
</includeonly>

Latest revision as of 02:32, 22 May 2013

This template provides a "clickable button" formatting style for text. It is not clickable, and care should be taken when using it to avoid readers thinking the result may be. (It has an explanatory tooltip for users hovering over it, but that may not always be displayed, or only displayed after too long a delay, so that it may not show up to people trying to click it.)

Usage

  • {{Button|text=button text}} produces button text
  • {{Button|text=button text|format=bold}} produces button text

Alternatively, {{Button|button text}} also produces button text

See also