Mudanças entre as edições de "Predefinição:Clickable Button2"

Linha 1: Linha 1:
<includeonly>[[{{{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>]]</includeonly>
+
[[{{{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==
+
<noinclude>==Código==
 
<pre>  
 
<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>]]
+
[[{{{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>]]</noinclude>
 
</pre>
 
</pre>

Edição das 18h49min de 27 de outubro de 2021

[[{{{link}}}|Button text]]

Código

 
[[{{{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>]]</noinclude>