Diferencia entre revisiones de «Plantilla:SKWindowsmall/doc»
De SpiralKnights-es
m (1 revisión) |
m (falta traducir. actualizado) |
||
(Una revisión intermedia por el mismo usuario no mostrado) | |||
Línea 1: | Línea 1: | ||
<noinclude>{{documentation subpage}}</noinclude> | <noinclude>{{documentation subpage}}</noinclude> | ||
This template creates a table in Spiral Knights' visual style. Subpages from the [[Template:SKWindow]] template provide helper templates that work with this one. | This template creates a table in Spiral Knights' visual style. Subpages from the [[Template:SKWindow]] template provide helper templates that work with this one. | ||
− | == | + | ==Parámetros== |
− | + | ===Requerido=== | |
+ | '''title''' | ||
+ | :a line of text, will appear in yellow header area | ||
+ | '''body''' | ||
+ | :content of the skwindowsmall goes here. Can work with most other templates. | ||
+ | |||
+ | ===Opcional=== | ||
+ | '''title-align''' | ||
+ | :CSS command such as "left" or "center," positions the title text in the yellow header area horizontally. | ||
+ | |||
+ | '''window-align''' | ||
+ | :CSS command such as "left" or "center," positions the entire window within the page horizontally. | ||
+ | |||
+ | ==Uso== | ||
+ | <nowiki> | ||
+ | {{SKWindowsmall</nowiki><br/><nowiki> | ||
+ | | title= </nowiki><br/><nowiki> | ||
+ | | title-align= </nowiki><br/><nowiki> | ||
+ | | body= </nowiki><br/><nowiki> | ||
+ | }}</nowiki> | ||
+ | |||
+ | :;Ejemplo: | ||
+ | |||
+ | <nowiki> | ||
+ | {{SKWindowsmall</nowiki><br/><nowiki> | ||
+ | | title= Hey look at me I'm a title </nowiki><br/><nowiki> | ||
+ | | title-align= center </nowiki><br/><nowiki> | ||
+ | | body= Hey look at me I'm content. You should probably use helper templates/ SK cells in here! </nowiki><br/><nowiki> | ||
+ | }}</nowiki> | ||
+ | |||
+ | :;Produce: | ||
− | |||
{{SKWindowsmall | {{SKWindowsmall | ||
− | | title= | + | | title= Hey look at me I'm a title |
− | | body= | + | | title-align= center |
− | }} | + | | body= Hey look at me I'm content. You should probably use helper templates/SK cells in here! |
+ | }} |
Última revisión de 21:54 7 oct 2015
Esta es una subpágina de documentación para Plantilla:SKWindowsmall (ve a esa página para ver la plantilla en si). Contiene la información de uso, categorías y otro contenido que no son parte de la página original de la plantilla. |
This template creates a table in Spiral Knights' visual style. Subpages from the Template:SKWindow template provide helper templates that work with this one.
Contenido
Parámetros
Requerido
title
- a line of text, will appear in yellow header area
body
- content of the skwindowsmall goes here. Can work with most other templates.
Opcional
title-align
- CSS command such as "left" or "center," positions the title text in the yellow header area horizontally.
window-align
- CSS command such as "left" or "center," positions the entire window within the page horizontally.
Uso
{{SKWindowsmall
| title=
| title-align=
| body=
}}
- Ejemplo
{{SKWindowsmall
| title= Hey look at me I'm a title
| title-align= center
| body= Hey look at me I'm content. You should probably use helper templates/ SK cells in here!
}}
- Produce
Hey look at me I'm a title | |
|