(Created redirect) |
(Página creada con «{{doc subpage}} <!-- ADD DOCUMENTATION BELOW THIS LINE --> This template provides a "clickable button" formatting style for text. '''This button is ''not'' clickable''', an...») |
||
Línea 1: | Línea 1: | ||
{{doc subpage}} | |||
<!-- ADD DOCUMENTATION BELOW THIS LINE --> | |||
This template provides a "clickable button" formatting style for text. '''This button 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.) | |||
If you need a clickable button, use {{tl|Clickable button}}. | |||
== Usage == | |||
* {{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=<nowiki>[[File:WikEd close.png]]</nowiki>|3=padTB=.1em|4=padLR=.1em}} produces {{Button|[[File:CloseSquare.png]]|padTB=.1em|padLR=.1em}} | |||
Alternatively, {{tlx|1=Button|2=button text}} also produces {{Button|button text}} | |||
== Parameters == | |||
This template will accept the following parameters, all are optional except for the text which does not need to be named. | |||
* {{para|text|button text}} This is the text that will be shown in the button. This can also be used with the name as shown above by simply adding {{para||button text}} | |||
* {{para|padTB|.1em}} Set the padding for the top and bottom in em units | |||
* {{para|padLR|.1em}} Set the padding for the sides in em units | |||
* {{para|bgcolor}} Set the background color of the button | |||
* {{para|fomat|bold}} Use this to make the button text bold | |||
* {{para|style}} Use to add any CSS style codes | |||
== See also == | |||
*{{tlx|key press}} – used to illustrate keystrokes | |||
<includeonly> | |||
<!-- ADD CATEGORIES BELOW THIS LINE --> | |||
[[Category:Computer keys]] | |||
<!-- ADD INTERWIKIS BELOW THIS LINE --> | |||
</includeonly> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "alternate method to add text to the button", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"padTB": { | |||
"label": "vertical padding in em units" | |||
}, | |||
"padLR": { | |||
"label": "horizontal (side) padding in em units" | |||
}, | |||
"bgcolor": { | |||
"label": "background color", | |||
"type": "string" | |||
}, | |||
"format": { | |||
"label": "use this to make text bold", | |||
"type": "boolean", | |||
"default": "bold" | |||
}, | |||
"style": { | |||
"label": "CSS style codes", | |||
"type": "string" | |||
}, | |||
"text": { | |||
"label": "the text in the button", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Add a non-functioning button to a page as an illustration", | |||
"paramOrder": [ | |||
"text", | |||
"1", | |||
"bgcolor", | |||
"format", | |||
"padTB", | |||
"padLR", | |||
"style" | |||
] | |||
} | |||
</templatedata> |
Revisión actual - 18:28 15 ago 2017
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original plantilla page. |
This template provides a "clickable button" formatting style for text. This button 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.)
If you need a clickable button, use {{Clickable button}}.
Usage
Parameters
This template will accept the following parameters, all are optional except for the text which does not need to be named.
|text=button text
This is the text that will be shown in the button. This can also be used with the name as shown above by simply adding|button text
|padTB=.1em
Set the padding for the top and bottom in em units|padLR=.1em
Set the padding for the sides in em units|bgcolor=
Set the background color of the button|fomat=bold
Use this to make the button text bold|style=
Use to add any CSS style codes
See also
{{key press}}
– used to illustrate keystrokes
Add a non-functioning button to a page as an illustration
Parámetro | Descripción | Tipo | Estado | |
---|---|---|---|---|
the text in the button | text | sin descripción | Cadena | sugerido |
alternate method to add text to the button | 1 | sin descripción | Cadena | sugerido |
background color | bgcolor | sin descripción | Cadena | opcional |
use this to make text bold | format | sin descripción
| Lógico | opcional |
vertical padding in em units | padTB | sin descripción | Desconocido | opcional |
horizontal (side) padding in em units | padLR | sin descripción | Desconocido | opcional |
CSS style codes | style | sin descripción | Cadena | opcional |