Difference between revisions of "Template:Loading bar/doc"

From Citywars Savage
Jump to navigation Jump to search
(Created page with "==Usage== <pre> {{loading_bar | width = | percent = }} </pre> ===Parameters=== ; width: The width of the bar ; percent: The percent of completion of the bar ==Example== <...")
 
 
Line 15: Line 15:
 
<pre>
 
<pre>
 
{{loading_bar
 
{{loading_bar
| width = 250
+
| width = 80%
 
| percent = 60
 
| percent = 60
 
}}
 
}}
Line 21: Line 21:
  
 
{{loading_bar
 
{{loading_bar
| width = 250
+
| width = 80%
 
| percent = 60
 
| percent = 60
 
}}
 
}}

Latest revision as of 03:20, 6 December 2019

Usage

{{loading_bar
| width = 
| percent = 
}}

Parameters

width
The width of the bar
percent
The percent of completion of the bar

Example

{{loading_bar
| width = 80%
| percent = 60
}}