Difference between revisions of "Template:SKWindow/Cell"

From SpiralKnights

Jump to: navigation, search
m
(Added align and documentation.)
Line 2: Line 2:
 
{| style="background: none;"
 
{| style="background: none;"
 
</noinclude>
 
</noinclude>
| colspan="{{{2|1}}}" rowspan="{{{3|1}}}" style="width: {{{4|*}}}; 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;" | {{{1|Content goes here.}}}<noinclude>
+
| colspan="{{{3|1}}}" rowspan="{{{4|1}}}" align="{{{2|left}}}" style="width: {{{5|*}}}; 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;" | {{{1|Content goes here.}}}<noinclude>
|}</noinclude>
+
|}</noinclude><noinclude>
 +
{| align="center" width="50%" style="background: none;"
 +
|+ '''Use the following to create a cell in an SKWindow.'''
 +
|-
 +
|
 +
<pre>
 +
{{ SKWindow | Content | Align | Colspan | Rowspan | Width }}
 +
</pre>
 +
|}
 +
</noinclude>

Revision as of 22:05, 13 November 2010

Content goes here.
Use the following to create a cell in an SKWindow.
{{ SKWindow | Content | Align | Colspan | Rowspan | Width }}
Personal tools