Difference between revisions of "Template:EnhancementBar"

From Fallen Sword Wiki
Jump to: navigation, search
Line 13: Line 13:
 
This template allows you to make a percentage bar for a specific enhancement.
 
This template allows you to make a percentage bar for a specific enhancement.
  
For example, if we have Piercing Strike 45%, then we would use <pre>{{EnhancementBar|Piercing Strike|45}}</pre>
+
For example, if we have Piercing Strike 45%, then we would use
 +
:<pre>{{EnhancementBar|Piercing Strike|45}}</pre>
  
 
== Other Uses ==
 
== 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
 
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
<pre>{{EnhancementBar|Mancrusha Boots|50}}</pre>
+
:<pre>{{EnhancementBar|Mancrusha Boots|50}}</pre>
  
 
Level Progress
 
Level Progress
<pre>{{EnhancementBar|Level Progress|47}}</pre>
+
:<pre>{{EnhancementBar|Level Progress|47}}</pre>
  
 
Medal Progress
 
Medal Progress
<pre>{{EnhancementBar|Adventurer Bronze Medal|32}}</pre>
+
:<pre>{{EnhancementBar|Adventurer Bronze Medal|32}}</pre>
 +
== Alternate Templates ==
 +
* [[Template:ProgressBar]]
 +
 
 
[[Category:Templates|{{PAGENAME}}]]
 
[[Category:Templates|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Revision as of 16:40, 10 March 2008

[[{{{1}}}]]:
{{{2}}}%

How to Use

This template allows you to make a percentage bar for a specific enhancement.

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

{{EnhancementBar|Piercing Strike|45}}

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

{{EnhancementBar|Mancrusha Boots|50}}

Level Progress

{{EnhancementBar|Level Progress|47}}

Medal Progress

{{EnhancementBar|Adventurer Bronze Medal|32}}

Alternate Templates