Difference between revisions of "Template:SkillBox2"

From Fallen Sword Wiki
Jump to: navigation, search
Line 8: Line 8:
 
| align="{{{6|center}}}" style="background-color: {{{8|#e5c173}}};" | {{{level1}}}
 
| align="{{{6|center}}}" style="background-color: {{{8|#e5c173}}};" | {{{level1}}}
 
| align="{{{6|center}}}" style="background-color: {{{9|#e5c173}}};" | {{{image_link1}}}
 
| align="{{{6|center}}}" style="background-color: {{{9|#e5c173}}};" | {{{image_link1}}}
| align="{{{6|center}}}" style="background-color: {{{10|#e5c173}}};" | {{{price1}}} {{Gold}}
+
| align="{{{6|center}}}" style="background-color: {{{10|#e5c173}}};" | {{{price1}}}
 
|-
 
|-
 
| align="{{{6|center}}}" style="background-color: {{{7|#e5c173}}};" | [[{{{buff2}}}]]
 
| align="{{{6|center}}}" style="background-color: {{{7|#e5c173}}};" | [[{{{buff2}}}]]
 
| align="{{{6|center}}}" style="background-color: {{{8|#e5c173}}};" | {{{level2}}}
 
| align="{{{6|center}}}" style="background-color: {{{8|#e5c173}}};" | {{{level2}}}
 
| align="{{{6|center}}}" style="background-color: {{{9|#e5c173}}};" | {{{image_link2}}}
 
| align="{{{6|center}}}" style="background-color: {{{9|#e5c173}}};" | {{{image_link2}}}
| align="{{{6|center}}}" style="background-color: {{{10|#e5c173}}};" | {{{price2}}} {{Gold}}
+
| align="{{{6|center}}}" style="background-color: {{{10|#e5c173}}};" | {{{price2}}}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
  
Line 28: Line 28:
 
|price2=PRICEGOESHERE
 
|price2=PRICEGOESHERE
 
}}</nowiki></pre>
 
}}</nowiki></pre>
 +
 +
Make sure you put a '''space''' and either <nowiki>{{Gold}} or {{FSP}}</nowiki> after each price to signify what type of currency.
 +
 +
  
 
It looks like:
 
It looks like:

Revision as of 02:22, 2 June 2008


Copy and paste this:

{{SkillBox2
|buff1=BUFFNAMEGOESHERE
|image_link1=IMAGELINKGOESHERE
|level1=LEVELGOESHERE
|price1=PRICEGOESHERE
|buff2=BUFFNAMEGOESHERE
|image_link2=IMAGELINKGOESHERE
|level2=LEVELGOESHERE
|price2=PRICEGOESHERE
}}

Make sure you put a space and either {{Gold}} or {{FSP}} after each price to signify what type of currency.


It looks like:

Name Level Image Price
BUFFNAMEGOESHERE LEVELGOESHERE IMAGELINKGOESHERE PRICEGOESHERE
BUFFNAMEGOESHERE LEVELGOESHERE IMAGELINKGOESHERE 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:

|price2=PRICEGOESHERE
|parameter_number=PARAMETERVALUEGOESHERE
}}

The optional paramaters are as follows:

1=Cell Padding (Space between text and edge of box)
2=Cell Spacing (Space between boxes)
3=Style (Customizable)
4=Alignment of First Row (Left, Center, Right)
5=Background Color of First Row
6=Alignment of Second and Third Rows (Left, Center, Right)
7=Background Color of First Column
8=Background Color of Second Column
9=Background Color of Third Column
10=Background Color of Fourth Column