Diferencia entre revisiones de «Botones mediawiki»
De enunpimpam
Línea 1: | Línea 1: | ||
[[category:Ayuda]] | [[category:Ayuda]] | ||
− | + | Botón Simple | |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
<btn>Simple Button</btn> | <btn>Simple Button</btn> | ||
Línea 47: | Línea 47: | ||
</btn> | </btn> | ||
+ | ---- | ||
+ | |||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | <btn class="btn-warning"> | ||
+ | Target|Categorías | ||
+ | * Category:Ubuntu|Ubuntu | ||
+ | </btn> | ||
+ | </syntaxhighlight> | ||
− | <btn> | + | <btn class="btn-warning"> |
Target|Categorías | Target|Categorías | ||
* Category:Ubuntu|Ubuntu | * Category:Ubuntu|Ubuntu | ||
+ | </btn> | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Botones con icono | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | <btn class="success"> | ||
+ | Target|<span class="fa fa-globe"></span> icon with span | ||
+ | Target|<span class="fa fa-cog"></span> icon with span | ||
+ | </btn> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | <btn class="success"> | ||
+ | Target|<span class="fa fa-globe"></span> icon with span | ||
+ | Target|<span class="fa fa-cog"></span> icon with span | ||
</btn> | </btn> | ||
<btn> | <btn> | ||
Semantic Dropdown | Semantic Dropdown | ||
− | * {{#ask:Category: | + | * {{#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:09 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="success"> Target|<span class="fa fa-globe"></span> icon with span Target|<span class="fa fa-cog"></span> icon with span </btn>