Mudanças entre as edições de "Predefinição:Clickable Button2"
Linha 1: | Linha 1: | ||
[[{{{link}}}|<span class="btn {{#switch: {{{color|red}}} | red = btn-primary | green = btn-secondary | white = btn-warning | blue = btn-info}}" role="button" aria-disabled="false">{{{name|Button text}}}</span>]] | [[{{{link}}}|<span class="btn {{#switch: {{{color|red}}} | red = btn-primary | green = btn-secondary | white = btn-warning | blue = btn-info}}" role="button" aria-disabled="false">{{{name|Button text}}}</span>]] | ||
+ | |||
+ | ==Código== | ||
+ | <pre> | ||
+ | [[{{{link}}}|<span class="btn {{#switch: {{{color|red}}} | red = btn-primary | green = btn-secondary | white = btn-warning | blue = btn-info}}" role="button" aria-disabled="false">{{{name|Button text}}}</span>]] | ||
+ | </pre> |
Edição das 18h46min de 27 de outubro de 2021
[[{{{link}}}|Button text]]
Código[editar código-fonte]
[[{{{link}}}|<span class="btn {{#switch: {{{color|red}}} | red = btn-primary | green = btn-secondary | white = btn-warning | blue = btn-info}}" role="button" aria-disabled="false">{{{name|Button text}}}</span>]]