Difference between revisions of "Template:EnhancementBar"
From Fallen Sword Wiki
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| width="100%" style="background:transparent;" | {| width="100%" style="background:transparent;" | ||
− | | style="text-align:right" valign="middle" width="34%" | [[{{{1}}}]]: | + | | style="text-align:right" valign="middle" width="{{{8|34%}}}" | [[{{{1}}}]]: |
− | | valign="middle" width="66%" | | + | | valign="middle" width="{{{9|66%}}}" | |
− | {| style="border:{{{7|1}}}px solid {{{5|#000}}};background:{{{6|transparent}}};" cellpadding="0" cellspacing="0" width="100%" | + | {| style="border:{{{7|1}}}px {{{10|solid}}} {{{5|#000}}};background:{{{6|transparent}}};" cellpadding="0" cellspacing="0" width="100%" |
| style="text-align:left;" | | | style="text-align:left;" | | ||
{| width="{{{2}}}%" style="background:{{{6|transparent}}};" | {| width="{{{2}}}%" style="background:{{{6|transparent}}};" | ||
Line 73: | Line 73: | ||
<pre> | <pre> | ||
− | 1 = Description . . . . . . . . default: none | + | 1 = Description . . . . . . . . default: none (this parameter is mandatory) |
− | 2 = Percentage . . . . . . . . .default: none | + | 2 = Percentage. . . . . . . . . default: none (this parameter is mandatory) |
− | 3 = Percentage Bar Color . . . .default: #f00 (red) | + | 3 = Percentage Bar Color. . . . default: #f00 (red) |
4 = Percentage Text Color . . . default: #fff (white) | 4 = Percentage Text Color . . . default: #fff (white) | ||
5 = Full Bar Border Color . . . default: #000 (black) | 5 = Full Bar Border Color . . . default: #000 (black) | ||
6 = Full Bar Internal Color . . default: transparent | 6 = Full Bar Internal Color . . default: transparent | ||
− | 7 = Full Bar Border Size . . . .default: 1 | + | 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 | ||
</pre> | </pre> | ||
Line 89: | Line 92: | ||
| width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|#ff0|#8772ff|#045|7=2}} | | width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|#ff0|#8772ff|#045|7=2}} | ||
|- | |- | ||
− | | width="50%" style="border:1px solid #aaa;" | <code><nowiki>{{EnhancementBar|Piercing Strike|85|4=#f0f|6=#0ff}}</nowiki></code> | + | | width="50%" style="border:1px solid #aaa;" | <code><nowiki>{{EnhancementBar|Piercing Strike|85|10=dashed|4=#f0f|6=#0ff}}</nowiki></code> |
− | | width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|4=#f0f|6=#0ff}} | + | | width="50%" style="border:1px solid #aaa;" | {{EnhancementBar|Piercing Strike|85|10=dashed|4=#f0f|6=#0ff}} |
|} | |} | ||
Revision as of 02:42, 16 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 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}}
|
| |||
{{EnhancementBar|Piercing Strike|85|10=dashed|4=#f0f|6=#0ff}}
|
|
Alternate Templates
- Template:ProgressBar - This template gives the same basic appearance without the link in front.