Difference between revisions of "Template:SKWindow/Cell"

From SpiralKnights

Jump to: navigation, search
m
m (add hidden flexibility for curvature of borders. this should generally not be used but could be useful for certain tables. Defaults remain 5px so pages are unchanged.)
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
{| style="background: none;"
 
{| style="background: none;"
|-
 
 
</noinclude>
 
</noinclude>
| style="width: {{{1|*}}}; background: #283138; 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;" | {{{2|Content goes here.}}}<noinclude>
+
| colspan="{{{4|1}}}" rowspan="{{{5|1}}}" align="{{{2|left}}}" valign="{{{3|middle}}}" style="width: {{{6|*}}}; height: {{{7|*}}}; background: {{{background|#c7dbea}}}; color: {{{color|#000000}}}; font-size: {{{font|normal}}}; padding:{{{padding|5px 10px 5px 10px}}}; border-top-right-radius: {{{BTRR|5px}}}; border-top-left-radius: {{{BTLR|5px}}}; border-bottom-right-radius: {{{BBRR|5px}}}; border-bottom-left-radius: {{{BBLR|5px}}};" | {{{1|Content goes here.}}}<noinclude>
|}</noinclude>
+
|}
 +
{{Documentation
 +
| content =
 +
This template creates a cell in an SKWindow.
 +
 
 +
== Usage ==
 +
This template is intended to be used in the "body" parameter of the SKWindow template.
 +
 
 +
== Parameters ==
 +
=== Optional ===
 +
; 1 : The content of this cell.
 +
; 2 : The horizontal alignment of the contents of this cell. Accepted values are the same as CSS text-align values.
 +
; 3 : The vertical alignment of the contents of this cell. Accepted values are the same as CSS vertical-align values.
 +
; 4 : How many columns of this table this cell will take up.
 +
; 5 : How many rows of this table this cell will take up.
 +
; 6 : The width of this cell.
 +
; 7 : The height of this cell.
 +
}}</noinclude>

Latest revision as of 18:35, 16 August 2015

Content goes here.
Template documentation

This template creates a cell in an SKWindow.

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.
Personal tools