Difference between revisions of "Template:SKWindow"

From SpiralKnights

Jump to: navigation, search
m (Fixed padding.)
m (Added align.)
Line 1: Line 1:
{| cellpadding="0" cellspacing="0" style="width: {{{width|*}}}; border: 5px solid #000000; background: #ebc94d; margin: {{{margin|0px}}}; border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -icab-border-radius: 14px; -o-border-radius: 14px;"
+
{| cellpadding="0" cellspacing="0" align="{{{align|*}}}" style="width: {{{width|*}}}; border: 5px solid #000000; background: #ebc94d; margin: {{{margin|0px}}}; border-radius: 14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; -khtml-border-radius: 14px; -icab-border-radius: 14px; -o-border-radius: 14px;"
 
|-
 
|-
 
| <table cellpadding="0" cellspacing="5" width="100%" style="background: none;"><tr>
 
| <table cellpadding="0" cellspacing="5" width="100%" style="background: none;"><tr>
Line 25: Line 25:
 
{{SKWindow
 
{{SKWindow
 
| width = Number
 
| width = Number
 +
| align = Align
 
| margin = Number(s)
 
| margin = Number(s)
 
| icon = Image name
 
| icon = Image name

Revision as of 22:54, 13 November 2010

Title



Use the following to display a table with Spiral Knights' visual style.
{{SKWindow
| width = Number
| align = Align
| margin = Number(s)
| icon = Image name
| title = Title
| stars = Star rating
| body = Body
}}
Personal tools