Διαφορά μεταξύ των αναθεωρήσεων του «Πρότυπο:Progress bar»

Από wiki.pirateparty.gr
Μετάβαση στην πλοήγηση Πήδηση στην αναζήτηση
 
(4 ενδιάμεσες αναθεωρήσεις από τον ίδιο χρήστη δεν εμφανίζεται)
Γραμμή 1: Γραμμή 1:

<div style=" width:{{{width|75%}}};{{#ifeq: {{{center|yes}}} | yes | margin:auto; text-align:center;}}">{{#ifeq: {{{header|yes}}} | yes| <p> <big> '''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%''' </big> {{{text|completed <small>(estimate)</small>}}} </p>}}<p style="border:{{{border|1px solid gray}}}; padding:{{{padding|1px}}}; overflow:hidden;"> <span style=" width: {{#expr: {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%; height: {{{height|2}}}px; background:{{{color1|#5FDB00}}}; float:left; ">&nbsp;</span> <span style=" width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%; height:{{{height|2}}}px; background:{{{color2|#efefef}}}; float:left; ">&nbsp;</span></p></div>
<div style=" width:{{{width|75%}}};{{#ifeq: {{{center|yes}}} | yes | margin:auto; text-align:center;}}">{{#ifeq: {{{header|yes}}} | yes| <p> <big> '''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%''' </big> {{{text|completed <small>(estimate)</small>}}} </p>}}<p style="border:{{{border|1px solid gray}}}; padding:{{{padding|1px}}}; overflow:hidden;"> <span style=" width: {{#expr: {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%; height: {{{height|2}}}px; background:{{{color1|#5FDB00}}}; float:left; ">&nbsp;</span> <span style=" width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%; height:{{{height|2}}}px; background:{{{color2|#efefef}}}; float:left; ">&nbsp;</span></p></div>


== Usage ==
This template draws a progress bar.

The value to supply as the parameter is the percent, from 0 to 0.01 or 0.99 to 1 or 1.01 to 99.99 or 100. 14 would mean 14%, .14 would be 0.14%. If you don't specify a value, it returns 0%.
== Optional parameters ==

height=

width = defaults to 75%

text = message to display after %; defaults to: completed (estimate)

total = amount to use as the denominator (instead of 100), allows the template to compute the percentage on the fly

header = no (or any value other than "yes", which is the default) suppresses the display of the percentage on the top line

== Example ==

<nowiki>{{Πρότυπο:Progress bar|text=profile completed|total=100|80}}</nowiki>

{{Πρότυπο:Progress bar|text=profile completed|total=100|80}}

Τελευταία αναθεώρηση της 03:12, 4 Δεκεμβρίου 2012

{{#ifeq: yes | yes|

{{#expr: ( 20 / 100) * 100 round 1}}% completed (estimate)

}}