Diferencia entre revisiones de «Botones mediawiki»
De enunpimpam
Línea 66: | Línea 66: | ||
Botones con icono | Botones con icono | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | <btn class="success"> | + | <btn class="btn-success"> |
Target|<span class="fa fa-globe"></span> icon with span | Target|<span class="fa fa-globe"></span> icon with span | ||
Target|<span class="fa fa-cog"></span> icon with span | Target|<span class="fa fa-cog"></span> icon with span | ||
Línea 72: | Línea 72: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | <btn class="success"> | + | <btn class="btn-success"> |
Target|<span class="fa fa-globe"></span> icon with span | Target|<span class="fa fa-globe"></span> icon with span | ||
Target|<span class="fa fa-cog"></span> icon with span | Target|<span class="fa fa-cog"></span> icon with span | ||
</btn> | </btn> | ||
+ | |||
+ | ---- | ||
+ | |||
<btn> | <btn> | ||
Línea 81: | Línea 84: | ||
* {{#ask:Category:Linux|Linux}} | * {{#ask:Category:Linux|Linux}} | ||
</btn> | </btn> | ||
− | <br> | + | <br><br> |
− | |||
− | <br> | ||
https://tweeki.kollabor.at/wiki/Buttons | https://tweeki.kollabor.at/wiki/Buttons |
Revisión del 21:11 28 abr 2020
Botón Simple
<btn>Simple Button</btn>
Botones juntos
<btn class="btn-primary"> Left Center Right </btn>
Botones desplegables
<btn class="btn-danger"> Dropdown-Menu * Some Menu Item * *: Categorias * Category:Ubuntu|Ubuntu * Category:Ubuntu|Ubuntu </btn>
<btn class="btn-warning"> Target|Categorías * Category:Ubuntu|Ubuntu </btn>
Botones con icono
<btn class="btn-success"> Target|<span class="fa fa-globe"></span> icon with span Target|<span class="fa fa-cog"></span> icon with span </btn>