Plantilla:Botón enlazable/doc
Uso
editarENGLISH
editarExample: {{Botón enlazable|Portada}} ⇒
See w:en:Template:Clickable button 2 for documentation and updates
This template styles a link like a button, using the mediawiki.ui.button module. This expands the clickable area and tap target for the link. It can be used in the following ways,
- Code:
{{Botón enlazable|página principal}}
or{{Botón|página principal}}
- Code:
{{Botón enlazable|Portada|Página principal}}
- Code:
{{Botón enlazable|Portada|url=https://es.wikiversity.org}}
- Code:
{{Botón enlazable|Portada|class=mw-ui-destructive}}
- Code:
{{Botón enlazable|Portada|class=mw-ui-progressive}}
Template data
editarStyles a link like a button, using the mediawiki.ui.button module
Parámetro | Descripción | Tipo | Estado | |
---|---|---|---|---|
Link/Label | 1 | Defines the page to link to, and uses that page's title as the text for the button
| Nombre de página | obligatorio |
Label | 2 | Defines the text that appears on the button | Desconocido | sugerido |
URL | url | Defines a web address for the button to link to
| URL | opcional |
class | class | Defines the visual type of the button
| Cadena | opcional |
style | style | sin descripción | Cadena | opcional |
category | category | sin descripción | Lógico | opcional |