Difference between revisions of "Template:EnhancementBar"

From Fallen Sword Wiki
Jump to: navigation, search
Line 97: Line 97:
  
 
== Alternate Templates ==
 
== Alternate Templates ==
 +
* [[Template:EnhancementBar2]] - This template allows for a level to be placed before the description.
 
* [[Template:ProgressBar]] - This template gives the same basic appearance without the link in front.
 
* [[Template:ProgressBar]] - This template gives the same basic appearance without the link in front.
  

Revision as of 02:34, 17 March 2008


Do not edit this page!
If you need to customize this template to fit your own needs, copy the code into a fresh template and work from there.
Editing this page may cause the template to stop working properly for other pages currently using this template.


How to Use

This template allows you to make a percentage bar for a specific enhancement. Note: The white parts of the background are actually transparent so the template can be used on any color background.

For example, if we have Piercing Strike 85%, then we would use

Code Output
{{EnhancementBar|Piercing Strike|85}}
Piercing Strike:
85%

Other Uses

This template can also be used if you are describing the enhancement amount for a specific item. For example, if we are describing the amount of enhancement for Mancrusha Boots on the Dodge page, it would be

Code Output
{{EnhancementBar|Mancrusha Boots|50}}
Mancrusha Boots:
50%


Level Progress

Code Output
{{EnhancementBar|Level Progress|47}}
Level Progress:
47%


Medal Progress

Code Output
{{EnhancementBar|Adventurer Bronze Medal|32}}
Adventurer Bronze Medal:
100%


Optional Parameters

This template now allows for users to customize the colors of the bar. However, if only select colors are changed, then parameters will have to be referred to by number.

1 = Description . . . . . . . . default: none (this parameter is mandatory)
2 = Percentage. . . . . . . . . default: none (this parameter is mandatory)
3 = Percentage Bar Color. . . . default: #f00 (red)
4 = Percentage Text Color . . . default: #fff (white)
5 = Full Bar Border Color . . . default: #000 (black)
6 = Full Bar Internal Color . . default: transparent
7 = Full Bar Border Size. . . . default: 1
8 = Description Width . . . . . default: 34%
9 = Full Bar Width. . . . . . . default: 66%
10 = Full Bar Border Style. . . default: solid
Code Output
{{EnhancementBar|Piercing Strike|85|#ff0|#8772ff|#045|7=2}}
Piercing Strike:
85%
{{EnhancementBar|Piercing Strike|85|10=dashed|4=#f0f|6=#0ff}}
Piercing Strike:
85%

Alternate Templates