Difference between revisions of "Template:Progress Bar"

From Official Runecraft Wiki
Line 1: Line 1:
<div style="
+
 
  width:{{{width|75%}}};
 
{{#ifeq: {{{center|yes}}} | yes |
 
  margin:auto;
 
  text-align:center;}}">
 
{{#ifeq: {{{header|yes}}} | yes
 
| <p>
 
  {{Big|1=
 
  '''{{#expr: ( {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}}) * 100 round {{{decimal|1}}}}}%'''
 
  }}
 
  {{{text|completed <small>(estimate)</small>}}}
 
  </p>
 
 
}}
 
}}
 
<p style="border:{{{border|1px solid #c8ccd1}}}; padding:{{{padding|1px}}}; overflow:hidden;">
 
<p style="border:{{{border|1px solid #c8ccd1}}}; padding:{{{padding|1px}}}; overflow:hidden;">

Revision as of 18:19, 2 January 2023

}}