Template:MenuBox
Ir a la navegación
Ir a la búsqueda
Available doc translations

…
La página de documentación Template:MenuBox/doc/es no existe.
La documentación en inglés se mostrará en su lugar, pudiendo usar el traductor de Google (o un software similar) para traducir esta página. Si no aparece nada tras este mensaje, es que la documentación no existe ni en inglés.
La documentación en inglés se mostrará en su lugar, pudiendo usar el traductor de Google (o un software similar) para traducir esta página. Si no aparece nada tras este mensaje, es que la documentación no existe ni en inglés.
Creates a right-floating navigation box. This template will normally be wrapped in another.
Parameters
Parameter | Description | Example |
---|---|---|
{{{title}}} | Title of the menu box. | |
{{{link}}} | Adds a link for the title. If this is not set, it will use the {{{title}}} as the link. | |
{{{nolink}}} | Prevents the link from being loaded. Useful for pages that don't have a page for it. | |
{{{icon}}} | A file link that will be placed before the title. | |
{{{text}}} | Used for adding a list of items or text. | |
{{{txtcolor}}} | Color of the content text. | |
{{{bgcolor}}} | Main background color. | |
{{{bgcolor2}}} | Title box colormain background color. | |
{{{bdcolor}}} | Outer border color. | |
{{{bdcolor2}}} | Bottom border on title box. | |
{{{nofloat}}} | Sets the position to be inline. |
Preview and example
{{MenuBox | title = Main Page | icon = {{hl2}} | text = <span> # MenuBox List Item 1 # MenuBox List Item 2 # MenuBox List Item 3 # MenuBox List Item 4 # MenuBox List Item 5 # MenuBox List Item 6 # MenuBox List Item 7 </span> }}