Difference between revisions of "Template:SKWindow/PageFormat"

From SpiralKnights

Jump to: navigation, search
m (Undo revision 178325 by Novaster (Talk))
m (test)
Line 1: Line 1:
 
{| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; border: {{{border-width|1px}}} {{{border-type|solid}}} rgb({{{border-color|73,110,139}}}); background: rgb({{{header background-color|235,201,77}}}); margin: {{{margin|2px}}}; 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|1px}}} {{{border-type|solid}}} rgb({{{border-color|73,110,139}}}); background: rgb({{{header background-color|235,201,77}}}); margin: {{{margin|2px}}}; 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; 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>}}
 
<td align="left"><big><big><big>'''''{{{title|Title}}}'''''</big></big></big></td>
 
{{#if: {{{stars|}}} | <td width="50">{{Star|{{{stars}}}|color=4d6d89}}</td>}}
 
</tr></table>
 
 
|-
 
|-
 
| align="center" |
 
| align="center" |
Line 15: Line 9:
 
{{{body|}}}
 
{{{body|}}}
 
|}
 
|}
|}<noinclude>
+
|}
{{Documentation
+
| content =
+
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.
+
}}</noinclude>
+

Revision as of 04:00, 6 December 2014


Personal tools