Difference between revisions of "Template:SKWindow"
From SpiralKnights
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))) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {| 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 | + | {| 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|Title}}}'''''</big></big></big></td> | <td align="left"><big><big><big>'''''{{{title|Title}}}'''''</big></big></big></td> | ||
Line 8: | Line 8: | ||
|- | |- | ||
| align="center" | | | align="center" | | ||
− | {| cellpadding="0" cellspacing="5" align="center" style="border: {{{body border-width|2px}}} {{{ | + | {| 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> | ||
|- | |- |
Latest revision as of 22:48, 9 December 2011
| |
|
This template create a table in Spiral Knights' visual style. Subpages provide helper templates that work with this one.
Contents
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.
Editors can experiment in this template's sandbox (create) and testcases (create) pages. Subpages of this template. |