<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_demographics%2Fdoc</id>
	<title>Template:Infobox demographics/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_demographics%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_demographics/doc&amp;action=history"/>
	<updated>2026-04-04T13:43:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_demographics/doc&amp;diff=5425&amp;oldid=prev</id>
		<title>&gt;WOSlinker: syntaxhighlight lang=&quot;wikitext&quot;</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_demographics/doc&amp;diff=5425&amp;oldid=prev"/>
		<updated>2023-05-21T10:31:12Z</updated>

		<summary type="html">&lt;p&gt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories go at the bottom of this page. --&amp;gt;&lt;br /&gt;
{{Lua|Module:Infobox3cols}}&lt;br /&gt;
&lt;br /&gt;
This template can be used to provide a list of demographic subgroups with populations in a geographic or political region.&lt;br /&gt;
=== Basic usage ===&lt;br /&gt;
{{Infobox demographics&lt;br /&gt;
| auto_percent = yes&lt;br /&gt;
| type   = Type&lt;br /&gt;
| group1 = Group 1&lt;br /&gt;
| pop1   = 700&lt;br /&gt;
| group2 = Group 2&lt;br /&gt;
| pop2   = 600&lt;br /&gt;
| group3 = Group 3&lt;br /&gt;
| pop3   = 500&lt;br /&gt;
| group4 = Group 4&lt;br /&gt;
| pop4   = 400&lt;br /&gt;
| group5 = Group 5&lt;br /&gt;
| pop5   = 300&lt;br /&gt;
| group6 = Group 6&lt;br /&gt;
| pop6   = 200&lt;br /&gt;
| group7 = Group 7&lt;br /&gt;
| pop7   = 100&lt;br /&gt;
| source = &amp;#039;&amp;#039;Name of source&amp;#039;&amp;#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox demographics&lt;br /&gt;
| auto_percent = yes&lt;br /&gt;
| type   = &lt;br /&gt;
| group1 = &lt;br /&gt;
| pop1   = &lt;br /&gt;
| group2 = &lt;br /&gt;
| pop2   = &lt;br /&gt;
| group3 = &lt;br /&gt;
| pop3   = &lt;br /&gt;
| group4 = &lt;br /&gt;
| pop4   = &lt;br /&gt;
| group5 = &lt;br /&gt;
| pop5   = &lt;br /&gt;
| group6 = &lt;br /&gt;
| pop6   = &lt;br /&gt;
| group7 = &lt;br /&gt;
| pop7   = &lt;br /&gt;
| source = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Automatic percentages ====&lt;br /&gt;
To enable automatic computation of the percentages, use {{para|auto_percent|yes}}.  The template will attempt to round each percentage to a fixed number of significant digits.  To override the default rounding percentage, specify the number of decimal places using {{para|round}}.  For example, use {{para|round|2}} for two decimal places.  The total population used for the percentages is computed by summing the values of &amp;lt;code&amp;gt;pop1&amp;lt;/code&amp;gt; through &amp;lt;code&amp;gt;pop7&amp;lt;/code&amp;gt;.  To override the total, use {{para|total|&amp;#039;&amp;#039;val&amp;#039;&amp;#039;}}, where &amp;lt;code&amp;gt;&amp;#039;&amp;#039;val&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; is the total population.&lt;br /&gt;
&lt;br /&gt;
==== Manual percentages ====&lt;br /&gt;
If you would like to manually specify the percentages, use&lt;br /&gt;
{{Infobox demographics&lt;br /&gt;
| type     = Type&lt;br /&gt;
| group1   = Group 1&lt;br /&gt;
| pop1     = Pop 1&lt;br /&gt;
| percent1 = Percent 1&lt;br /&gt;
| group2   = Group 2&lt;br /&gt;
| pop2     = Pop 2&lt;br /&gt;
| percent2 = Percent 2&lt;br /&gt;
| group3   = Group 3&lt;br /&gt;
| pop3     = Pop 3&lt;br /&gt;
| percent3 = Percent 3&lt;br /&gt;
| group4   = Group 4&lt;br /&gt;
| pop4     = Pop 4&lt;br /&gt;
| percent4 = Percent 4&lt;br /&gt;
| group5   = Group 5&lt;br /&gt;
| pop5     = Pop 5&lt;br /&gt;
| percent5 = Percent 5&lt;br /&gt;
| group6   = Group 6&lt;br /&gt;
| pop6     = Pop 6&lt;br /&gt;
| percent6 = Percent 6&lt;br /&gt;
| group7   = Group 7&lt;br /&gt;
| pop7     = Pop 7&lt;br /&gt;
| percent7 = Percent 7&lt;br /&gt;
| source   = &amp;#039;&amp;#039;Name of source&amp;#039;&amp;#039;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot; style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox demographics&lt;br /&gt;
| type     = &lt;br /&gt;
| group1   = &lt;br /&gt;
| pop1     = &lt;br /&gt;
| percent1 = &lt;br /&gt;
| group2   = &lt;br /&gt;
| pop2     = &lt;br /&gt;
| percent2 = &lt;br /&gt;
| group3   = &lt;br /&gt;
| pop3     = &lt;br /&gt;
| percent3 = &lt;br /&gt;
| group4   = &lt;br /&gt;
| pop4     = &lt;br /&gt;
| percent4 = &lt;br /&gt;
| group5   = &lt;br /&gt;
| pop5     = &lt;br /&gt;
| percent5 = &lt;br /&gt;
| group6   = &lt;br /&gt;
| pop6     = &lt;br /&gt;
| percent6 = &lt;br /&gt;
| group7   = &lt;br /&gt;
| pop7     = &lt;br /&gt;
| percent7 = &lt;br /&gt;
| source   = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== See also ===&lt;br /&gt;
* {{tl|Infobox settlement}}&lt;br /&gt;
* {{tl|Historical populations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories go here: --&amp;gt;&lt;br /&gt;
[[Category:Demography templates| ]]&lt;br /&gt;
[[Category:Society and social science infobox templates|Demographics]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;WOSlinker</name></author>
	</entry>
</feed>