Difference between revisions of "Template:EnhancementBar"
From Fallen Sword Wiki
(→Optional Parameters) |
|||
Line 78: | Line 78: | ||
| width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|#ff0}} | | width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|#ff0}} | ||
|- | |- | ||
− | | width="50%" style="border:1px solid #aaa;" | <code><nowiki>{{EnhancementBar|Piercing Strike|85|# | + | | width="50%" style="border:1px solid #aaa;" | <code><nowiki>{{EnhancementBar|Piercing Strike|85|#f0f|#0ff}}</nowiki></code> |
− | | width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|# | + | | width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|#f0f|#0ff}} |
|} | |} | ||
Revision as of 18:28, 10 March 2008
Do not edit this page! | |
| |
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}}
|
|
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}}
|
|
Level Progress
Code | Output | |||
---|---|---|---|---|
{{EnhancementBar|Level Progress|47}}
|
|
Medal Progress
Code | Output | |||
---|---|---|---|---|
{{EnhancementBar|Adventurer Bronze Medal|32}}
|
|
Optional Parameters
This template now allows for users to customize the colors of the bar. However, if the text color is changed, then the bar color will also need to be changed. If the colors are not changed, the default colors are white and red.
Code | Output | |||
---|---|---|---|---|
{{EnhancementBar|Piercing Strike|85|#ff0}}
|
| |||
{{EnhancementBar|Piercing Strike|85|#f0f|#0ff}}
|
|
Alternate Templates
- Template:ProgressBar - This template gives the same basic appearance without the link in front.