Difference between revisions of "Template:SKWindow/EmptyCell"

From SpiralKnights

Jump to: navigation, search
(Revised documentation.)
(added editable background, hopefully it works or will have to revert)
Line 2: Line 2:
 
{| style="background: none;"
 
{| style="background: none;"
 
</noinclude>
 
</noinclude>
| colspan="{{{4|1}}}" rowspan="{{{5|1}}}" align="{{{2|left}}}" valign="{{{3|middle}}}" style="width: {{{6|*}}}; height: {{{7|*}}}; background: none; color: #FFFFFF; font-size: smaller; padding: 5px 10px 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" | {{{1|This is empty.}}}<noinclude>
+
| colspan="{{{4|1}}}" rowspan="{{{5|1}}}" align="{{{2|left}}}" valign="{{{3|middle}}}" style="width: {{{6|*}}}; height: {{{7|*}}}; background: {{{8|none}}}; color: #FFFFFF; font-size: smaller; padding: 5px 10px 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" | {{{1|This is empty.}}}<noinclude>
 
|}<noinclude>
 
|}<noinclude>
 
{{Documentation
 
{{Documentation
Line 20: Line 20:
 
; 6 : The width of this cell.
 
; 6 : The width of this cell.
 
; 7 : The height of this cell.
 
; 7 : The height of this cell.
 +
; 8 : The background color of this cell.
 
}}</noinclude>
 
}}</noinclude>

Revision as of 05:20, 13 May 2014

This is empty.
Template documentation

This template creates a cell without a background in an SKWindow and works exactly like SKWindow/Cell. It can be used to create an empty space where a cell is necessary, or to simply leave out the background for aesthetic purposes.

Usage

This template is intended to be used in the "body" parameter of the SKWindow template.

Parameters

Optional

The content of this cell.
The horizontal alignment of the contents of this cell. Accepted values are the same as CSS text-align values.
The vertical alignment of the contents of this cell. Accepted values are the same as CSS vertical-align values.
How many columns of this table this cell will take up.
How many rows of this table this cell will take up.
The width of this cell.
The height of this cell.
The background color of this cell.
Personal tools