<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FProgressBar%2Fdoc</id>
	<title>Template:MC/ProgressBar/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FProgressBar%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/ProgressBar/doc&amp;action=history"/>
	<updated>2026-04-10T15:59:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:MC/ProgressBar/doc&amp;diff=44945&amp;oldid=prev</id>
		<title>imported&gt;Delvin4519: interwiki TH</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/ProgressBar/doc&amp;diff=44945&amp;oldid=prev"/>
		<updated>2024-02-23T02:19:34Z</updated>

		<summary type="html">&lt;p&gt;interwiki TH&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation header}}&lt;br /&gt;
This template shows a percentage completed between two values in the form of a progress bar. This may be useful for showing the completion of a [[Project:Projects|project]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;max-width: 400px&amp;quot;&amp;gt;&lt;br /&gt;
{{ProgressBar&lt;br /&gt;
|completed things&lt;br /&gt;
|total things&lt;br /&gt;
|width=bar width with measurement (e.g. %, px)&lt;br /&gt;
|type=Replaces &amp;quot;pages&amp;quot; in the text above the bar&lt;br /&gt;
|text=Replaces the entire text shown above the bar&lt;br /&gt;
|notext=Don&amp;#039;t show the text above the bar&lt;br /&gt;
|style=Overall styling&lt;br /&gt;
|textstyle=Text styling&lt;br /&gt;
|barstyle=Progress bar styling&lt;br /&gt;
|completedstyle=Completed bar styling&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The completed things, total things and percentage of completed things can be shown in the text by using these variables in the text parameter:&lt;br /&gt;
:&amp;lt;code&amp;gt;$1&amp;lt;/code&amp;gt;, number of completed items&lt;br /&gt;
:&amp;lt;code&amp;gt;$2&amp;lt;/code&amp;gt;, the number of total items&lt;br /&gt;
:&amp;lt;code&amp;gt;$%&amp;lt;/code&amp;gt;, percentage completed&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;display: table&amp;quot;&amp;gt;{{ProgressBar|50|100}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{ProgressBar|50|100}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;display: table&amp;quot;&amp;gt;&lt;br /&gt;
{{ProgressBar&lt;br /&gt;
|120&lt;br /&gt;
|200&lt;br /&gt;
|width=200px&lt;br /&gt;
|style=margin: 0&lt;br /&gt;
|barstyle=border-color: #CCC; background-color: #F9F9F9&lt;br /&gt;
|completedstyle=background-color: #729FCF&lt;br /&gt;
|notext=1&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{ProgressBar&lt;br /&gt;
|120&lt;br /&gt;
|200&lt;br /&gt;
|width=200px&lt;br /&gt;
|style=margin: 0&lt;br /&gt;
|barstyle=border-color: #CCC; background-color: #F9F9F9&lt;br /&gt;
|completedstyle=background-color: #729FCF&lt;br /&gt;
|notext=1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;display: table&amp;quot;&amp;gt;&lt;br /&gt;
{{ProgressBar&lt;br /&gt;
|50&lt;br /&gt;
|38&lt;br /&gt;
|width=80%&lt;br /&gt;
|type=item pages&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{ProgressBar&lt;br /&gt;
|50&lt;br /&gt;
|38&lt;br /&gt;
|width=80%&lt;br /&gt;
|type=item pages&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;display: table&amp;quot;&amp;gt;&lt;br /&gt;
{{ProgressBar&lt;br /&gt;
|12&lt;br /&gt;
|60&lt;br /&gt;
|width=80%&lt;br /&gt;
|text=Of the $2 entity pages: &amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;$%&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt; have been processed by project members.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{ProgressBar&lt;br /&gt;
|12&lt;br /&gt;
|60&lt;br /&gt;
|width=80%&lt;br /&gt;
|text=Of the $2 entity pages: &amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;$%&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt; have been processed by project members.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Template categories/interwiki here --&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
[[ru:Шаблон:Строка прогресса]]&lt;br /&gt;
[[th:แม่แบบ:ProgressBar]]&lt;br /&gt;
[[zh:Template:ProgressBar]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Documentation categories/interwiki here --&amp;gt;&lt;br /&gt;
[[th:แม่แบบ:ProgressBar/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Delvin4519</name></author>
	</entry>
</feed>