Diferencia entre revisiones de «Botones mediawiki»
De enunpimpam
(No se muestran 5 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
[[category:Ayuda]] | [[category:Ayuda]] | ||
− | + | Botón Simple | |
− | < | + | <syntaxhighlight lang="wiki"> |
<btn>Simple Button</btn> | <btn>Simple Button</btn> | ||
− | </ | + | </syntaxhighlight> |
<btn>Simple Button</btn> | <btn>Simple Button</btn> | ||
---- | ---- | ||
− | |||
− | < | + | Botones juntos |
− | + | <syntaxhighlight lang="wiki"> | |
− | + | <btn class="btn-primary"> | |
− | + | Left | |
− | + | Center | |
+ | Right | ||
+ | </btn> | ||
+ | </syntaxhighlight> | ||
<btn class="btn-primary"> | <btn class="btn-primary"> | ||
Left | Left | ||
+ | Center | ||
Right | Right | ||
</btn> | </btn> | ||
Línea 24: | Línea 27: | ||
− | <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 32: | Línea 46: | ||
* Category:Ubuntu|Ubuntu | * Category:Ubuntu|Ubuntu | ||
</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>