Diferencia entre revisiones de «Plantilla:SKWindow»

De SpiralKnights-es

Saltar a: navegación, buscar
m (Protected "Template:SKWindow": Due to misedits of this page, I'm locking this and any suggested changes can be done via the talk page. ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
(Una revisión intermedia por el mismo usuario no mostrado)
Línea 1: Línea 1:
{| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; border: 5px solid #000000; background: #ebc94d; margin: {{{margin|0px}}}; border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -icab-border-radius: 14px; -o-border-radius: 14px;"
+
{| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; border: {{{border-width|5px}}} {{{border-type|solid}}} rgb({{{border-color|0,0,0}}}); background: rgb({{{header background-color|235,201,77}}}); margin: {{{margin|0px}}}; border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -icab-border-radius: 14px; -o-border-radius: 14px;"
 
|-
 
|-
| <table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" width="100%" style="background: none;"><tr>
+
| <table cellpadding="0" cellspacing="{{#if: {{{icon|}}} | 5 | 10}}" width="100%" style="background: none; color: rgb({{{header font-color|0,0,0}}})"><tr>
 
{{#if: {{{icon|}}} | <td width="36" vertical-align="middle"><div style="width: 36px; height: 36px; overflow: hidden;">[[Image:{{{icon}}}|36px]]</div></td>}}
 
{{#if: {{{icon|}}} | <td width="36" vertical-align="middle"><div style="width: 36px; height: 36px; overflow: hidden;">[[Image:{{{icon}}}|36px]]</div></td>}}
<td align="left"><big><big><big>'''''{{{title|Título}}}'''''</big></big></big></td>
+
<td align="left"><big><big><big>'''''{{{title|Title}}}'''''</big></big></big></td>
 
{{#if: {{{stars|}}} | <td width="50">{{Star|{{{stars}}}|color=4d6d89}}</td>}}
 
{{#if: {{{stars|}}} | <td width="50">{{Star|{{{stars}}}|color=4d6d89}}</td>}}
 
</tr></table>
 
</tr></table>
 
|-
 
|-
 
| align="center" |
 
| align="center" |
{| cellpadding="0" cellspacing="5" align="center" style="border: 2px solid #496e8b; background: #114255; width: 100%; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;"
+
{| cellpadding="0" cellspacing="5" align="center" style="border: {{{body border-width|2px}}} {{{border-type|solid}}} rgb({{{body border-color|73,110,139}}}); background: rgb({{{body background-color|17,66,85}}}); width: 100%; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;"
 
<noinclude>
 
<noinclude>
 
|-
 
|-
Línea 18: Línea 18:
 
{{Documentation
 
{{Documentation
 
| content =
 
| content =
Esta plantilla crea una tabla en el estilo visual de Spiral Knights. Las subpáginas proporcionan ayuda a la plantilla que trabajan con esta.
+
This template create a table in Spiral Knights' visual style. Subpages provide helper templates that work with this one.
  
== Uso ==
+
== Usage ==
Esta plantilla se puede usar en cualquier parte para mostrar información.
+
This template can be used anywhere to display information.
  
== Parámetros ==
+
== Parameters ==
=== Requerido ===
+
=== Required ===
; title : El título de la tabla.
+
; title : The title of the table.
; body : El contenido principal de la tabla. Usa solamente plantillas de ayuda de subpáginas aquí.
+
; body : The main content area of the table. Only use subpage helper templates here.
  
=== Opcional ===
+
=== Optional ===
; width : El ancho de la tabla en formato CSS, por ejemplo: "200px".
+
; width : The width of the table in CSS format, i.e.: "200px".
; align : Hacia donde se alinea la tabla. Por defecto se muestra dentro de la línea, los valores aceptados son "left", "center", "right", y "justify".
+
; align : Where the table aligns to. By default it displays inline. Accepted values are "left", "center", "right", and "justify".
; margin : Cuánto espacio esta fuera de la tabla, en formato CSS, por ejemplo: "20px" or "10px 20px 10px 20px".
+
; margin : How much space is around the outside of the table, in CSS format, i.e.: "20px" or "10px 20px 10px 20px".
; icon : El nombre del archivo y la extensión de la imagen que se va a usar como icono en la esquina superior izquierda de la tabla. Si no se anota, el espacio donde se muestra el icono será tomado por otros elementos.
+
; icon : The file name and extension of the image to be used as the icon in the top-left corner of the table. If not given, the space where the icon displays will be taken up by other elements.
; stars : El rango en estrellas que se mostrará en la esquina superior izquierda de la tabla. Si no se anota, el espacio donde se muestran las estrellas será tomado por otros elementos.
+
; stars : The star rating to display in the top-right corner of the table. If not given, the space where the stars display will be taken up by other elements.
 
}}</noinclude>
 
}}</noinclude>

Revisión de 14:48 9 dic 2011

Title


Documentación de esta plantilla

This template create a table in Spiral Knights' visual style. Subpages provide helper templates that work with this one.

Usage

This template can be used anywhere to display information.

Parameters

Required

title 
The title of the table.
body 
The main content area of the table. Only use subpage helper templates here.

Optional

width 
The width of the table in CSS format, i.e.: "200px".
align 
Where the table aligns to. By default it displays inline. Accepted values are "left", "center", "right", and "justify".
margin 
How much space is around the outside of the table, in CSS format, i.e.: "20px" or "10px 20px 10px 20px".
icon 
The file name and extension of the image to be used as the icon in the top-left corner of the table. If not given, the space where the icon displays will be taken up by other elements.
stars 
The star rating to display in the top-right corner of the table. If not given, the space where the stars display will be taken up by other elements.
Herramientas personales