Más acciones
+ css-text-checked/-unchecked parameters |
m 16 revisiones importadas: Checkbox |
||
(No se muestran 5 ediciones intermedias de 4 usuarios) | |||
Línea 1: | Línea 1: | ||
<div style="float:left; width:.8em; height:.8em; margin-right:0.5em; border:1px solid #666; background:#{{# | <div style="float:left; width:.8em; height:.8em; margin-right:0.5em; border:1px solid #666; background:#{{#switch:{{{1|0}}}||0=FFF|000}}; {{#switch:{{{1|0}}}||0={{{css-box-unchecked|}}}|{{{css-box-checked|}}}}}"></div> <span style="{{#switch:{{{1|0}}}||0={{{css-text-unchecked|}}}|{{{css-text-checked|}}}}}">{{{2<includeonly>|</includeonly>}}}</span><noinclude> | ||
---- | ---- | ||
{| | {| | ||
|- | |- | ||
| <pre> | | <pre> | ||
{{checkbox|1}} | {{checkbox|1|Yes}}<br /> | ||
{{checkbox}} | {{checkbox|0|No}} | ||
</pre> | </pre> | ||
|style="font-size:3em;"| → | |style="font-size:3em;"| → | ||
| {{checkbox|1|Yes}}<br /> | | {{checkbox|1|Yes}}<br /> | ||
{{checkbox||No}} | {{checkbox|0|No}} | ||
|} | |} | ||
Please note that the parameter 2 is not necessary, but its use is highly recommended. | |||
[[Category:Formatting templates]]</noinclude> | [[Category:Formatting templates]]</noinclude> |
Revisión actual - 02:44 27 ene 2021
{{{2}}}
{{checkbox|1|Yes}}<br /> {{checkbox|0|No}} |
→ | Yes No |
Please note that the parameter 2 is not necessary, but its use is highly recommended.