Diferencia entre revisiones de «Botones mediawiki»
De enunpimpam
(Página creada con «[Category:Ayuda] <br> <btn>Simple Button</btn> <btn class="btn-primary"> Classy Buttons </btn> <btn> Dropdown-Menu * Some Menu Item * *: Categorias * Category:Ubuntu|Ub…») |
|||
(No se muestran 6 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
− | [ | + | [[category:Ayuda]] |
+ | Botón Simple | ||
+ | <syntaxhighlight lang="wiki"> | ||
+ | <btn>Simple Button</btn> | ||
+ | </syntaxhighlight> | ||
+ | <btn>Simple Button</btn> | ||
+ | |||
+ | ---- | ||
− | |||
− | <btn> | + | Botones juntos |
+ | <syntaxhighlight lang="wiki"> | ||
+ | <btn class="btn-primary"> | ||
+ | Left | ||
+ | Center | ||
+ | Right | ||
+ | </btn> | ||
+ | </syntaxhighlight> | ||
<btn class="btn-primary"> | <btn class="btn-primary"> | ||
− | + | Left | |
− | + | Center | |
+ | Right | ||
</btn> | </btn> | ||
− | <btn> | + | ---- |
+ | |||
+ | |||
+ | Botones desplegables | ||
+ | <syntaxhighlight lang="wiki"> | ||
+ | <btn class="btn-danger"> | ||
+ | Dropdown-Menu | ||
+ | * Some Menu Item | ||
+ | * | ||
+ | *: Categorias | ||
+ | * Category:Ubuntu|Ubuntu | ||
+ | * Category:Ubuntu|Ubuntu | ||
+ | </btn> | ||
+ | </syntaxhighlight> | ||
+ | <btn class="btn-danger"> | ||
Dropdown-Menu | Dropdown-Menu | ||
* Some Menu Item | * Some Menu Item | ||
Línea 19: | Línea 47: | ||
</btn> | </btn> | ||
− | <btn> | + | ---- |
− | + | ||
+ | |||
+ | <syntaxhighlight lang="wiki"> | ||
+ | <btn class="btn-warning"> | ||
+ | Especial:Categorías|Categorías | ||
+ | * Category:Ubuntu|Ubuntu | ||
+ | </btn> | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | <btn class="btn-warning"> | ||
+ | Especial:Categorías|Categorías | ||
* Category:Ubuntu|Ubuntu | * Category:Ubuntu|Ubuntu | ||
</btn> | </btn> | ||
− | <btn> | + | ---- |
− | + | ||
− | + | Botones con icono | |
+ | <syntaxhighlight lang="wiki"> | ||
+ | <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> | </btn> | ||
− | < | + | </syntaxhighlight> |
− | <btn> | + | |
+ | <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> | ||
− | <br> | + | |
+ | ---- | ||
+ | |||
+ | |||
+ | <btn> | ||
+ | Semantic Dropdown | ||
+ | * {{#ask:Category:Linux|Linux}} | ||
+ | </btn> | ||
+ | <br><br> | ||
https://tweeki.kollabor.at/wiki/Buttons | https://tweeki.kollabor.at/wiki/Buttons |
Revisión actual del 12:32 1 may 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"> Especial:Categorías|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>