Difference between revisions of "Template:SKWindow2"

From SpiralKnights

Jump to: navigation, search
(work around colspan issue)
(Make the header colspan value adjustable through additional optional argument)
Line 1: Line 1:
 
{| cellpadding="0" cellspacing="4" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; margin: {{{margin|0px}}}; border: 2px solid #496e8b; background: #114255; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;" class="sortable {{#if:{{{collapsible|}}}|collapsible {{{state|uncollapsed}}}}}"
 
{| cellpadding="0" cellspacing="4" align="{{{align|*}}}" style="width: {{{width|<includeonly>*</includeonly><noinclude>200px</noinclude>}}}; margin: {{{margin|0px}}}; border: 2px solid #496e8b; background: #114255; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;" class="sortable {{#if:{{{collapsible|}}}|collapsible {{{state|uncollapsed}}}}}"
{{#if:{{{header|}}}| !colspan=7 class="unsortable" style="background: #ebc94d; padding: 2px 2px 2px 2px;" {{!}}{{{header|}}}}}<noinclude>
+
{{#if:{{{header|}}}| !colspan={{{colspan|7}}} class="unsortable" style="background: #ebc94d; padding: 2px 2px 2px 2px;" {{!}}{{{header|}}}}}<noinclude>
 
|-
 
|-
 
|
 
|
Line 19: Line 19:
 
; collapsible : Whether to make the table collapsible. Possible values "yes" or "no".  Default value is "no". (requires header)
 
; collapsible : Whether to make the table collapsible. Possible values "yes" or "no".  Default value is "no". (requires header)
 
; state : The default state of the table either "collapsed" or "uncollapsed". Default value is uncollapsed.
 
; state : The default state of the table either "collapsed" or "uncollapsed". Default value is uncollapsed.
 +
; colspan : The number of columns spanned by the header.  The default value is 7 for legacy reasons.
 
}}</noinclude>
 
}}</noinclude>

Revision as of 11:42, 11 September 2011

Template documentation

This template creates a more compact table in Spiral Knights' visual style, but without a header. Use SKCell2 with this template.

Usage

This template can be used anywhere to display information.

Parameters

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".
header 
Text to add as header. If left blank no header is generated.
collapsible 
Whether to make the table collapsible. Possible values "yes" or "no". Default value is "no". (requires header)
state 
The default state of the table either "collapsed" or "uncollapsed". Default value is uncollapsed.
colspan 
The number of columns spanned by the header. The default value is 7 for legacy reasons.
Personal tools