<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_English_county%2Fdoc</id>
	<title>Template:Infobox English county/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_English_county%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Infobox_English_county/doc&amp;action=history"/>
	<updated>2026-04-05T11:49:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:Infobox_English_county/doc&amp;diff=19640&amp;oldid=prev</id>
		<title>Wikipedia&gt;GhostInTheMachine: add largest_city and largest_town</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Infobox_English_county/doc&amp;diff=19640&amp;oldid=prev"/>
		<updated>2022-03-23T17:20:35Z</updated>

		<summary type="html">&lt;p&gt;add largest_city and largest_town&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 and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
{{Uses Infobox settlement}}&lt;br /&gt;
== Usage ==&lt;br /&gt;
This template works for the following types of English counties:&lt;br /&gt;
*The following counties for the purposes of the Local Government Act 1972:&lt;br /&gt;
**Non-metropolitan counties with a county council and no unitary authorities, such as [[Surrey]] (two-tier counties)&lt;br /&gt;
**Non-metropolitan counties with a coterminous district, with a county council but no district council, such as [[Northumberland]] (unitary counties)&lt;br /&gt;
**Metropolitan counties, such as the [[West Midlands (county)|West Midlands]] and [[Greater Manchester]]&lt;br /&gt;
*The following counties for the purposes of the Lieutenancies Act 1997:&lt;br /&gt;
**Counties comprising a county council area and also unitary authority areas, such as [[Buckinghamshire]] (hybrid counties)&lt;br /&gt;
**Counties comprising multiple unitary authority areas (one sharing the county name), such as [[Wiltshire]]&lt;br /&gt;
**Counties comprising multiple unitary authority areas (none sharing the county name), such as [[Cheshire]]&lt;br /&gt;
**[[Greater London]]&lt;br /&gt;
&lt;br /&gt;
Use {{tl|Infobox settlement}} for counties that are also cities, such as [[Bristol]] and [[City of London]] as well as counties for the purposes of the Local Government Act 1972 where there is a coterminous district with a district council, but no county council, such as [[Borough of Milton Keynes|Milton Keynes]].&lt;br /&gt;
&lt;br /&gt;
== Blank syntax ==&lt;br /&gt;
{{infobox English county&lt;br /&gt;
| official_name           = {{{official_name}}}&lt;br /&gt;
| other_name              = {{{other_name}}}&lt;br /&gt;
| image_main              = {{{image_main}}}&lt;br /&gt;
| image_caption           = {{{image_caption}}}&lt;br /&gt;
| flag_image              = {{{flag_image}}}&lt;br /&gt;
| flag_link               = {{{flag_link}}}&lt;br /&gt;
| arms_image              = {{{arms_image}}}&lt;br /&gt;
| arms_link               = {{{arms_link}}}&lt;br /&gt;
| motto                   = {{{motto}}}&lt;br /&gt;
| locator_map             = {{{locator_map}}}&lt;br /&gt;
| map_caption             = {{{map_caption}}}&lt;br /&gt;
| coordinates             = {{{coordinates}}}&lt;br /&gt;
| region                  = {{{region}}}&lt;br /&gt;
| established_date        = {{{established_date}}}&lt;br /&gt;
| established_by          = {{{established_by}}}&lt;br /&gt;
| preceded_by             = {{{preceded_by}}}&lt;br /&gt;
| origin                  = {{{origin}}}&lt;br /&gt;
| lord_lieutenant_office  = {{{lord_lieutenant_office}}}&lt;br /&gt;
| lord_lieutenant_name    = {{{lord_lieutenant_name}}}&lt;br /&gt;
| high_sheriff_office     = {{{high_sheriff_office}}}&lt;br /&gt;
| high_sheriff_name       = {{{high_sheriff_name}}}&lt;br /&gt;
| mayor_office            = {{{mayor_office}}}&lt;br /&gt;
| mayor_name              = {{{mayor_name}}}&lt;br /&gt;
| area_total_km2          = {{{area_total_km2}}}&lt;br /&gt;
| area_total_rank         = {{{area_total_rank}}}&lt;br /&gt;
| ethnicity               = {{{ethnicity}}}&lt;br /&gt;
| county_council          = {{{county_council}}}&lt;br /&gt;
| unitary_council         = {{{unitary_council}}}&lt;br /&gt;
| unitary_council1        = {{{unitary_council1}}}&lt;br /&gt;
| government              = {{{government}}}&lt;br /&gt;
| joint_committees        = {{{joint_committees}}}&lt;br /&gt;
| admin_hq                = {{{admin_hq}}}&lt;br /&gt;
| area_council_km2        = {{{area_council_km2}}}&lt;br /&gt;
| area_council_rank       = {{{area_council_rank}}}&lt;br /&gt;
| iso_code                = {{{iso_code}}}&lt;br /&gt;
| ons_code                = {{{ons_code}}}&lt;br /&gt;
| gss_code                = {{{gss_code}}}&lt;br /&gt;
| nuts_code               = {{{nuts_code}}}&lt;br /&gt;
| districts_map           = {{{districts_map}}}&lt;br /&gt;
| districts_key           = {{{districts_key}}}&lt;br /&gt;
| districts_list          = {{{districts_list}}}&lt;br /&gt;
| MPs                     = {{{MPs}}}&lt;br /&gt;
| police                  = {{{police}}}&lt;br /&gt;
| website                 = {{{website}}}&lt;br /&gt;
| largest_city            = {{{largest_city}}}&lt;br /&gt;
| largest_town            = {{{largest_town}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{infobox English county&lt;br /&gt;
| official_name           = &lt;br /&gt;
| other_name              = &lt;br /&gt;
| image_main              = &lt;br /&gt;
| image_caption           = &lt;br /&gt;
| flag_image              = &lt;br /&gt;
| flag_link               = &lt;br /&gt;
| arms_image              = &lt;br /&gt;
| arms_link               = &lt;br /&gt;
| motto                   = &amp;lt;!--for non-English motto, use: &amp;#039;&amp;#039;Motto in italics&amp;#039;&amp;#039;&amp;lt;br /&amp;gt;(&amp;quot;English translation&amp;quot;)--&amp;gt;&lt;br /&gt;
| locator_map             = &lt;br /&gt;
| map_caption             = &lt;br /&gt;
| coordinates             = &lt;br /&gt;
| region                  = &lt;br /&gt;
| established_date        = &lt;br /&gt;
| established_by          = &lt;br /&gt;
| preceded_by             = &lt;br /&gt;
| origin                  = &lt;br /&gt;
| lord_lieutenant_office  = &lt;br /&gt;
| lord_lieutenant_name    = &lt;br /&gt;
| high_sheriff_office     = &lt;br /&gt;
| high_sheriff_name       = &lt;br /&gt;
| mayor_office            = &lt;br /&gt;
| mayor_name              = &lt;br /&gt;
| area_total_km2          = &lt;br /&gt;
| area_total_rank         = &lt;br /&gt;
| ethnicity               = &lt;br /&gt;
| county_council          = &amp;lt;!-- only for counties with county councils --&amp;gt;&lt;br /&gt;
| unitary_council         = &amp;lt;!-- only for unitary counties like Northumberland --&amp;gt;&lt;br /&gt;
| unitary_council1        = &amp;lt;!-- and unitary_council2 etc. only for hybrid counties *--&amp;gt;&lt;br /&gt;
| government              = &amp;lt;!-- for other government such as Greater Manchester Combined Authority --&amp;gt;&lt;br /&gt;
| joint_committees        = &lt;br /&gt;
| admin_hq                = &lt;br /&gt;
| area_council_km2        = &lt;br /&gt;
| area_council_rank       = &lt;br /&gt;
| iso_code                = &lt;br /&gt;
| ons_code                = &lt;br /&gt;
| gss_code                = &lt;br /&gt;
| nuts_code               = &lt;br /&gt;
| districts_map           = &lt;br /&gt;
| districts_key           = &lt;br /&gt;
| districts_list          = &lt;br /&gt;
| MPs                     = &lt;br /&gt;
| police                  = &lt;br /&gt;
| website                 = &lt;br /&gt;
| largest_city            = &lt;br /&gt;
| largest_town            = &amp;lt;!-- only shown if largest_city is not set --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories go here, and interwikis go in Wikidata --&amp;gt;&lt;br /&gt;
[[Category:United Kingdom subdivision infobox templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;GhostInTheMachine</name></author>
	</entry>
</feed>