Template:ProgressBar

From Fallen Sword Wiki
Jump to: navigation, search


DO NOT EDIT!

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.




How to Use

This template allows you to make a percentage bar for a specific progress. It is nearly the same as the Enhancement Bar Template. The difference is the text in front of the bar is now no link.

Level Progress

If you want to show your progress in lvl, just use

Code Output
{{ProgressBar|Progress to next lvl|45}}
Progress to next lvl:
45%

Medal Progress

You can also use it to show your progress in medals or whatever you want.

Code Output
{{ProgressBar|Progress to next Medal|88}}
Progress to next Medal:
88%



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: 30%
9 = Full Bar Width. . . . . . . default: 70%
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
{{ProgressBar|Progress to next lvl|85|#ff0|#8772ff|#045|7=2}}
Progress to next lvl:
85%
{{ProgressBar|Progress to next lvl|85|4=#000|6=#0ff}}
Progress to next lvl:
85%



Alternate Templates