Diferencia entre revisiones de «Botones mediawiki»
De enunpimpam
(No se muestran 4 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
[[category:Ayuda]] | [[category:Ayuda]] | ||
− | + | Botón Simple | |
− | <syntaxhighlight lang=" | + | <syntaxhighlight lang="wiki"> |
<btn>Simple Button</btn> | <btn>Simple Button</btn> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Línea 10: | Línea 10: | ||
Botones juntos | Botones juntos | ||
− | <syntaxhighlight lang=" | + | <syntaxhighlight lang="wiki"> |
<btn class="btn-primary"> | <btn class="btn-primary"> | ||
Left | Left | ||
Línea 28: | Línea 28: | ||
Botones desplegables | Botones desplegables | ||
− | <syntaxhighlight lang=" | + | <syntaxhighlight lang="wiki"> |
<btn class="btn-danger"> | <btn class="btn-danger"> | ||
Dropdown-Menu | Dropdown-Menu | ||
Línea 47: | Línea 47: | ||
</btn> | </btn> | ||
+ | ---- | ||
+ | |||
+ | |||
+ | <syntaxhighlight lang="wiki"> | ||
+ | <btn class="btn-warning"> | ||
+ | Especial:Categorías|Categorías | ||
+ | * Category:Ubuntu|Ubuntu | ||
+ | </btn> | ||
+ | </syntaxhighlight> | ||
− | <btn> | + | <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>