Difference between revisions of "Template:SkillBox1"

From Fallen Sword Wiki
Jump to: navigation, search
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{| style="border: 2px solid black; border-spacing: 0; float: right; font-size: 90%; margin: 0.25em 0.5em; width: 35%"
+
<includeonly>{| cellpadding="{{{1|3}}}" cellspacing="{{{2|3}}}" style="{{{3|border:0px;}}}" class="sortable"
|{| border="0" style="width: 30%; text-align: middle; border:1px solid #ACBABC; background: #EBF3F4;" cellpadding="3" cellspacing="3"
+
! 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}}};" | Image
|-|-
+
! align="{{{4|center}}}" width="25%" style="background-color: {{{5|#c38d37}}};" | Price
| valign="top" style="border:1px solid #ACBABC; text-align: Center; background: #F5F9FA" cellpadding="3" cellspacing="3"|
+
|-
[[{{{buff_name}}}]]
+
| align="{{{6|center}}}" style="background-color: {{{7|#e5c173}}};" | [[{{{buff}}}]]
| valign="top" style="border:1px solid #ACBABC; text-align: Center; background: #F5F9FA" cellpadding="3" cellspacing="3"|
+
| align="{{{6|center}}}" style="background-color: {{{8|#e5c173}}};" | {{{level}}}
{{{image_link}}}
+
| align="{{{6|center}}}" style="background-color: {{{9|#e5c173}}};" | {{{image_link}}}
| valign="top" style="border:1px solid #ACBABC; text-align: Center; background: #F5F9FA" cellpadding="3" cellspacing="3"|
+
| align="{{{6|center}}}" style="background-color: {{{10|#e5c173}}};" | {{{price}}}
{{{buff_level}}}
+
| valign="top" style="border:1px solid #ACBABC; text-align: Center; background: #F5F9FA" cellpadding="3" cellspacing="3"|
+
{{{buff_price}}} http://66.7.192.165/skin/gold_button.gif
+
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
{| style="width:600px; border: solid 2px #8A0808;padding:2px" align="center" cellspacing=0
 
| style="background:#FA5858;text-align:center"| '''DO NOT EDIT!'''
 
|-
 
| style="background:#FFFFFF;padding:3px" |
 
'''DO NOT''' edit this page. If you want to use the template just copy and paste it into your player's wiki. Editing this page may cause the template to stop working properly for other pages currently using this template.
 
|}
 
  
<pre>OK, start off by copying and pasting this:
+
Copy and paste this:
  
!Skills!!Image!!Level!!Price!!
+
<pre><nowiki>{{SkillBox1
 +
|buff=BUFFNAMEGOESHERE
 +
|image_link=IMAGELINKGOESHERE
 +
|level=LEVELGOESHERE
 +
|price=PRICEGOESHERE
 +
}}</nowiki></pre>
  
 +
Make sure you put a '''space''' and either <nowiki>{{Gold}} or {{FSP}}</nowiki> after each price to signify what type of currency.
  
  
  
Then for each buff, copy and paste this:
+
It looks like:
 +
{{SkillBox1
 +
|buff=BUFFNAMEGOESHERE
 +
|image_link=IMAGELINKGOESHERE
 +
|level=LEVELGOESHERE
 +
|price=PRICEGOESHERE
 +
}}
  
{{SkillBox|
+
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:
buff_name=REPLACETHIS|
+
image_link=REPLACETHIS|
+
buff_level=REPLACETHIS|
+
buff_price=REPLACETHIS|
+
}}
+
  
 +
<pre><nowiki>
 +
|price=PRICEGOESHERE
 +
|parameter_number=PARAMETERVALUEGOESHERE
 +
}}</nowiki></pre>
  
 +
The optional paramaters are as follows:
  
Then finsih off by copying and pasting this:
+
<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
 +
</pre>
  
|}
+
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 01:00, 5 June 2008


Copy and paste this:

{{SkillBox1
|buff=BUFFNAMEGOESHERE
|image_link=IMAGELINKGOESHERE
|level=LEVELGOESHERE
|price=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

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