Template:EnhancementBar

From Fallen Sword Wiki
Jump to: navigation, search


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|4}}
Adventurer Bronze Medal:
4%


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: #000 (black)
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
11 = Full Bar Padding . . . . . default: 1px
12 = Percentage Font-Size . . . default: 9pt
13 = Percentage Font-Family . . default: Arial
14 = Description Font-Size. . . default: 10pt
15 = Description Font-Family. . default: Arial
Code Output
{{EnhancementBar|Piercing Strike|100|#ff0|#8772ff|#f0f|12=15pt|7=2}}
Piercing Strike:
100%
{{EnhancementBar|Banishment|85|10=dashed|4=#f0f}}
Banishment:
85%
{{EnhancementBar|Critical Hit|9|4=#f0f|13='Arial Black'|6=#0ff|7=4}}
Critical Hit:
9%
{{EnhancementBar|Holy|47|11=3|7=4|15=Verdana}}
Holy:
47%

Alternate Templates