Difference between revisions of "Template:Progress bar"

From IdleCorp Wiki
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<center>
 
<div style="
 
<div style="
 
   width:{{{width|75%}}};
 
   width:{{{width|75%}}};
Line 4: Line 5:
 
   margin:auto;
 
   margin:auto;
 
   text-align:center;}}">
 
   text-align:center;}}">
{{#ifeq: {{{header|yes}}} | yes
+
{{#ifeq: {{{header|yes}}} | yes |
| <p>
+
  <p>
 
   <big>
 
   <big>
 +
  {{{text1|}}}
 
   '''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%'''
 
   '''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round 1}}%'''
 
   </big>
 
   </big>
   {{{text|complete<small>(estimate)</small>}}}
+
   {{{text2|completed <small>(estimate)</small>}}}
 
   </p>
 
   </p>
 
}}
 
}}
Line 22: Line 24:
 
     width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
 
     width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
 
     height:{{{height|2}}}px;
 
     height:{{{height|2}}}px;
     background:{{{color2|#E2E2E2}}};
+
     background:{{{color2|#efefef}}};
 
     float:left;
 
     float:left;
 
     ">&nbsp;</span>
 
     ">&nbsp;</span>
 
</p>
 
</p>
</div>
+
</div></center>

Latest revision as of 11:46, 17 December 2020

20% completed (estimate)