Difference between revisions of "Template:SKWindow/Cell"
From SpiralKnights
(Removed documentation because it got in the way when used and changed padding.) |
|||
Line 2: | Line 2: | ||
{| style="background: none;" | {| style="background: none;" | ||
</noinclude> | </noinclude> | ||
− | | colspan="{{{3|1}}}" rowspan="{{{4|1}}}" align="{{{2|left}}}" style="width: {{{5|*}}}; background: #283138; color: #FFFFFF; font-size: smaller; padding: 5px; 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:10, 13 November 2010
Content goes here. |
{{ SKWindow | Content | Align | Colspan | Rowspan | Width }} |