Difference between revisions of "Template:SkillBox1"

From Fallen Sword Wiki
Jump to: navigation, search
(Just temporary for Belgrave to look)
Line 1: Line 1:
{| border="0" style="width: 30%; text-align: middle; border:1px solid #ACBABC; background: #EBF3F4;" cellpadding="3" cellspacing="3"
+
{| border="0" style="width: 30%; text-align: middle; cellpadding="{{{1|3}}}" cellspacing="{{{2|3}}}"
 
{|  width="50%" cellpadding="3"
 
{|  width="50%" cellpadding="3"
 
{|  width="50%" cellpadding="3"
 
{|  width="50%" cellpadding="3"
 
|-
 
|-
! align="center" style="background-color: #C38D37;" | Name
+
! align="center" style="background-color: {{{3|#C38D37}}};" | Name
! align="center" style="background-color: #C38D37;" | Level
+
! align="center" style="background-color: {{{3|#C38D37}}};" | Level
! align="center" style="background-color: #C38D37;" | Image
+
! align="center" style="background-color: {{{3|#C38D37}}};" | Image
 
|-
 
|-
| align="center" style="background-color: #e5c173;" | [[{{{buff}}}]]
+
| align="center" style="background-color: {{{4|#e5c173}}};" | [[{{{buff}}}]]
| align="center" style="background-color: #e5c173;" | {{{level}}}
+
| align="center" style="background-color: {{{4|#e5c173}}};" | {{{level}}}
| align="center" style="background-color: #e5c173;" | {{{image_link}}}
+
| align="center" style="background-color: {{{4|#e5c173}}};" | {{{image_link}}}
 
|}<br>
 
|}<br>
 
<noinclude>
 
<noinclude>
<pre>Copy and paste this:
+
Copy and paste this:
  
<nowiki>{{SkillBox1
+
<pre><nowiki>{{SkillBox1
 
|buff=BUFFNAMEGOESHERE
 
|buff=BUFFNAMEGOESHERE
 
|image_link=IMAGELINKGOESHERE
 
|image_link=IMAGELINKGOESHERE
Line 20: Line 20:
 
|price=PRICEGOESHERE
 
|price=PRICEGOESHERE
 
}}</nowiki></pre>
 
}}</nowiki></pre>
 +
 +
There are also optional parameters, to change colors and such. To use an optional parameter, add a new line after the price parameter like this:
 +
 +
<pre><nowiki>
 +
|price=PRICEGOESHERE
 +
|parameter_number=PARAMETERVALUEGOESHERE
 +
}}</nowiki></pre>
 +
 +
The optional paramaters are as follows:
  
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>
 
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Revision as of 02:05, 1 June 2008

Name Level Image
[[{{{buff}}}]] {{{level}}} {{{image_link}}}

Copy and paste this:

{{SkillBox1
|buff=BUFFNAMEGOESHERE
|image_link=IMAGELINKGOESHERE
|level=LEVELGOESHERE
|price=PRICEGOESHERE
}}

There are also optional parameters, to change colors and such. To use an optional parameter, add a new line after the price parameter like this:

|price=PRICEGOESHERE
|parameter_number=PARAMETERVALUEGOESHERE
}}

The optional paramaters are as follows: