Difference between revisions of "Template:SKWindow/PageFormat"

From SpiralKnights

Jump to: navigation, search
m
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; border: {{{border-width|0px}}} {{{border-type|solid}}} rgb({{{border-color|73,110,139}}}); background: rgb({{{header background-color|235,201,77}}}); margin: {{{margin|1px}}}; 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>}}}; height:{{{height|}}}; border: {{{border-width|0px}}} {{{border-type|transparent}}} #496e8b; background:#496e8b; 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" |
{| 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;"
+
{| cellpadding="0" cellspacing="5" align="center" style="border: {{{body border-width|0px}}} {{{border-type|solid}}} #496e8b; background:#c7dbea; 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>
+
 
{{{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>
+

Latest revision as of 06:02, 6 December 2014

Personal tools