Template:Button: Difference between revisions
Appearance
rm unnecessary vendor specifics |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<!-- | |||
--><span class="nowrap" title="This is not a clickable button; it illustrates the button one should find." style="padding:{{{padTB|.2em}}} {{{padLR|.6em}}}; border:1px solid; border-color:#AAA #555 #555 #AAA; border-radius: 3px; background-color: {{{bgcolor|#F2F2F2}}}; background-image: linear-gradient(to bottom, #FCFCFC, #E0E0E0); {{#ifeq:{{{format|}}}|bold|font-weight: bold;}} {{{style|}}}">{{{text|{{{1|Hello, World!}}}}}}</span><!-- | |||
--><span class="nowrap" title=" | |||
--><noinclude> | --><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 07:05, 23 December 2024
Hello, World!
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
- {{Button|text=button text}} produces button text
- {{Button|text=button text|format=bold}} produces button text
- {{Button|[[File:WikEd close.png]]|padTB=.1em|padLR=.1em}} produces File:WikEd close.png
- {{Button|text=button text|bgcolor=#EEF|bgcolor2=#BBE}} produces button text
Alternatively, {{Button|button text}} also produces button text