Difference between revisions of "Template:SkillBox5"
From Fallen Sword Wiki
Line 1: | Line 1: | ||
− | <includeonly>{| cellpadding="{{{1|3}}}" cellspacing="{{{2|3}}}" style="{{{3|border:0px;}}}" | + | <includeonly>{| cellpadding="{{{1|3}}}" cellspacing="{{{2|3}}}" style="{{{3|border:0px;}}}" class="sortable" |
! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Name | ! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Name | ||
! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Level | ! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Level |
Latest revision as of 01:02, 5 June 2008
Copy and paste this:
{{SkillBox5 |buff1=BUFFNAMEGOESHERE |image_link1=IMAGELINKGOESHERE |level1=LEVELGOESHERE |price1=PRICEGOESHERE |buff2=BUFFNAMEGOESHERE |image_link2=IMAGELINKGOESHERE |level2=LEVELGOESHERE |price2=PRICEGOESHERE |buff3=BUFFNAMEGOESHERE |image_link3=IMAGELINKGOESHERE |level3=LEVELGOESHERE |price3=PRICEGOESHERE |buff4=BUFFNAMEGOESHERE |image_link4=IMAGELINKGOESHERE |level4=LEVELGOESHERE |price4=PRICEGOESHERE |buff5=BUFFNAMEGOESHERE |image_link5=IMAGELINKGOESHERE |level5=LEVELGOESHERE |price5=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 |
BUFFNAMEGOESHERE | LEVELGOESHERE | IMAGELINKGOESHERE | PRICEGOESHERE |
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:
|price5=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, Third, Fourth, Fifth, and Sixth 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