Difference between revisions of "Template:SkillBox1"
From Fallen Sword Wiki
(Made optional parameters) |
|||
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;}}}" | ||
− | ! align="{{{ | + | ! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Name |
− | ! align="{{{ | + | ! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Level |
− | ! align="{{{ | + | ! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Image |
− | ! align="{{{ | + | ! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Price |
|- | |- | ||
− | | align="{{{ | + | | align="{{{6|center}}}" style="background-color: {{{7|#e5c173}}};" | [[{{{buff}}}]] |
− | | align="{{{ | + | | align="{{{6|center}}}" style="background-color: {{{8|#e5c173}}};" | {{{level}}} |
− | | align="{{{ | + | | align="{{{6|center}}}" style="background-color: {{{9|#e5c173}}};" | {{{image_link}}} |
− | | align="{{{ | + | | align="{{{6|center}}}" style="background-color: {{{10|#e5c173}}};" | {{{price}}}{{{11|http://66.7.192.165/skin/gold_button.gif}}} |
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
− | |||
− | |||
− | |||
− | |||
Copy and paste this: | Copy and paste this: | ||
Line 41: | Line 37: | ||
The optional paramaters are as follows: | The optional paramaters are as follows: | ||
− | + | <pre> | |
− | <pre> | + | 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 Row (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 | |
− | + | 11=Put http://66.7.192.165/skin/pp_button.gif if Price is in FSPs | |
− | + | </pre> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[Category:Templates|{{PAGENAME}}]]</noinclude> | [[Category:Templates|{{PAGENAME}}]]</noinclude> |
Revision as of 04:48, 1 June 2008
Copy and paste this:
{{SkillBox1 |buff=BUFFNAMEGOESHERE |image_link=IMAGELINKGOESHERE |level=LEVELGOESHERE |price=PRICEGOESHERE }}
It looks like:
Name | Level | Image | Price |
---|---|---|---|
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:
|price=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 Row (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 11=Put http://66.7.192.165/skin/pp_button.gif if Price is in FSPs