<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://blackwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.252.151.25&amp;*</id>
	<title>blackwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://blackwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=46.252.151.25&amp;*"/>
	<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Special:Contributions/46.252.151.25"/>
	<updated>2026-06-14T21:49:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Documentation/doc&amp;diff=156788</id>
		<title>Template:Documentation/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Documentation/doc&amp;diff=156788"/>
		<updated>2013-03-16T14:56:10Z</updated>

		<summary type="html">&lt;p&gt;46.252.151.25: /* The heading */ image updated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE AND INTERWIKIS IN WIKIDATA --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the {{tl|documentation}} template.&lt;br /&gt;
&lt;br /&gt;
For most of the instructions about how and when to use this template, see [[Wikipedia:Template documentation]].&lt;br /&gt;
&lt;br /&gt;
This template displays a green doc box like you are seeing now, and automatically loads the content from a /doc subpage. It can also load the content from other places if instructed to.&lt;br /&gt;
&lt;br /&gt;
This template is intended for documenting templates and other pages which are [[Wikipedia:Transclusion|transcluded]] onto other pages. It can be used in template space and most other [[Wikipedia:Namespace|namespaces]].&lt;br /&gt;
&lt;br /&gt;
Use of this template allows templates to be [[Wikipedia:Protection policy|protected]] where necessary, while allowing anyone to edit the documentation and categories.&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Normally this template is used without any parameters, placed at the bottom of the template or page being documented, within &amp;lt;code&amp;gt;&amp;amp;lt;noinclude&amp;gt;&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then this template automatically loads the content from the /doc subpage of the template it is used on.&lt;br /&gt;
&lt;br /&gt;
This template can also load the content from any other page. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation |Template:Other page/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that when loading the documentation from another page than the local /doc page it becomes tricky to handle the categories and interwiki links.&lt;br /&gt;
&lt;br /&gt;
The content can also be fed directly as text. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation |content=&lt;br /&gt;
Some documentation text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When the {{para|content}} parameter is used, the doc box normally does not show the [edit] [purge] links in the top right corner. Note that if the /doc page exists a link to it is still shown in the link box below the doc box.&lt;br /&gt;
&lt;br /&gt;
Parameter {{para|1}} and the {{para|content}} parameter can also be combined, like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation&lt;br /&gt;
|1=Template:Any page/doc&lt;br /&gt;
|content=&lt;br /&gt;
{{Template:Any page/doc |parameters}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then the pagename fed as parameter 1 is used for the [edit] [purge] links and for the /doc link in the link box below the doc box. But the '''content''' parameter is used for the content shown in the doc box. The above code means that the content is transcluded as {{tnull|Template:Any page/doc{{!}}parameters}}. In this example a parameter is also fed to the /doc page being loaded.&lt;br /&gt;
&lt;br /&gt;
=== Best practice ===&lt;br /&gt;
&lt;br /&gt;
The code should be added at the bottom of the template code, with no space before {{tag|noinclude|o}} (which would cause extra space on pages where the template is used).&lt;br /&gt;
&lt;br /&gt;
Categories and interwiki links that apply to the template itself should be added to the bottom of the /doc subpage, inside {{tag|includeonly}} tags. For more complex cases, see [[Wikipedia:Template documentation#Categories and interwiki links]].&lt;br /&gt;
&lt;br /&gt;
If the documentation page contains {{tag|includeonly|o}} or {{tag|noinclude|o}} tags as part of the visible documentation text, replace the &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;&amp;lt;/code&amp;gt;&amp;quot; with &amp;quot;&amp;lt;code&amp;gt;&amp;amp;amp;lt;&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== The heading ===&lt;br /&gt;
&lt;br /&gt;
When in the Template namespace, this template shows this heading:&lt;br /&gt;
:[[File:Template-info.png|32px]] '''Template documentation'''&lt;br /&gt;
&lt;br /&gt;
In most other namespaces, such as &amp;quot;Wikipedia:&amp;quot;, it shows this heading:&lt;br /&gt;
:'''Documentation'''&lt;br /&gt;
&lt;br /&gt;
But when on File (image) pages it shows this heading:&lt;br /&gt;
:'''Summary'''&lt;br /&gt;
&lt;br /&gt;
The '''heading''' parameter can be used to set the heading to something else. Like this:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation |heading=Infobox documentation}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the '''heading''' parameter is empty but defined, no heading is shown and no [edit] [purge] links are shown. Like this:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation |heading=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''heading-style''' parameter can be fed optional [[Cascading Style Sheets|CSS]] values. Without quotation marks &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&amp;lt;/code&amp;gt; but with the ending semicolons &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;. For example:&lt;br /&gt;
:&amp;lt;code&amp;gt;heading-style = color: red; font-size: 150%;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== The link box ===&lt;br /&gt;
&lt;br /&gt;
Below the big doc box is a small link box that shows some meta-data about the documentation. The link box shows different things depending on what parameters are fed to this template, and in which namespace it is used. In some cases the link box is not shown at all.&lt;br /&gt;
&lt;br /&gt;
To hide the link box, add the parameter {{para|link box|off}}.&lt;br /&gt;
&lt;br /&gt;
You can also insert customised text in the link box, by defining the {{para|link box}} parameter. For example:&lt;br /&gt;
{{para|link box|This documentation is automatically generated by [&amp;lt;nowiki /&amp;gt;[Template:Country showdata]]}}&lt;br /&gt;
&lt;br /&gt;
=== Automatic functions ===&lt;br /&gt;
&lt;br /&gt;
If the documentation page does not exist, the [create] link includes a [[mw:Manual:Creating pages with preloaded text|preload]] page so that clicking it will pre-fill the edit form with the basic documentation page format. Preload text is also used for the /sandbox and /testcases &amp;lt;small&amp;gt;(create)&amp;lt;/small&amp;gt; links.&lt;br /&gt;
&lt;br /&gt;
When this template is on a protected template page it now automatically adds {{tl|pp-template}} which shows the grey or red padlock in the top right corner. So no need to manually add {{tlf|pp-template}} to templates that use {{tl|documentation}}.&lt;br /&gt;
&lt;br /&gt;
When this template is on a /sandbox subpage it automatically adds the {{tl|template sandbox notice}}. If that sandbox is not a subpage of the live template, then the {{para|livepage}} parameter can be used to correctly link back to that template.&lt;br /&gt;
&lt;br /&gt;
=== Subject namespaces vs. talk namespaces ===&lt;br /&gt;
&lt;br /&gt;
Terminology: ''Subject namespaces'' are the opposite of ''talk namespaces''. For instance &amp;quot;Template:&amp;quot; is the subject space of &amp;quot;Template talk:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This template is usually placed in a subject namespace, within {{tag|noinclude|o}} tags. But in some cases this template needs to be on the talk page:&lt;br /&gt;
&lt;br /&gt;
* For preload pages (usually in Template or Wikipedia namespaces), since they cannot use {{tag|noinclude|o}}. See for instance, [[Template talk:AfC preload]] and [[Template talk:RfD subpage starter]]. Such talk pages can be marked with {{tl|talkdoc}}.&lt;br /&gt;
&lt;br /&gt;
* In the Mediawiki namespace, since {{tag|noinclude|o}} often does not work in system messagesm and since the Mediawiki namespace needs to be kept clean for performance reasons.&lt;br /&gt;
&lt;br /&gt;
When placed on talk pages, this template usually is placed near the top of the page and without {{tag|noinclude}} tags.&lt;br /&gt;
&lt;br /&gt;
The /doc, /sandbox and /testcases pages should normally be in the subject namespace, except in the namespaces that do not have the MediaWiki [[meta:Link#Subpage feature|subpage feature]] enabled: Main, File, Mediawiki and Category. (But currently we only show the /sandbox and /testcases links from User, User talk, Template and Template talk namespaces.) There are also a whole bunch of other technical reasons why the /doc page must be stored under the talk page for those (but only those) namespaces.&lt;br /&gt;
&lt;br /&gt;
This template automatically points its &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; links for the /doc, /sandbox and /testcases to the right namespace.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&lt;br /&gt;
This template calls {{tl|documentation/start box2}} and {{tl|documentation/end box2}} which in turn call {{tl|documentation/start box}} and {{tl|documentation/end box}}. The /start box (and /end box) hold most of the code, while this template and /start box2 (and /end box2) do parameter preprocessing.&lt;br /&gt;
&lt;br /&gt;
The preload page for the /doc &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; link is [[Template:Documentation/preload]], but in File namespace it is [[Template:Documentation/preload-filespace]]. The preload pages for the /sandbox and /testcases &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; links are [[Template:Documentation/preload-sandbox]] and [[Template:Documentation/preload-testcases]].&lt;br /&gt;
&lt;br /&gt;
For more technical details see the [[Template talk:Documentation|talk page]].&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{documentation/see also}} --&amp;gt;&lt;br /&gt;
* {{tl|documentation}} – Placed on templates and other pages to document them.&lt;br /&gt;
* {{tl|documentation subpage}} – Used at the top of /doc subpages to explain what they are and to link back to the page they document.&lt;br /&gt;
* {{tl|barnstar documentation}} – Variant specifically for [[WP:BARNSTAR|barnstar]] templates&lt;br /&gt;
* [[Wikipedia:Template documentation]] – The how-to guide about template documentation.&lt;br /&gt;
* [[Wikipedia:Template test cases]] – How to use /sandbox and /testcases subpages and more about template testing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Template documentation]]&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>46.252.151.25</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Documentation/core&amp;diff=156478</id>
		<title>Template:Documentation/core</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Documentation/core&amp;diff=156478"/>
		<updated>2013-03-04T22:01:46Z</updated>

		<summary type="html">&lt;p&gt;46.252.151.25: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
  Start of green doc box&lt;br /&gt;
--&amp;gt;&amp;lt;div id=&amp;quot;template-documentation&amp;quot; class=&amp;quot;template-documentation iezoomfix&amp;quot;&amp;gt;&amp;lt;!--&lt;br /&gt;
  Add the heading at the top of the doc box:&lt;br /&gt;
--&amp;gt;{{#ifeq: {{{heading|¬}}} | &amp;lt;!--Defined but empty--&amp;gt;&lt;br /&gt;
| &amp;lt;!--&amp;quot;heading=&amp;quot;, do nothing--&amp;gt;&lt;br /&gt;
| &amp;lt;div style=&amp;quot;padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex;&amp;quot;&amp;gt;{{&lt;br /&gt;
  #if: {{{content|}}}&lt;br /&gt;
  | &lt;br /&gt;
  | &amp;lt;!--Add the [view][edit][history][purge] or [create] links--&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;editsection plainlinks&amp;quot; id=&amp;quot;doc_editlinks&amp;quot;&amp;gt;{{&lt;br /&gt;
    #if: {{{doc exist|yes}}}&lt;br /&gt;
    | &amp;amp;#91;[[{{{docpage|{{FULLPAGENAME}}/doc}}}|view]]&amp;amp;#93; [[{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=edit}} edit]] [[{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=history}} history]] [{{purge|purge}}] &lt;br /&gt;
    | &amp;lt;!--/doc doesn't exist--&amp;gt;&lt;br /&gt;
      [[{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}| action=edit&amp;amp;preload={{&lt;br /&gt;
        #if: {{{preload|}}} &lt;br /&gt;
        | {{urlencode:{{{preload}}}}}&lt;br /&gt;
        | {{#ifeq: {{SUBJECTSPACE}} | {{ns:File}}&lt;br /&gt;
          | Template:Documentation/preload-filespace&lt;br /&gt;
          | Template:Documentation/preload&lt;br /&gt;
          }} }} }} create]]&lt;br /&gt;
    }}&amp;lt;/span&amp;gt;&lt;br /&gt;
  }} &amp;lt;span style=&amp;quot;{{#if: {{{heading-style|}}}&lt;br /&gt;
  | {{{heading-style|}}}&lt;br /&gt;
  | {{#ifeq: {{SUBJECTSPACE}} | {{ns:Template}}&lt;br /&gt;
    | font-weight: bold; font-size: 125%&lt;br /&gt;
    | font-size: 150%&lt;br /&gt;
    }}&lt;br /&gt;
  }}&amp;quot;&amp;gt;{{#switch: {{{heading|¬}}}&lt;br /&gt;
  | ¬ =   &lt;br /&gt;
    &amp;lt;!--&amp;quot;heading&amp;quot; not defined in this or previous level--&amp;gt;&lt;br /&gt;
    {{#switch: {{SUBJECTSPACE}} &lt;br /&gt;
    | {{ns:Template}} = [[File:Template-info.png|50px|link=|alt=Documentation icon]] Template documentation&lt;br /&gt;
    | {{ns:File}} = Summary&lt;br /&gt;
    | #default = Documentation&lt;br /&gt;
    }}&lt;br /&gt;
  | #default = &lt;br /&gt;
    &amp;lt;!--&amp;quot;heading&amp;quot; has data or is empty but defined--&amp;gt;&lt;br /&gt;
    {{{heading|}}}&lt;br /&gt;
  }}&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&amp;lt;!--&lt;br /&gt;
  Load the /doc content:&lt;br /&gt;
  Note: The line breaks between this comment and the if-case&lt;br /&gt;
  and between the if-case and the following div are necessary so &lt;br /&gt;
  &amp;quot;=== Headings ===&amp;quot; at the start and end of docs are interpreted.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{#if: {{{content|}}}&lt;br /&gt;
| {{{content|}}}&lt;br /&gt;
| {{#if: {{{doc exist|yes}}}&lt;br /&gt;
  | {{ {{{docpage|{{FULLPAGENAME}}/doc}}} }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!--So right or left floating items don't stick out of the doc box.--&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!--End of green doc box--&amp;gt;&amp;lt;!--&lt;br /&gt;
  Link box below for the doc meta-data:&lt;br /&gt;
--&amp;gt;{{#if: &lt;br /&gt;
  &amp;lt;!--Check if we should show the link box--&amp;gt;&lt;br /&gt;
  {{#ifeq: {{{link box|}}} | off&lt;br /&gt;
  |&lt;br /&gt;
  | {{{doc exist|yes}}}{{&lt;br /&gt;
    #switch: {{SUBJECTSPACE}}&lt;br /&gt;
    | {{ns:User}}&lt;br /&gt;
    | {{ns:Template}} = yes&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
&lt;br /&gt;
| {{fmbox&lt;br /&gt;
  | id = documentation-meta-data&lt;br /&gt;
  | image = none&lt;br /&gt;
  | style = background-color: #ecfcf4;&lt;br /&gt;
  | textstyle = font-style: italic;&lt;br /&gt;
  | text = &lt;br /&gt;
    {{#if: {{{link box|}}}&lt;br /&gt;
    | {{{link box}}}   &amp;lt;!--Use custom link box content--&amp;gt;&lt;br /&gt;
    | {{#if: {{{doc exist|yes}}}&lt;br /&gt;
      | &amp;lt;!--/doc exists, link to it--&amp;gt;&lt;br /&gt;
        The above [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from [[{{{docpage|{{FULLPAGENAME}}/doc}}}]]. &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=edit}} edit] &amp;amp;#124; [{{fullurl:{{{docpage|{{FULLPAGENAME}}/doc}}}|action=history}} history])&amp;lt;/small&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
      }}&amp;lt;!-- &lt;br /&gt;
        Add links to /sandbox and /testcases when appropriate:&lt;br /&gt;
   --&amp;gt;{{#switch: {{SUBJECTSPACE}}&lt;br /&gt;
      | {{ns:User}}&lt;br /&gt;
      | {{ns:Template}} = &lt;br /&gt;
        Editors can experiment in this template's {{&lt;br /&gt;
        #ifexist: {{{sandbox| {{FULLPAGENAME}}/sandbox }}}&lt;br /&gt;
        | [[{{{sandbox| {{FULLPAGENAME}}/sandbox }}}|sandbox]] &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl: {{{sandbox| {{FULLPAGENAME}}/sandbox }}} | action=edit }} edit] &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; [{{fullurl:Special:ComparePages | page1={{urlencode:{{{template page|{{FULLPAGENAME}}}}}}}&amp;amp;page2={{urlencode:{{{sandbox|{{FULLPAGENAME}}/sandbox}}}}}}} diff])&amp;lt;/small&amp;gt; &lt;br /&gt;
        | sandbox &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl: {{{sandbox| {{FULLPAGENAME}}/sandbox }}} | action=edit&amp;amp;preload=Template:Documentation/preload-sandbox }} create] &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; [{{fullurl: {{{sandbox| {{FULLPAGENAME}}/sandbox }}} | action=edit&amp;amp;preload={{urlencode:{{{template page|{{FULLPAGENAME}}}}}}}&amp;amp;summary={{urlencode:Create sandbox version of [[{{{template page|{{FULLPAGENAME}}}}}]]}} }} mirror])&amp;lt;/small&amp;gt; &lt;br /&gt;
        }} and {{&lt;br /&gt;
        #ifexist: {{{testcases| {{FULLPAGENAME}}/testcases }}}&lt;br /&gt;
        | [[{{{testcases| {{FULLPAGENAME}}/testcases }}}|testcases]] &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl: {{{testcases| {{FULLPAGENAME}}/testcases }}} | action=edit }} edit])&amp;lt;/small&amp;gt;&lt;br /&gt;
        | testcases &amp;lt;small style=&amp;quot;font-style: normal&amp;quot;&amp;gt;([{{fullurl: {{{testcases| {{FULLPAGENAME}}/testcases }}} | action=edit&amp;amp;preload=Template:Documentation/preload-testcases }} create])&amp;lt;/small&amp;gt;&lt;br /&gt;
        }} pages. &amp;lt;br /&amp;gt;&lt;br /&gt;
      }}&amp;lt;!--&lt;br /&gt;
        Show the cats and interwiki text, but not &lt;br /&gt;
        if &amp;quot;content&amp;quot; fed or &amp;quot;docname fed&amp;quot; since then it is &lt;br /&gt;
        unclear where to add the cats and interwikis.&lt;br /&gt;
   --&amp;gt;{{#if: {{{content|}}} {{{docname fed|}}}&lt;br /&gt;
      | &lt;br /&gt;
      | Please add categories and interwikis to the [[{{{docpage|{{FULLPAGENAME}}/doc}}}|/doc]] subpage.&lt;br /&gt;
      }}&amp;lt;!--&lt;br /&gt;
        Show the &amp;quot;Subpages&amp;quot; link:&lt;br /&gt;
   --&amp;gt;{{#switch: {{SUBJECTSPACE}}&lt;br /&gt;
      | {{ns:File}} =   &amp;lt;!--Don't show it--&amp;gt;&lt;br /&gt;
      | {{ns:Template}} = &amp;amp;#32;[[Special:PrefixIndex/{{{template page|{{FULLPAGENAME}}}}}/|Subpages of this template]].&lt;br /&gt;
      | #default = &amp;amp;#32;[[Special:PrefixIndex/{{{template page|{{FULLPAGENAME}}}}}/|Subpages of this page]].&lt;br /&gt;
      }}&lt;br /&gt;
    }}{{#ifexist:{{FULLPAGENAME}}/Print&lt;br /&gt;
     |&amp;lt;br /&amp;gt;A [[Help:Books/for experts#Improving the book layout|print version]] of this template exists at [[/Print]]. If you make a change to this template, please update the print version as well.[[Category:Templates with print versions]]&lt;br /&gt;
    }}&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;!--End link box--&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
  Detect and report strange usage:&lt;br /&gt;
--&amp;gt;{{#if:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!--Check if {{documentation}} is transcluded &lt;br /&gt;
      on a /doc or /testcases page--&amp;gt;&lt;br /&gt;
  {{#switch: {{SUBPAGENAME}}&lt;br /&gt;
  | doc&lt;br /&gt;
  | testcases = strange&lt;br /&gt;
  }}&lt;br /&gt;
  &amp;lt;!--More checks can be added here, just return anything&lt;br /&gt;
      to make the surrounding if-case trigger--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| &amp;lt;includeonly&amp;gt;[[Category:Wikipedia pages with strange ((documentation)) usage|{{main other|Main:}}{{FULLPAGENAME}}]]&amp;lt;!-- Sort on namespace --&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
[[nso:Template:Documentation/core]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>46.252.151.25</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Documentation/doc&amp;diff=156784</id>
		<title>Template:Documentation/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Documentation/doc&amp;diff=156784"/>
		<updated>2013-03-04T21:40:03Z</updated>

		<summary type="html">&lt;p&gt;46.252.151.25: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;/noinclude&amp;gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the {{tl|documentation}} template.&lt;br /&gt;
&lt;br /&gt;
For most of the instructions about how and when to use this template, see [[Wikipedia:Template documentation]].&lt;br /&gt;
&lt;br /&gt;
This template displays a green doc box like you are seeing now, and automatically loads the content from a /doc subpage. It can also load the content from other places if instructed to.&lt;br /&gt;
&lt;br /&gt;
This template is intended for documenting templates and other pages which are [[Wikipedia:Transclusion|transcluded]] onto other pages. It can be used in template space and most other [[Wikipedia:Namespace|namespaces]].&lt;br /&gt;
&lt;br /&gt;
Use of this template allows templates to be [[Wikipedia:Protection policy|protected]] where necessary, while allowing anyone to edit the documentation, categories, and interwiki links.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Normally this template is used without any parameters, placed at the bottom of the template or page being documented, within &amp;lt;code&amp;gt;&amp;amp;lt;noinclude&amp;gt;&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then this template automatically loads the content from the /doc subpage of the template it is used on.&lt;br /&gt;
&lt;br /&gt;
This template can also load the content from any other page. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation |Template:Other page/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that when loading the documentation from another page than the local /doc page it becomes tricky to handle the categories and interwiki links.&lt;br /&gt;
&lt;br /&gt;
The content can also be fed directly as text. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation |content=&lt;br /&gt;
Some documentation text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When the {{para|content}} parameter is used, the doc box normally does not show the [edit] [purge] links in the top right corner. Note that if the /doc page exists a link to it is still shown in the link box below the doc box.&lt;br /&gt;
&lt;br /&gt;
Parameter {{para|1}} and the {{para|content}} parameter can also be combined, like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation&lt;br /&gt;
|1=Template:Any page/doc&lt;br /&gt;
|content=&lt;br /&gt;
{{Template:Any page/doc |parameters}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then the pagename fed as parameter 1 is used for the [edit] [purge] links and for the /doc link in the link box below the doc box. But the '''content''' parameter is used for the content shown in the doc box. The above code means that the content is transcluded as {{tnull|Template:Any page/doc{{!}}parameters}}. In this example a parameter is also fed to the /doc page being loaded.&lt;br /&gt;
&lt;br /&gt;
=== Best practice ===&lt;br /&gt;
&lt;br /&gt;
The code should be added at the bottom of the template code, with no space before {{tag|noinclude|o}} (which would cause extra space on pages where the template is used).&lt;br /&gt;
&lt;br /&gt;
Categories and interwiki links that apply to the template itself should be added to the bottom of the /doc subpage, inside {{tag|includeonly}} tags. For more complex cases, see [[Wikipedia:Template documentation#Categories and interwiki links]].&lt;br /&gt;
&lt;br /&gt;
If the documentation page contains {{tag|includeonly|o}} or {{tag|noinclude|o}} tags as part of the visible documentation text, replace the &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;&amp;lt;/code&amp;gt;&amp;quot; with &amp;quot;&amp;lt;code&amp;gt;&amp;amp;amp;lt;&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== The heading ===&lt;br /&gt;
&lt;br /&gt;
When in the Template namespace, this template shows this heading:&lt;br /&gt;
:[[File:Template-info.svg|32px]] '''Template documentation'''&lt;br /&gt;
&lt;br /&gt;
In most other namespaces, such as &amp;quot;Wikipedia:&amp;quot;, it shows this heading:&lt;br /&gt;
:'''Documentation'''&lt;br /&gt;
&lt;br /&gt;
But when on File (image) pages it shows this heading:&lt;br /&gt;
:'''Summary'''&lt;br /&gt;
&lt;br /&gt;
The '''heading''' parameter can be used to set the heading to something else. Like this:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation |heading=Infobox documentation}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the '''heading''' parameter is empty but defined, no heading is shown and no [edit] [purge] links are shown. Like this:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation |heading=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''heading-style''' parameter can be fed optional [[Cascading Style Sheets|CSS]] values. Without quotation marks &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&amp;lt;/code&amp;gt; but with the ending semicolons &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;. For example:&lt;br /&gt;
:&amp;lt;code&amp;gt;heading-style = color: red; font-size: 150%;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== The link box ===&lt;br /&gt;
&lt;br /&gt;
Below the big doc box is a small link box that shows some meta-data about the documentation. The link box shows different things depending on what parameters are fed to this template, and in which namespace it is used. In some cases the link box is not shown at all.&lt;br /&gt;
&lt;br /&gt;
To hide the link box, add the parameter {{para|link box|off}}.&lt;br /&gt;
&lt;br /&gt;
You can also insert customised text in the link box, by defining the {{para|link box}} parameter. For example:&lt;br /&gt;
{{para|link box|This documentation is automatically generated by [&amp;lt;nowiki /&amp;gt;[Template:Country showdata]]}}&lt;br /&gt;
&lt;br /&gt;
=== Automatic functions ===&lt;br /&gt;
&lt;br /&gt;
If the documentation page does not exist, the [create] link includes a [[mw:Manual:Creating pages with preloaded text|preload]] page so that clicking it will pre-fill the edit form with the basic documentation page format. Preload text is also used for the /sandbox and /testcases &amp;lt;small&amp;gt;(create)&amp;lt;/small&amp;gt; links.&lt;br /&gt;
&lt;br /&gt;
When this template is on a protected template page it now automatically adds {{tl|pp-template}} which shows the grey or red padlock in the top right corner. So no need to manually add {{tlf|pp-template}} to templates that use {{tl|documentation}}.&lt;br /&gt;
&lt;br /&gt;
When this template is on a /sandbox subpage it automatically adds the {{tl|template sandbox notice}}. If that sandbox is not a subpage of the live template, then the {{para|livepage}} parameter can be used to correctly link back to that template.&lt;br /&gt;
&lt;br /&gt;
=== Subject namespaces vs. talk namespaces ===&lt;br /&gt;
&lt;br /&gt;
Terminology: ''Subject namespaces'' are the opposite of ''talk namespaces''. For instance &amp;quot;Template:&amp;quot; is the subject space of &amp;quot;Template talk:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This template is usually placed in a subject namespace, within {{tag|noinclude|o}} tags. But in some cases this template needs to be on the talk page:&lt;br /&gt;
&lt;br /&gt;
* For preload pages (usually in Template or Wikipedia namespaces), since they cannot use {{tag|noinclude|o}}. See for instance, [[Template talk:AfC preload]] and [[Template talk:RfD subpage starter]]. Such talk pages can be marked with {{tl|talkdoc}}.&lt;br /&gt;
&lt;br /&gt;
* In the Mediawiki namespace, since {{tag|noinclude|o}} often does not work in system messagesm and since the Mediawiki namespace needs to be kept clean for performance reasons.&lt;br /&gt;
&lt;br /&gt;
When placed on talk pages, this template usually is placed near the top of the page and without {{tag|noinclude}} tags.&lt;br /&gt;
&lt;br /&gt;
The /doc, /sandbox and /testcases pages should normally be in the subject namespace, except in the namespaces that do not have the MediaWiki [[meta:Link#Subpage feature|subpage feature]] enabled: Main, File, Mediawiki and Category. (But currently we only show the /sandbox and /testcases links from User, User talk, Template and Template talk namespaces.) There are also a whole bunch of other technical reasons why the /doc page must be stored under the talk page for those (but only those) namespaces.&lt;br /&gt;
&lt;br /&gt;
This template automatically points its &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; links for the /doc, /sandbox and /testcases to the right namespace.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&lt;br /&gt;
This template calls {{tl|documentation/start box2}} and {{tl|documentation/end box2}} which in turn call {{tl|documentation/start box}} and {{tl|documentation/end box}}. The /start box (and /end box) hold most of the code, while this template and /start box2 (and /end box2) do parameter preprocessing.&lt;br /&gt;
&lt;br /&gt;
The preload page for the /doc &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; link is [[Template:Documentation/preload]], but in File namespace it is [[Template:Documentation/preload-filespace]]. The preload pages for the /sandbox and /testcases &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; links are [[Template:Documentation/preload-sandbox]] and [[Template:Documentation/preload-testcases]].&lt;br /&gt;
&lt;br /&gt;
For more technical details see the [[Template talk:Documentation|talk page]].&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{documentation/see also}} --&amp;gt;&lt;br /&gt;
* {{tl|documentation}} – Placed on templates and other pages to document them.&lt;br /&gt;
* {{tl|documentation subpage}} – Used at the top of /doc subpages to explain what they are and to link back to the page they document.&lt;br /&gt;
* {{tl|barnstar documentation}} – Variant specifically for [[WP:BARNSTAR|barnstar]] templates&lt;br /&gt;
* [[Wikipedia:Template documentation]] – The how-to guide about template documentation.&lt;br /&gt;
* [[Wikipedia:Template test cases]] – How to use /sandbox and /testcases subpages and more about template testing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Template documentation]]&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
&lt;br /&gt;
[[ace:Pola:Documentation]]&lt;br /&gt;
[[af:Sjabloon:Dokumentasie]]&lt;br /&gt;
[[ak:Şablon:Documentation]]&lt;br /&gt;
[[als:Vorlage:Dokumentation]]&lt;br /&gt;
[[ar:قالب:توثيق]]&lt;br /&gt;
[[as:Template:Documentation]]&lt;br /&gt;
[[ba:Ҡалып:Doc]]&lt;br /&gt;
[[bar:Vorlage:Dokumentation]]&lt;br /&gt;
[[bg:Шаблон:Документация]]&lt;br /&gt;
[[br:Patrom:Implijout patromoù]]&lt;br /&gt;
[[bs:Šablon:Dokumentacija]]&lt;br /&gt;
[[ca:Plantilla:Ús de la plantilla]]&lt;br /&gt;
[[ckb:داڕێژە:Documentation]]&lt;br /&gt;
[[cs:Šablona:Dokumentace]]&lt;br /&gt;
[[cy:Nodyn:Doc]]&lt;br /&gt;
[[da:Skabelon:Dokumentation]]&lt;br /&gt;
[[de:Vorlage:Dokumentation]]&lt;br /&gt;
[[diq:Şablon:Documentation]]&lt;br /&gt;
[[dsb:Pśedłoga:Dokumentacija]]&lt;br /&gt;
[[el:Πρότυπο:Τεκμηρίωση προτύπου]]&lt;br /&gt;
[[eo:Ŝablono:Dok]]&lt;br /&gt;
[[et:Mall:Dokumentatsioon]]&lt;br /&gt;
[[es:Plantilla:Documentación]]&lt;br /&gt;
[[eu:Txantiloi:Txantiloi dokumentazioa]]&lt;br /&gt;
[[fa:الگو:توضیحات]]&lt;br /&gt;
[[fr:Modèle:Documentation]]&lt;br /&gt;
[[ga:Teimpléad:Documentation]]&lt;br /&gt;
[[gl:Modelo:Uso de marcador]]&lt;br /&gt;
[[he:תבנית:תיעוד]]&lt;br /&gt;
[[hsb:Předłoha:Dokumentacija]]&lt;br /&gt;
[[hu:Sablon:Sablondokumentáció]]&lt;br /&gt;
[[hy:Կաղապար:Փաստաթղթեր]]&lt;br /&gt;
[[la:Formula:Documentation]]&lt;br /&gt;
[[id:Templat:Dokumentasi]]&lt;br /&gt;
[[it:Template:Man]]&lt;br /&gt;
[[lad:Xablón:Uso de Templates]]&lt;br /&gt;
[[lez:Шаблон:Doc]]&lt;br /&gt;
[[lo:ແມ່ແບບ:Documentation]]&lt;br /&gt;
[[lv:Veidne:Dokumentācija]]&lt;br /&gt;
[[ltg:Taiss:Dokumentaceja]]&lt;br /&gt;
[[ja:Template:Documentation]]&lt;br /&gt;
[[ko:틀:틀 설명문서]]&lt;br /&gt;
[[ku:Şablon:Belgekirin]]&lt;br /&gt;
[[map-bms:Cithakan:Dokumentasi]]&lt;br /&gt;
[[ml:ഫലകം:വിവരണം]]&lt;br /&gt;
[[ms:Templat:Dokumentasi]]&lt;br /&gt;
[[nds-nl:Mal:Dokumentatie]]&lt;br /&gt;
[[no:mal:Dokumentasjon]]&lt;br /&gt;
[[nl:Sjabloon:Sjabdoc]]&lt;br /&gt;
[[nso:Template:Documentation]]&lt;br /&gt;
[[pl:Szablon:Dokumentacja]]&lt;br /&gt;
[[pt:Predefinição:Documentação]]&lt;br /&gt;
[[ro:Format:Documentaţie]]&lt;br /&gt;
[[ru:Шаблон:Doc]]&lt;br /&gt;
[[se:Málle:Documentation]]&lt;br /&gt;
[[simple:Template:Documentation]]&lt;br /&gt;
[[sk:Šablóna:Dokumentácia]]&lt;br /&gt;
[[sl:Predloga:Dokumentacija]]&lt;br /&gt;
[[sr:Шаблон:Документација]]&lt;br /&gt;
[[sq:Stampa:Dokumentacion]]&lt;br /&gt;
[[stq:Foarloage:Dokumentation]]&lt;br /&gt;
[[sv:Mall:Dokumentation]]&lt;br /&gt;
[[sw:Kigezo:Documentation]]&lt;br /&gt;
[[te:మూస:Documentation]]&lt;br /&gt;
[[tl:Suleras:Documentation]]&lt;br /&gt;
[[tr:Şablon:Belgeleme]]&lt;br /&gt;
[[tt:Үрнәк:Doc]]&lt;br /&gt;
[[tpi:Template:Template doc]]&lt;br /&gt;
[[uk:Шаблон:Документація]]&lt;br /&gt;
[[ur:سانچہ:Documentation]]&lt;br /&gt;
[[war:Batakan:Documentation]]&lt;br /&gt;
[[yo:Àdàkọ:Aṣàlàyé]]&lt;br /&gt;
[[zh:Template:Documentation]]&lt;br /&gt;
[[te:మూస:Documentation]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>46.252.151.25</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Documentation/doc&amp;diff=156783</id>
		<title>Template:Documentation/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Documentation/doc&amp;diff=156783"/>
		<updated>2013-03-04T21:36:12Z</updated>

		<summary type="html">&lt;p&gt;46.252.151.25: Undid revision 541596263 by Gadget850 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;/noinclude&amp;gt;{{documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is the {{tl|documentation}} template.&lt;br /&gt;
&lt;br /&gt;
For most of the instructions about how and when to use this template, see [[Wikipedia:Template documentation]].&lt;br /&gt;
&lt;br /&gt;
This template displays a green doc box like you are seeing now, and automatically loads the content from a /doc subpage. It can also load the content from other places if instructed to.&lt;br /&gt;
&lt;br /&gt;
This template is intended for documenting templates and other pages which are [[Wikipedia:Transclusion|transcluded]] onto other pages. It can be used in template space and most other [[Wikipedia:Namespace|namespaces]].&lt;br /&gt;
&lt;br /&gt;
Use of this template allows templates to be [[Wikipedia:Protection policy|protected]] where necessary, while allowing anyone to edit the documentation, categories, and interwiki links.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Normally this template is used without any parameters, placed at the bottom of the template or page being documented, within &amp;lt;code&amp;gt;&amp;amp;lt;noinclude&amp;gt;&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then this template automatically loads the content from the /doc subpage of the template it is used on.&lt;br /&gt;
&lt;br /&gt;
This template can also load the content from any other page. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation |Template:Other page/doc}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that when loading the documentation from another page than the local /doc page it becomes tricky to handle the categories and interwiki links.&lt;br /&gt;
&lt;br /&gt;
The content can also be fed directly as text. Like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation |content=&lt;br /&gt;
Some documentation text.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When the {{para|content}} parameter is used, the doc box normally does not show the [edit] [purge] links in the top right corner. Note that if the /doc page exists a link to it is still shown in the link box below the doc box.&lt;br /&gt;
&lt;br /&gt;
Parameter {{para|1}} and the {{para|content}} parameter can also be combined, like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--Last line of your template code--&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation&lt;br /&gt;
|1=Template:Any page/doc&lt;br /&gt;
|content=&lt;br /&gt;
{{Template:Any page/doc |parameters}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then the pagename fed as parameter 1 is used for the [edit] [purge] links and for the /doc link in the link box below the doc box. But the '''content''' parameter is used for the content shown in the doc box. The above code means that the content is transcluded as {{tnull|Template:Any page/doc{{!}}parameters}}. In this example a parameter is also fed to the /doc page being loaded.&lt;br /&gt;
&lt;br /&gt;
=== Best practice ===&lt;br /&gt;
&lt;br /&gt;
The code should be added at the bottom of the template code, with no space before {{tag|noinclude|o}} (which would cause extra space on pages where the template is used).&lt;br /&gt;
&lt;br /&gt;
Categories and interwiki links that apply to the template itself should be added to the bottom of the /doc subpage, inside {{tag|includeonly}} tags. For more complex cases, see [[Wikipedia:Template documentation#Categories and interwiki links]].&lt;br /&gt;
&lt;br /&gt;
If the documentation page contains {{tag|includeonly|o}} or {{tag|noinclude|o}} tags as part of the visible documentation text, replace the &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;&amp;lt;/code&amp;gt;&amp;quot; with &amp;quot;&amp;lt;code&amp;gt;&amp;amp;amp;lt;&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== The heading ===&lt;br /&gt;
&lt;br /&gt;
When in the Template namespace, this template shows this heading:&lt;br /&gt;
:[[File:Template-info.svg|32px]] '''Template documentation'''&lt;br /&gt;
&lt;br /&gt;
In most other namespaces, such as &amp;quot;Wikipedia:&amp;quot;, it shows this heading:&lt;br /&gt;
:'''Documentation'''&lt;br /&gt;
&lt;br /&gt;
But when on File (image) pages it shows this heading:&lt;br /&gt;
:'''Summary'''&lt;br /&gt;
&lt;br /&gt;
The '''heading''' parameter can be used to set the heading to something else. Like this:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation |heading=Infobox documentation}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the '''heading''' parameter is empty but defined, no heading is shown and no [edit] [purge] links are shown. Like this:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation |heading=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''heading-style''' parameter can be fed optional [[Cascading Style Sheets|CSS]] values. Without quotation marks &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&amp;lt;/code&amp;gt; but with the ending semicolons &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;. For example:&lt;br /&gt;
:&amp;lt;code&amp;gt;heading-style = color: red; font-size: 150%;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== The link box ===&lt;br /&gt;
&lt;br /&gt;
Below the big doc box is a small link box that shows some meta-data about the documentation. The link box shows different things depending on what parameters are fed to this template, and in which namespace it is used. In some cases the link box is not shown at all.&lt;br /&gt;
&lt;br /&gt;
To hide the link box, add the parameter {{para|link box|off}}.&lt;br /&gt;
&lt;br /&gt;
You can also insert customised text in the link box, by defining the {{para|link box}} parameter. For example:&lt;br /&gt;
{{para|link box|This documentation is automatically generated by [&amp;lt;nowiki /&amp;gt;[Template:Country showdata]]}}&lt;br /&gt;
&lt;br /&gt;
=== Automatic functions ===&lt;br /&gt;
&lt;br /&gt;
If the documentation page does not exist, the [create] link includes a [[mw:Manual:Creating pages with preloaded text|preload]] page so that clicking it will pre-fill the edit form with the basic documentation page format. Preload text is also used for the /sandbox and /testcases &amp;lt;small&amp;gt;(create)&amp;lt;/small&amp;gt; links.&lt;br /&gt;
&lt;br /&gt;
When this template is on a protected template page it now automatically adds {{tl|pp-template}} which shows the grey or red padlock in the top right corner. So no need to manually add {{tlf|pp-template}} to templates that use {{tl|documentation}}.&lt;br /&gt;
&lt;br /&gt;
When this template is on a /sandbox subpage it automatically adds the {{tl|template sandbox notice}}. If that sandbox is not a subpage of the live template, then the {{para|livepage}} parameter can be used to correctly link back to that template.&lt;br /&gt;
&lt;br /&gt;
=== Subject namespaces vs. talk namespaces ===&lt;br /&gt;
&lt;br /&gt;
Terminology: ''Subject namespaces'' are the opposite of ''talk namespaces''. For instance &amp;quot;Template:&amp;quot; is the subject space of &amp;quot;Template talk:&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
This template is usually placed in a subject namespace, within {{tag|noinclude|o}} tags. But in some cases this template needs to be on the talk page:&lt;br /&gt;
&lt;br /&gt;
* For preload pages (usually in Template or Wikipedia namespaces), since they cannot use {{tag|noinclude|o}}. See for instance, [[Template talk:AfC preload]] and [[Template talk:RfD subpage starter]]. Such talk pages can be marked with {{tl|talkdoc}}.&lt;br /&gt;
&lt;br /&gt;
* In the Mediawiki namespace, since {{tag|noinclude|o}} often does not work in system messagesm and since the Mediawiki namespace needs to be kept clean for performance reasons.&lt;br /&gt;
&lt;br /&gt;
When placed on talk pages, this template usually is placed near the top of the page and without {{tag|noinclude}} tags.&lt;br /&gt;
&lt;br /&gt;
The /doc, /sandbox and /testcases pages should normally be in the subject namespace, except in the namespaces that do not have the MediaWiki [[meta:Link#Subpage feature|subpage feature]] enabled: Main, File, Mediawiki and Category. (But currently we only show the /sandbox and /testcases links from User, User talk, Template and Template talk namespaces.) There are also a whole bunch of other technical reasons why the /doc page must be stored under the talk page for those (but only those) namespaces.&lt;br /&gt;
&lt;br /&gt;
This template automatically points its &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; links for the /doc, /sandbox and /testcases to the right namespace.&lt;br /&gt;
&lt;br /&gt;
=== Technical details ===&lt;br /&gt;
&lt;br /&gt;
This template calls {{tl|documentation/start box2}} and {{tl|documentation/end box2}} which in turn call {{tl|documentation/start box}} and {{tl|documentation/end box}}. The /start box (and /end box) hold most of the code, while this template and /start box2 (and /end box2) do parameter preprocessing.&lt;br /&gt;
&lt;br /&gt;
The preload page for the /doc &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; link is [[Template:Documentation/preload]], but in File namespace it is [[Template:Documentation/preload-filespace]]. The preload pages for the /sandbox and /testcases &amp;lt;small&amp;gt;[create]&amp;lt;/small&amp;gt; links are [[Template:Documentation/preload-sandbox]] and [[Template:Documentation/preload-testcases]].&lt;br /&gt;
&lt;br /&gt;
For more technical details see the [[Template talk:Documentation|talk page]].&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{documentation/see also}} --&amp;gt;&lt;br /&gt;
* {{tl|documentation}} – Placed on templates and other pages to document them.&lt;br /&gt;
* {{tl|documentation subpage}} – Used at the top of /doc subpages to explain what they are and to link back to the page they document.&lt;br /&gt;
* {{tl|barnstar documentation}} – Variant specifically for [[WP:BARNSTAR|barnstar]] templates&lt;br /&gt;
* [[Wikipedia:Template documentation]] – The how-to guide about template documentation.&lt;br /&gt;
* [[Wikipedia:Template test cases]] – How to use /sandbox and /testcases subpages and more about template testing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Template documentation]]&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
&lt;br /&gt;
[[als:Vorlage:Dokumentation]]&lt;br /&gt;
[[ar:قالب:توثيق]]&lt;br /&gt;
[[as:Template:Documentation]]&lt;br /&gt;
[[ba:Ҡалып:Doc]]&lt;br /&gt;
[[bar:Vorlage:Dokumentation]]&lt;br /&gt;
[[bg:Шаблон:Документация]]&lt;br /&gt;
[[br:Patrom:Implijout patromoù]]&lt;br /&gt;
[[bs:Šablon:Dokumentacija]]&lt;br /&gt;
[[ca:Plantilla:Ús de la plantilla]]&lt;br /&gt;
[[ckb:داڕێژە:Documentation]]&lt;br /&gt;
[[cs:Šablona:Dokumentace]]&lt;br /&gt;
[[cy:Nodyn:Doc]]&lt;br /&gt;
[[da:Skabelon:Dokumentation]]&lt;br /&gt;
[[de:Vorlage:Dokumentation]]&lt;br /&gt;
[[diq:Şablon:Documentation]]&lt;br /&gt;
[[dsb:Pśedłoga:Dokumentacija]]&lt;br /&gt;
[[et:Mall:Dokumentatsioon]]&lt;br /&gt;
[[es:Plantilla:Documentación]]&lt;br /&gt;
[[el:Πρότυπο:Τεκμηρίωση προτύπου]]&lt;br /&gt;
[[eo:Ŝablono:Dok]]&lt;br /&gt;
[[eu:Txantiloi:Txantiloi dokumentazioa]]&lt;br /&gt;
[[fa:الگو:توضیحات]]&lt;br /&gt;
[[fr:Modèle:Documentation]]&lt;br /&gt;
[[ga:Teimpléad:Documentation]]&lt;br /&gt;
[[gl:Modelo:Uso de marcador]]&lt;br /&gt;
[[he:תבנית:תיעוד]]&lt;br /&gt;
[[hsb:Předłoha:Dokumentacija]]&lt;br /&gt;
[[la:Formula:Documentation]]&lt;br /&gt;
[[lv:Veidne:Dokumentācija]]&lt;br /&gt;
[[ltg:Taiss:Dokumentaceja]]&lt;br /&gt;
[[lo:ແມ່ແບບ:Documentation]]&lt;br /&gt;
[[hu:Sablon:Sablondokumentáció]]&lt;br /&gt;
[[hy:Կաղապար:Փաստաթղթեր]]&lt;br /&gt;
[[ia:Patrono:Docpatrono]]&lt;br /&gt;
[[id:Templat:Dokumentasi]]&lt;br /&gt;
[[it:Template:Man]]&lt;br /&gt;
[[ja:Template:Documentation]]&lt;br /&gt;
[[ko:틀:틀 설명문서]]&lt;br /&gt;
[[ku:Şablon:Belgekirin]]&lt;br /&gt;
[[lad:Xablón:Uso de Templates]]&lt;br /&gt;
[[lez:Шаблон:Doc]]&lt;br /&gt;
[[map-bms:Cithakan:Dokumentasi]]&lt;br /&gt;
[[ml:ഫലകം:വിവരണം]]&lt;br /&gt;
[[ms:Templat:Dokumentasi]]&lt;br /&gt;
[[nds-nl:Mal:Dokumentatie]]&lt;br /&gt;
[[no:mal:Dokumentasjon]]&lt;br /&gt;
[[nl:Sjabloon:Sjabdoc]]&lt;br /&gt;
[[nso:Template:Documentation]]&lt;br /&gt;
[[pl:Szablon:Dokumentacja]]&lt;br /&gt;
[[pt:Predefinição:Documentação]]&lt;br /&gt;
[[ro:Format:Documentaţie]]&lt;br /&gt;
[[ru:Шаблон:Doc]]&lt;br /&gt;
[[se:Málle:Documentation]]&lt;br /&gt;
[[simple:Template:Documentation]]&lt;br /&gt;
[[sk:Šablóna:Dokumentácia]]&lt;br /&gt;
[[sl:Predloga:Dokumentacija]]&lt;br /&gt;
[[sr:Шаблон:Документација]]&lt;br /&gt;
[[sq:Stampa:Dokumentacion]]&lt;br /&gt;
[[stq:Foarloage:Dokumentation]]&lt;br /&gt;
[[sv:Mall:Dokumentation]]&lt;br /&gt;
[[sw:Kigezo:Documentation]]&lt;br /&gt;
[[tl:Suleras:Documentation]]&lt;br /&gt;
[[tr:Şablon:Belgeleme]]&lt;br /&gt;
[[tt:Үрнәк:Doc]]&lt;br /&gt;
[[tpi:Template:Template doc]]&lt;br /&gt;
[[uk:Шаблон:Документація]]&lt;br /&gt;
[[ur:سانچہ:Documentation]]&lt;br /&gt;
[[war:Template:Documentation]]&lt;br /&gt;
[[yo:Àdàkọ:Aṣàlàyé]]&lt;br /&gt;
[[zh:Template:Documentation]]&lt;br /&gt;
[[te:మూస:Documentation]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>46.252.151.25</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Infobox_UK_place/doc&amp;diff=6143472</id>
		<title>Template:Infobox UK place/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Infobox_UK_place/doc&amp;diff=6143472"/>
		<updated>2013-02-28T21:55:34Z</updated>

		<summary type="html">&lt;p&gt;46.252.151.25: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
{{esoteric}}&lt;br /&gt;
{{Convert to use Infobox}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{tl|Infobox UK place}} is intended for use with articles about places i.e. human settlements in the United Kingdom. It has provision for a location map, images, captions, and detailed information about the place e.g. population, governance, and public services. There is an associated [[Template:Infobox UK feature]] which operates in a similar manner and is intended for features such as bridges, castles, and hills which do not require the options about governance etc.&lt;br /&gt;
&lt;br /&gt;
== Basic syntax ==&lt;br /&gt;
&lt;br /&gt;
[[Template:Infobox_UK_place/doc/examples|Examples]] are available showing typical infoboxes together with the code for those examples. This code can be cut and pasted into new articles. The samples provided are:&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Isle of Man|Isle of Man]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Northern Ireland|Northern Ireland]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Scotland|Scotland]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Wales|Wales]]&lt;br /&gt;
:::: England – these can have differing structures:&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/London#Greater London|Greater London]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/London#City of London|City of London]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#Metropolitan county|Metropolitan county ''(Greater Manchester, Merseyside, Tyne and Wear, South Yorkshire, West Yorkshire, West Midlands)'']]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#Shire district in a shire county|Shire district in a shire county]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#...within a parish of the same name|...within a parish of the same name]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/Unitary#Unitary district within a shire/unitary mix|Unitary district within a shire]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/Unitary#Standalone unitary|Standalone unitary ''(Herefordshire, Rutland, Bristol, Isle of Wight)'']]&lt;br /&gt;
&lt;br /&gt;
== Full syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox UK place&lt;br /&gt;
&amp;lt;!-- BASICS --&amp;gt;&lt;br /&gt;
| official_name                     = &amp;lt;!-- defaults to {{{PAGENAME}}} --&amp;gt;&lt;br /&gt;
| local_name                        = &lt;br /&gt;
| country                           = &amp;lt;!-- England, Northern Ireland, Wales, Scotland - NOT [[linked]] (also produces EU constituency) --&amp;gt;&lt;br /&gt;
| crown_dependency                  = &amp;lt;!-- Isle of Man - NOT [[linked]] (this removes formal mentions of the UK) --&amp;gt;&lt;br /&gt;
| region                            = &amp;lt;!-- (England only) this should NOT be linked (also produces EU constituency) --&amp;gt;&lt;br /&gt;
| region1                           = &amp;lt;!-- for places split between regions --&amp;gt;&lt;br /&gt;
&amp;lt;!-- IMAGES --&amp;gt;&lt;br /&gt;
| static_image                      = &amp;lt;!-- now deprecated in favour of static_image_name (below); this is used for a static image (most commonly a skyline or landmark) --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as [[File:filename.jpg|240px]] --&amp;gt;&lt;br /&gt;
| static_image_name                 = &amp;lt;!-- for a static image of the place, such as a skyline or defining local landmark --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as filename.jpg --&amp;gt;&lt;br /&gt;
| static_image_width                = &amp;lt;!-- allows control of the image width. Should be omitted in most cases (will default to 240) --&amp;gt;&lt;br /&gt;
| static_image_caption              = &amp;lt;!-- optional caption for static image --&amp;gt;&lt;br /&gt;
| static_image_alt                  = &amp;lt;!-- for a description of the image per [[WP:ALT]] --&amp;gt;&lt;br /&gt;
| static_image_2                    = &amp;lt;!-- now deprecated in favour of static_image_2_name (below); this is used for a second static image (for example a town crest) --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as [[File:filename.jpg|240px]] --&amp;gt;&lt;br /&gt;
| static_image_2_name               = &amp;lt;!-- for a second static image, such as a town crest; specified as filename.jpg --&amp;gt;&lt;br /&gt;
| static_image_2_width              = &amp;lt;!-- allows control of the image width. Should not exceed 240 --&amp;gt;&lt;br /&gt;
| static_image_2_caption            = &amp;lt;!-- optional caption for static image --&amp;gt;&lt;br /&gt;
| static_image_2_alt                = &amp;lt;!-- for a description of the image per [[WP:ALT]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- STATISTICS --&amp;gt;&lt;br /&gt;
| area_total_sq_mi                  = &amp;lt;!-- square mile data as a number - will automatically provide conversion to  km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; --&amp;gt;&lt;br /&gt;
| area_total_km2                    = &amp;lt;!-- sq km data as a number - will automatically provide &lt;br /&gt;
conversion to sq mi (if blank) --&amp;gt;           &lt;br /&gt;
| area_footnotes= &amp;lt;!-- to cite the values used in the area fields. Use the&amp;amp;nbsp;&amp;lt;ref&amp;gt; &amp;lt;/ref&amp;gt; tags --&amp;gt;&lt;br /&gt;
| population                        = &amp;lt;!-- Enter just the number --&amp;gt;&lt;br /&gt;
| population_ref                    = &amp;lt;!-- include a reference: e.g.&amp;amp;nbsp;&amp;lt;ref&amp;gt;Census, 2001&amp;lt;/ref&amp;gt; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- a good place to check for these figures is http://neighbourhood.statistics.gov.uk/ --&amp;gt;&lt;br /&gt;
&amp;lt;!-- any non-numeric population values should also go here, such as &amp;quot;c.500&amp;quot; or &amp;quot;&amp;lt;500&amp;quot; --&amp;gt;&lt;br /&gt;
| population_density                = &amp;lt;!-- for /sq&amp;amp;nbsp;mi ...use convert template {{Pop density mi2 to km2|(enter value) |precision=1|abbr=yes}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- if pop density/km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; is known use {{Pop density km2 to mi2|(enter value) |precision=1|abbr=yes}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- note: if population is given and either area_total_sq_mi or area_total_km2 is given then population_density will be calculated --&amp;gt;&lt;br /&gt;
| statistic                         =&lt;br /&gt;
| statistic_title                   =&lt;br /&gt;
| statistic1                        =&lt;br /&gt;
| statistic_title1                  =&lt;br /&gt;
| statistic2                        =&lt;br /&gt;
| statistic_title2                  =&lt;br /&gt;
| population_demonym                = &lt;br /&gt;
&amp;lt;!-- MAP &amp;amp;amp; LOCATION --&amp;gt;&lt;br /&gt;
| os_grid_reference                 = &lt;br /&gt;
| map_type                          = &amp;lt;!-- type of map (leave blank for default map, or set to nomap, UK or Greater Belfast to force a particular map) --&amp;gt;&lt;br /&gt;
| map_alt                           = &amp;lt;!-- alt text for map, for visually impaired and other readers who cannot see the image; see &amp;lt;/nowiki&amp;gt;[[WP:ALT]]&amp;lt;nowiki&amp;gt; --&amp;gt;&lt;br /&gt;
| longitude                         = &amp;lt;!-- location of the place, puts a dot on the map --&amp;gt;&lt;br /&gt;
| latitude                          = &amp;lt;!-- location of the place, puts a dot on the map --&amp;gt;&lt;br /&gt;
| label_position                     = &amp;lt;!-- adjust position of label by dot – defaults to right --&amp;gt;        &lt;br /&gt;
| scale                             = &amp;lt;!-- optionally include a scale parameter in the coordinates link (default is city scale) --&amp;gt;&lt;br /&gt;
| post_town                         = &amp;lt;!-- e.g. UXBRIDGE - converted automatically to upper case --&amp;gt;&lt;br /&gt;
| post_town1                        = &amp;lt;!-- for places in more than one post town --&amp;gt;&lt;br /&gt;
| post_town2                        = &amp;lt;!-- for places in more than one post town --&amp;gt;&lt;br /&gt;
| postcode_area                     = &amp;lt;!-- e.g. UB --&amp;gt;&lt;br /&gt;
| postcode_area1                    = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_area2                    = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_district                 = &amp;lt;!-- e.g. UB1, UB2 (this is displayed) --&amp;gt;&lt;br /&gt;
| postcode_district1                = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_district2                = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| dial_code                         = &amp;lt;!-- e.g. 020, 0161 or 01332 - NOT +44... --&amp;gt;&lt;br /&gt;
| dial_code1                        = &amp;lt;!-- for places with more than one dial code--&amp;gt;&lt;br /&gt;
| dial_code2                        = &amp;lt;!-- for places with more than one dial code--&amp;gt;&lt;br /&gt;
&amp;lt;!-- GOVERNANCE --&amp;gt;&lt;br /&gt;
| constituency_westminster          = &amp;lt;!-- Use a link. e.g. [[Chiltern Hundreds]] --&amp;gt;&lt;br /&gt;
| constituency_westminster1         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| constituency_westminster2         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| constituency_westminster3         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| civil_parish                      = &amp;lt;!-- for places within a parish. Use a link, e.g. [[Odd Rode]] --&amp;gt;&lt;br /&gt;
| civil_parish1                     = &amp;lt;!-- for places in more than one parish. Use a link. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- DISTANCES --&amp;gt;&lt;br /&gt;
&amp;lt;!-- you can use the template {{convert|(enter data)|mi|precision=0}} to help convert miles to km automatically; both are displayed --&amp;gt;&lt;br /&gt;
| london_distance_mi                = &amp;lt;!-- for UK articles (outside of Greater London), distance to London as the crow flies --&amp;gt;&lt;br /&gt;
| london_distance_km                = &lt;br /&gt;
| london_distance                   = &lt;br /&gt;
| london_direction                   = &lt;br /&gt;
| belfast_distance_mi               = &amp;lt;!-- NORTHERN IRISH articles only, distance to Belfast as the crow flies--&amp;gt;&lt;br /&gt;
| belfast_distance_km               = &lt;br /&gt;
| belfast_distance                  = &lt;br /&gt;
| belfast_direction                  = &lt;br /&gt;
| cardiff_distance_mi               = &amp;lt;!-- WELSH articles only, distance to Cardiff as the crow flies--&amp;gt;&lt;br /&gt;
| cardiff_distance_km               = &lt;br /&gt;
| cardiff_distance                  = &lt;br /&gt;
| cardiff_direction                  = &lt;br /&gt;
| dublin_distance_mi               = &amp;lt;!-- distance to Dublin – may be relevant to NORTHERN IRISH articles as the crow flies--&amp;gt;&lt;br /&gt;
| dublin_distance_km               = &lt;br /&gt;
| dublin_distance                  = &lt;br /&gt;
| dublin_direction                  = &lt;br /&gt;
| edinburgh_distance_mi             = &amp;lt;!-- SCOTTISH articles only, distance to Edinburgh as the crow flies--&amp;gt;&lt;br /&gt;
| edinburgh_distance_km             = &lt;br /&gt;
| edinburgh_distance                = &lt;br /&gt;
| edinburgh_direction                = &lt;br /&gt;
| douglas_distance_mi               = &amp;lt;!-- MANX articles only, distance to Douglas as the crow flies--&amp;gt;&lt;br /&gt;
| douglas_distance_km               = &lt;br /&gt;
| douglas_distance                  = &lt;br /&gt;
| douglas_direction                  = &lt;br /&gt;
| charingX_distance_mi              = &amp;lt;!-- for places WITHIN Greater London ONLY as the crow flies--&amp;gt;&lt;br /&gt;
| charingX_distance_km              = &lt;br /&gt;
| charingX_distance                 = &lt;br /&gt;
| charingX_direction                 = &lt;br /&gt;
&amp;lt;!-- SCOTLAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| gaelic_name                       = &lt;br /&gt;
| scots_name                        = &lt;br /&gt;
| unitary_scotland                  = &lt;br /&gt;
| unitary_scotland1                 = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_scotland              = &lt;br /&gt;
| lieutenancy_scotland1             = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_scottish_parliament  = &lt;br /&gt;
| constituency_scottish_parliament1 = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
| constituency_scottish_parliament2 = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- WALES-SPECIFIC --&amp;gt;&lt;br /&gt;
| welsh_name                        = &lt;br /&gt;
| community_wales                   = &amp;lt;!-- Use a link, e.g. [[Eglwyscummin]] --&amp;gt;&lt;br /&gt;
| unitary_wales                     = &lt;br /&gt;
| unitary_wales1                    = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_wales                 = &lt;br /&gt;
| lieutenancy_wales1                = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_welsh_assembly       = &lt;br /&gt;
| constituency_welsh_assembly1      = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
| constituency_welsh_assembly2      = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- NORTHERN IRELAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| irish_name                        = &lt;br /&gt;
| irish_grid_reference              = &lt;br /&gt;
| unitary_northern_ireland          = &lt;br /&gt;
| unitary_northern_ireland1         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| unitary_northern_ireland2         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_northern_ireland      = &lt;br /&gt;
| lieutenancy_northern_ireland1     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_northern_ireland2     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_ni_assembly          = &lt;br /&gt;
| constituency_ni_assembly1         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ISLE OF MAN-SPECIFIC --&amp;gt;&lt;br /&gt;
| manx_name                         = &lt;br /&gt;
| manx_parish                       = &amp;lt;!-- for places in the Isle of Man --&amp;gt;&lt;br /&gt;
| manx_shedding                     = &amp;lt;!-- for places in the Isle of Man, also generates emergency services --&amp;gt;&lt;br /&gt;
| constituency_manx_parliament      = &amp;lt;!-- for House of Keys constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ENGLAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| metropolitan_borough              = &lt;br /&gt;
| metropolitan_borough1             = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| metropolitan_county               = &amp;lt;!-- Use a link. e.g. [[Tyne and Wear]] --&amp;gt;&lt;br /&gt;
| metropolitan_county1              = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| shire_district                    = &lt;br /&gt;
| shire_district1                   = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| shire_county                      = &amp;lt;!-- Use a link. e.g. [[Devon]] --&amp;gt;&lt;br /&gt;
| shire_county1                     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| unitary_england                   = &lt;br /&gt;
| unitary_england1                  = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_england               = &amp;lt;!-- not required where shire or metropolitan is the same --&amp;gt;&lt;br /&gt;
| lieutenancy_england1              = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| london_borough                    = &amp;lt;!-- this should not be linked and simplified: e.g. Bromley NOT [[London Borough of Bromley]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough1                   = &amp;lt;!-- for places in more than one borough (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough2                   = &amp;lt;!-- for places in more than one borough (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough3                   = &amp;lt;!-- special cases, does not produce London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough4                   = &amp;lt;!-- special cases, does not produce London Assembly constituency) --&amp;gt;&lt;br /&gt;
| cornish_name                      = &lt;br /&gt;
&amp;lt;!-- ALL AREAS --&amp;gt;&lt;br /&gt;
| other_language_name               = &amp;lt;!-- any other alternative language name --&amp;gt;&lt;br /&gt;
| other_language                    = &amp;lt;!-- any other alternative language name --&amp;gt;&lt;br /&gt;
| language                          = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| language1                         = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| language2                         = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| website                           = &amp;lt;!-- Council website for place (specifically) --&amp;gt;&lt;br /&gt;
| hide_services                     = &amp;lt;!-- Set to Yes to turn off Police/Fire/Ambulance --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
=== Automated features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Feature&lt;br /&gt;
| Required fields&lt;br /&gt;
|-&lt;br /&gt;
| Basic function&lt;br /&gt;
| official_name – ''defaults to &amp;lt;nowiki&amp;gt;{{{PAGENAME}}}&amp;lt;/nowiki&amp;gt;''&amp;lt;br /&amp;gt;country ([[Country of the United Kingdom|?]])&amp;lt;br /&amp;gt;''England only'': region ([[Regions of England|?]])&lt;br /&gt;
|-&lt;br /&gt;
| Maps &lt;br /&gt;
| latitude&amp;lt;br /&amp;gt;longitude&amp;lt;br /&amp;gt;country&amp;lt;br /&amp;gt;''England only'': region (= ''London'') ''OR'' metropolitan_county ''OR'' shire_county ''OR'' unitary_england (= ''Bristol'', ''Isle of Wight'', ''Southampton'')&amp;lt;br /&amp;gt;''Scotland only'': unitary_scotland&lt;br /&gt;
&lt;br /&gt;
Note that by default, the coordinates are displayed to the right of the title, at the top of the page.  This can cause an error if there is more than one set of coordinates in the article.  To override the display in the title, use {{para|coordinates_display|inline}}&lt;br /&gt;
|-&lt;br /&gt;
| Services&lt;br /&gt;
| country&amp;lt;br /&amp;gt;unitary_scotland ([[Subdivisions of Scotland|?]]) ''OR'' unitary_england ([[Districts of England|?]]) ''OR'' unitary_northern_ireland ([[Districts of Northern Ireland|?]]) ''OR'' unitary_wales ([[Administrative divisions of Wales|?]]) ''OR'' london_borough ([[London borough|?]]) ''OR'' metropolitan_borough ([[Districts of England|?]]) ''OR'' shire_district ([[Districts of England|?]])&amp;lt;br /&amp;gt; ''England only'': shire_county ([[Metropolitan and non-metropolitan counties of England|?]]) ''OR'' metropolitan_county ([[Metropolitan and non-metropolitan counties of England|?]]) ''OR'' lieutenancy_england ([[Ceremonial counties of England|?]])&amp;lt;br /&amp;gt;''England only'': region&amp;lt;br /&amp;gt;''Vale of White Horse and Hart districts only'': ambulance_service (''needs to be populated'')&lt;br /&gt;
|-&lt;br /&gt;
| Postal&lt;br /&gt;
| post_town ([[post town|?]])&amp;lt;br /&amp;gt;postcode_area ([[List of postcode areas in the United Kingdom|?]])&amp;lt;br /&amp;gt;postcode_district&lt;br /&gt;
|-&lt;br /&gt;
| European Parliament&lt;br /&gt;
| country&amp;lt;br /&amp;gt;''England only'': region&lt;br /&gt;
|-&lt;br /&gt;
| London Assembly&lt;br /&gt;
| london_borough&lt;br /&gt;
|-&lt;br /&gt;
| Footer lists&lt;br /&gt;
| country&amp;lt;br /&amp;gt;london_borough ''OR'' shire_county ''OR'' metropolitan_county ''OR'' lieutenancy_england ''OR'' unitary_scotland ''OR'' unitary_wales ''OR'' lieutenancy_northern_ireland&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Normally used features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Although not required for any of the automation, the following fields should normally be filled in&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* constituency_westminster ([[List of United Kingdom Parliament constituencies|?]])&lt;br /&gt;
* map_alt&lt;br /&gt;
* os_grid_reference ''OR'' irish_grid_reference&lt;br /&gt;
* dial_code ''([http://www.ofcom.org.uk/telecoms/ioi/numbers/ this] may be of help finding the dialling code)''&lt;br /&gt;
* ''Northern Ireland only'': lieutenancy_northern_ireland ([[Counties of Northern Ireland|?]])&lt;br /&gt;
* ''Wales only'': lieutenancy_wales ([[Preserved counties of Wales|?]])&lt;br /&gt;
* ''Scotland only'': lieutenancy_scotland ([[Lieutenancy areas of Scotland|?]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Optional features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Optional feature&lt;br /&gt;
| Required fields&lt;br /&gt;
|-&lt;br /&gt;
| Other language names&lt;br /&gt;
| gaelic_name ''OR'' scots_name ''OR'' welsh_name ''OR'' irish_name ''OR'' cornish_name ''OR'' manx_name&lt;br /&gt;
|-&lt;br /&gt;
| Any other language name&lt;br /&gt;
| other_language ''AND'' other_language_name&amp;lt;br /&amp;gt;local_name&lt;br /&gt;
|-&lt;br /&gt;
| Languages spoken&lt;br /&gt;
| language&lt;br /&gt;
|-&lt;br /&gt;
| Static image(s)&lt;br /&gt;
| static_image ''(deprecated)''&amp;lt;br /&amp;gt;static_image_name&amp;lt;br /&amp;gt;static_image_width - ''defaults to 240px wide to match the maps.''&amp;lt;br /&amp;gt;static_image_caption&amp;lt;br /&amp;gt;static_image_alt ''(see [[WP:ALT]])''&amp;lt;br /&amp;gt;static_image_2 ''(deprecated)''&amp;lt;br /&amp;gt;static_image_2_name&amp;lt;br /&amp;gt;static_image_2_width - ''defaults to 240px wide to match the maps.''&amp;lt;br /&amp;gt;static_image_2_caption&amp;lt;br /&amp;gt;static_image_2_alt&lt;br /&gt;
|-&lt;br /&gt;
| Map label position&lt;br /&gt;
| label_position&amp;lt;br /&amp;gt;''Used to adjust position of label by dot on map– options are top, bottom, left, right, or none – defaults to right ''&lt;br /&gt;
|-&lt;br /&gt;
| Area&lt;br /&gt;
| area_total_sq_mi&amp;lt;br /&amp;gt;area_total_km2&amp;lt;br /&amp;gt;area_footnotes&amp;lt;br /&amp;gt;''Only one value needs to be entered as a number and it will be automatically formatted and converted to opposite system''&lt;br /&gt;
|-&lt;br /&gt;
| Population figures&lt;br /&gt;
| population – ''must be a number''&amp;lt;br /&amp;gt;population_density – ''will be calculated automatically if area and population are present''&amp;lt;br /&amp;gt;population_ref&amp;lt;br /&amp;gt;''(A good place to find the population figures is at [http://neighbourhood.statistics.gov.uk/ neighbourhood.statistics.gov.uk])''&amp;lt;br /&amp;gt;''For Census 2001 use &amp;lt;nowiki&amp;gt;| population_ref = &amp;lt;ref&amp;gt;[[United Kingdom Census 2001|Census 2001]]&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
|-&lt;br /&gt;
|Distance from capitals&lt;br /&gt;
| ''Replace &amp;amp;lt;capital&amp;gt; with belfast, cardiff, douglas, dublin, edinburgh, or london''&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance_mi&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance_km&amp;lt;br /&amp;gt;''Only one value needs to be entered as a number and it will be automatically formatted and converted to opposite system''&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance&amp;lt;br /&amp;gt;''Used for footnotes or direction – see [[Boxing the compass]]''&amp;lt;br /&amp;gt;&amp;amp;lt;capital_direction&amp;gt;&amp;lt;br /&amp;gt;''Enter direction to capital e.g. W, E, NE, SW – it will be linked to [[Boxing the compass]]''&amp;lt;br /&amp;gt;''(Distances &amp;quot;[[as the crow flies]]&amp;quot; can be found from [http://www.genuki.org.uk/big/eng/Gazetteers.html Genuki], or [http://www.postcode.org.uk/country/uk/_postcode-distance-calculator.asp postcode.org.uk])''&lt;br /&gt;
|-&lt;br /&gt;
|Distance ''within'' London&lt;br /&gt;
| Same as ''Distance from capitals'' above – replace &amp;amp;lt;capital&amp;gt; with ''charingX''&lt;br /&gt;
|-&lt;br /&gt;
| Civil parish or Community&lt;br /&gt;
| civil_parish OR community_wales ([[Community council#Wales|?]])&lt;br /&gt;
|-&lt;br /&gt;
| Website link&lt;br /&gt;
| website&amp;lt;br /&amp;gt;''WARNING: overlong urls may result in the sides of the infobox being pushed sideways.''&amp;lt;br /&amp;gt;    ''If so, use a short link to the url e.g.'' &amp;lt;nowiki&amp;gt;[longurl.co.uk/home.html Short name]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Places split by boundaries ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Places split by boundaries&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Many locations straddle the boundaries of post towns, constituencies, districts or regions. Where a place straddles these, they can be accommodated with its own field:&lt;br /&gt;
* post_town ''AND'' post_town1 ''AND'' post_town2&lt;br /&gt;
* civil_parish ''AND'' civil_parish1&lt;br /&gt;
* shire_district ''AND'' shire_district1 ''AND'' shire_district2&lt;br /&gt;
* region ''AND'' region1&lt;br /&gt;
* westminster_constituency ''AND'' westminster_constituency1 ''AND'' westminster_constituency2&lt;br /&gt;
There are slightly more &amp;quot;esoteric&amp;quot; extras to handle some tricky situations of division splits, which, if needed, can be explained by contacting one of the users involved in this template's construction.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Microformat ==&lt;br /&gt;
&lt;br /&gt;
{{UF-hcard-geo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:European city infobox templates|Uk Place]]&lt;br /&gt;
[[Category:United Kingdom city infobox templates|Uk Place]]&lt;br /&gt;
&lt;br /&gt;
[[ang:Bysen:Infobox UK place]]&lt;br /&gt;
[[br:Patrom:Infobox UK place]]&lt;br /&gt;
[[cy:Nodyn:Infobox UK place]]&lt;br /&gt;
[[de:Vorlage:Infobox Ort im Vereinigten Königreich]]&lt;br /&gt;
[[fr:Modèle:Infobox Ville du Royaume-Uni]]&lt;br /&gt;
[[id:Templat:Infobox UK place]]&lt;br /&gt;
[[ja:Template:Infobox UK place]]&lt;br /&gt;
[[jv:Cithakan:Infobox UK place]]&lt;br /&gt;
[[ms:Templat:Infobox UK place]]&lt;br /&gt;
[[pt:Predefinição:Info/Cidade do Reino Unido]]&lt;br /&gt;
[[sl:Predloga:Infobox UK place]]&lt;br /&gt;
[[vi:Bản mẫu:Infobox UK place]]&lt;br /&gt;
[[yo:Àdàkọ:Infobox UK place]]&lt;br /&gt;
[[zh:Template:Infobox UK place]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>46.252.151.25</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Infobox_UK_place/doc&amp;diff=6143471</id>
		<title>Template:Infobox UK place/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Infobox_UK_place/doc&amp;diff=6143471"/>
		<updated>2013-02-28T21:36:01Z</updated>

		<summary type="html">&lt;p&gt;46.252.151.25: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
{{esoteric}}&lt;br /&gt;
{{Convert to use Infobox}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{tl|Infobox UK place}} is intended for use with articles about places i.e. human settlements in the United Kingdom. It has provision for a location map, images, captions, and detailed information about the place e.g. population, governance, and public services. There is an associated [[Template:Infobox UK feature]] which operates in a similar manner and is intended for features such as bridges, castles, and hills which do not require the options about governance etc.&lt;br /&gt;
&lt;br /&gt;
== Basic syntax ==&lt;br /&gt;
&lt;br /&gt;
[[Template:Infobox_UK_place/doc/examples|Examples]] are available showing typical infoboxes together with the code for those examples. This code can be cut and pasted into new articles. The samples provided are:&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Isle of Man|Isle of Man]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Northern Ireland|Northern Ireland]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Scotland|Scotland]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Wales|Wales]]&lt;br /&gt;
:::: England – these can have differing structures:&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/London#Greater London|Greater London]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/London#City of London|City of London]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#Metropolitan county|Metropolitan county ''(Greater Manchester, Merseyside, Tyne and Wear, South Yorkshire, West Yorkshire, West Midlands)'']]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#Shire district in a shire county|Shire district in a shire county]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#...within a parish of the same name|...within a parish of the same name]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/Unitary#Unitary district within a shire/unitary mix|Unitary district within a shire]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/Unitary#Standalone unitary|Standalone unitary ''(Herefordshire, Rutland, Bristol, Isle of Wight)'']]&lt;br /&gt;
&lt;br /&gt;
== Full syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox UK place&lt;br /&gt;
&amp;lt;!-- BASICS --&amp;gt;&lt;br /&gt;
| official_name                     = &amp;lt;!-- defaults to {{{PAGENAME}}} --&amp;gt;&lt;br /&gt;
| local_name                        = &lt;br /&gt;
| country                           = &amp;lt;!-- England, Northern Ireland, Wales, Scotland - NOT [[linked]] (also produces EU constituency) --&amp;gt;&lt;br /&gt;
| crown_dependency                  = &amp;lt;!-- Isle of Man - NOT [[linked]] (this removes formal mentions of the UK) --&amp;gt;&lt;br /&gt;
| region                            = &amp;lt;!-- (England only) this should NOT be linked (also produces EU constituency) --&amp;gt;&lt;br /&gt;
| region1                           = &amp;lt;!-- for places split between regions --&amp;gt;&lt;br /&gt;
&amp;lt;!-- IMAGES --&amp;gt;&lt;br /&gt;
| static_image                      = &amp;lt;!-- now deprecated in favour of static_image_name (below); this is used for a static image (most commonly a skyline or landmark) --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as [[File:filename.jpg|240px]] --&amp;gt;&lt;br /&gt;
| static_image_name                 = &amp;lt;!-- for a static image of the place, such as a skyline or defining local landmark --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as filename.jpg --&amp;gt;&lt;br /&gt;
| static_image_width                = &amp;lt;!-- allows control of the image width. Should be omitted in most cases (will default to 240) --&amp;gt;&lt;br /&gt;
| static_image_caption              = &amp;lt;!-- optional caption for static image --&amp;gt;&lt;br /&gt;
| static_image_alt                  = &amp;lt;!-- for a description of the image per [[WP:ALT]] --&amp;gt;&lt;br /&gt;
| static_image_2                    = &amp;lt;!-- now deprecated in favour of static_image_2_name (below); this is used for a second static image (for example a town crest) --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as [[File:filename.jpg|240px]] --&amp;gt;&lt;br /&gt;
| static_image_2_name               = &amp;lt;!-- for a second static image, such as a town crest; specified as filename.jpg --&amp;gt;&lt;br /&gt;
| static_image_2_width              = &amp;lt;!-- allows control of the image width. Should not exceed 240 --&amp;gt;&lt;br /&gt;
| static_image_2_caption            = &amp;lt;!-- optional caption for static image --&amp;gt;&lt;br /&gt;
| static_image_2_alt                = &amp;lt;!-- for a description of the image per [[WP:ALT]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- STATISTICS --&amp;gt;&lt;br /&gt;
| area_total_sq_mi                  = &amp;lt;!-- square mile data as a number - will automatically provide conversion to  km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; --&amp;gt;&lt;br /&gt;
| area_total_km2                    = &amp;lt;!-- sq km data as a number - will automatically provide &lt;br /&gt;
conversion to sq mi (if blank) --&amp;gt;           &lt;br /&gt;
| area_footnotes= &amp;lt;!-- to cite the values used in the area fields. Use the&amp;amp;nbsp;&amp;lt;ref&amp;gt; &amp;lt;/ref&amp;gt; tags --&amp;gt;&lt;br /&gt;
| population                        = &amp;lt;!-- Enter just the number --&amp;gt;&lt;br /&gt;
| population_ref                    = &amp;lt;!-- include a reference: e.g.&amp;amp;nbsp;&amp;lt;ref&amp;gt;Census, 2001&amp;lt;/ref&amp;gt; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- a good place to check for these figures is http://neighbourhood.statistics.gov.uk/ --&amp;gt;&lt;br /&gt;
&amp;lt;!-- any non-numeric population values should also go here, such as &amp;quot;c.500&amp;quot; or &amp;quot;&amp;lt;500&amp;quot; --&amp;gt;&lt;br /&gt;
| population_density                = &amp;lt;!-- for /sq&amp;amp;nbsp;mi ...use convert template {{Pop density mi2 to km2|(enter value) |precision=1|abbr=yes}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- if pop density/km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; is known use {{Pop density km2 to mi2|(enter value) |precision=1|abbr=yes}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- note: if population is given and either area_total_sq_mi or area_total_km2 is given then population_density will be calculated --&amp;gt;&lt;br /&gt;
| statistic                         =&lt;br /&gt;
| statistic_title                   =&lt;br /&gt;
| statistic1                        =&lt;br /&gt;
| statistic_title1                  =&lt;br /&gt;
| statistic2                        =&lt;br /&gt;
| statistic_title2                  =&lt;br /&gt;
| population_demonym                = &lt;br /&gt;
&amp;lt;!-- MAP &amp;amp;amp; LOCATION --&amp;gt;&lt;br /&gt;
| os_grid_reference                 = &lt;br /&gt;
| map_type                          = &amp;lt;!-- type of map (leave blank for default map, or set to nomap, UK or Greater Belfast to force a particular map) --&amp;gt;&lt;br /&gt;
| map_alt                           = &amp;lt;!-- alt text for map, for visually impaired and other readers who cannot see the image; see &amp;lt;/nowiki&amp;gt;[[WP:ALT]]&amp;lt;nowiki&amp;gt; --&amp;gt;&lt;br /&gt;
| longitude                         = &amp;lt;!-- location of the place, puts a dot on the map --&amp;gt;&lt;br /&gt;
| latitude                          = &amp;lt;!-- location of the place, puts a dot on the map --&amp;gt;&lt;br /&gt;
| label_position                     = &amp;lt;!-- adjust position of label by dot – defaults to right --&amp;gt;        &lt;br /&gt;
| scale                             = &amp;lt;!-- optionally include a scale parameter in the coordinates link (default is city scale) --&amp;gt;&lt;br /&gt;
| post_town                         = &amp;lt;!-- e.g. UXBRIDGE - converted automatically to upper case --&amp;gt;&lt;br /&gt;
| post_town1                        = &amp;lt;!-- for places in more than one post town --&amp;gt;&lt;br /&gt;
| post_town2                        = &amp;lt;!-- for places in more than one post town --&amp;gt;&lt;br /&gt;
| postcode_area                     = &amp;lt;!-- e.g. UB --&amp;gt;&lt;br /&gt;
| postcode_area1                    = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_area2                    = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_district                 = &amp;lt;!-- e.g. UB1, UB2 (this is displayed) --&amp;gt;&lt;br /&gt;
| postcode_district1                = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_district2                = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| dial_code                         = &amp;lt;!-- e.g. 020, 0161 or 01332 - NOT +44... --&amp;gt;&lt;br /&gt;
| dial_code1                        = &amp;lt;!-- for places with more than one dial code--&amp;gt;&lt;br /&gt;
| dial_code2                        = &amp;lt;!-- for places with more than one dial code--&amp;gt;&lt;br /&gt;
&amp;lt;!-- GOVERNANCE --&amp;gt;&lt;br /&gt;
| constituency_westminster          = &amp;lt;!-- Use a link. e.g. [[Chiltern Hundreds]] --&amp;gt;&lt;br /&gt;
| constituency_westminster1         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| constituency_westminster2         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| constituency_westminster3         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| civil_parish                      = &amp;lt;!-- for places within a parish. Use a link, e.g. [[Odd Rode]] --&amp;gt;&lt;br /&gt;
| civil_parish1                     = &amp;lt;!-- for places in more than one parish. Use a link. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- DISTANCES --&amp;gt;&lt;br /&gt;
&amp;lt;!-- you can use the template {{convert|(enter data)|mi|precision=0}} to help convert miles to km automatically; both are displayed --&amp;gt;&lt;br /&gt;
| london_distance_mi                = &amp;lt;!-- for UK articles (outside of Greater London), distance to London as the crow flies --&amp;gt;&lt;br /&gt;
| london_distance_km                = &lt;br /&gt;
| london_distance                   = &lt;br /&gt;
| london_direction                   = &lt;br /&gt;
| belfast_distance_mi               = &amp;lt;!-- NORTHERN IRISH articles only, distance to Belfast as the crow flies--&amp;gt;&lt;br /&gt;
| belfast_distance_km               = &lt;br /&gt;
| belfast_distance                  = &lt;br /&gt;
| belfast_direction                  = &lt;br /&gt;
| cardiff_distance_mi               = &amp;lt;!-- WELSH articles only, distance to Cardiff as the crow flies--&amp;gt;&lt;br /&gt;
| cardiff_distance_km               = &lt;br /&gt;
| cardiff_distance                  = &lt;br /&gt;
| cardiff_direction                  = &lt;br /&gt;
| dublin_distance_mi               = &amp;lt;!-- distance to Dublin – may be relevant to NORTHERN IRISH articles as the crow flies--&amp;gt;&lt;br /&gt;
| dublin_distance_km               = &lt;br /&gt;
| dublin_distance                  = &lt;br /&gt;
| dublin_direction                  = &lt;br /&gt;
| edinburgh_distance_mi             = &amp;lt;!-- SCOTTISH articles only, distance to Edinburgh as the crow flies--&amp;gt;&lt;br /&gt;
| edinburgh_distance_km             = &lt;br /&gt;
| edinburgh_distance                = &lt;br /&gt;
| edinburgh_direction                = &lt;br /&gt;
| douglas_distance_mi               = &amp;lt;!-- MANX articles only, distance to Douglas as the crow flies--&amp;gt;&lt;br /&gt;
| douglas_distance_km               = &lt;br /&gt;
| douglas_distance                  = &lt;br /&gt;
| douglas_direction                  = &lt;br /&gt;
| charingX_distance_mi              = &amp;lt;!-- for places WITHIN Greater London ONLY as the crow flies--&amp;gt;&lt;br /&gt;
| charingX_distance_km              = &lt;br /&gt;
| charingX_distance                 = &lt;br /&gt;
| charingX_direction                 = &lt;br /&gt;
&amp;lt;!-- SCOTLAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| gaelic_name                       = &lt;br /&gt;
| scots_name                        = &lt;br /&gt;
| unitary_scotland                  = &lt;br /&gt;
| unitary_scotland1                 = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_scotland              = &lt;br /&gt;
| lieutenancy_scotland1             = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_scottish_parliament  = &lt;br /&gt;
| constituency_scottish_parliament1 = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
| constituency_scottish_parliament2 = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- WALES-SPECIFIC --&amp;gt;&lt;br /&gt;
| welsh_name                        = &lt;br /&gt;
| community_wales                   = &amp;lt;!-- Use a link, e.g. [[Eglwyscummin]] --&amp;gt;&lt;br /&gt;
| unitary_wales                     = &lt;br /&gt;
| unitary_wales1                    = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_wales                 = &lt;br /&gt;
| lieutenancy_wales1                = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_welsh_assembly       = &lt;br /&gt;
| constituency_welsh_assembly1      = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
| constituency_welsh_assembly2      = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- NORTHERN IRELAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| irish_name                        = &lt;br /&gt;
| irish_grid_reference              = &lt;br /&gt;
| unitary_northern_ireland          = &lt;br /&gt;
| unitary_northern_ireland1         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| unitary_northern_ireland2         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_northern_ireland      = &lt;br /&gt;
| lieutenancy_northern_ireland1     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_northern_ireland2     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_ni_assembly          = &lt;br /&gt;
| constituency_ni_assembly1         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ISLE OF MAN-SPECIFIC --&amp;gt;&lt;br /&gt;
| manx_name                         = &lt;br /&gt;
| manx_parish                       = &amp;lt;!-- for places in the Isle of Man --&amp;gt;&lt;br /&gt;
| manx_shedding                     = &amp;lt;!-- for places in the Isle of Man, also generates emergency services --&amp;gt;&lt;br /&gt;
| constituency_manx_parliament      = &amp;lt;!-- for House of Keys constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ENGLAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| metropolitan_borough              = &lt;br /&gt;
| metropolitan_borough1             = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| metropolitan_county               = &amp;lt;!-- Use a link. e.g. [[Tyne and Wear]] --&amp;gt;&lt;br /&gt;
| metropolitan_county1              = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| shire_district                    = &lt;br /&gt;
| shire_district1                   = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| shire_county                      = &amp;lt;!-- Use a link. e.g. [[Devon]] --&amp;gt;&lt;br /&gt;
| shire_county1                     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| unitary_england                   = &lt;br /&gt;
| unitary_england1                  = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_england               = &amp;lt;!-- not required where shire or metropolitan is the same --&amp;gt;&lt;br /&gt;
| lieutenancy_england1              = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| london_borough                    = &amp;lt;!-- this should not be linked and simplified: e.g. Bromley NOT [[London Borough of Bromley]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough1                   = &amp;lt;!-- for places in more than one borough (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough2                   = &amp;lt;!-- for places in more than one borough (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough3                   = &amp;lt;!-- special cases, does not produce London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough4                   = &amp;lt;!-- special cases, does not produce London Assembly constituency) --&amp;gt;&lt;br /&gt;
| cornish_name                      = &lt;br /&gt;
&amp;lt;!-- ALL AREAS --&amp;gt;&lt;br /&gt;
| other_language_name               = &amp;lt;!-- any other alternative language name --&amp;gt;&lt;br /&gt;
| other_language                    = &amp;lt;!-- any other alternative language name --&amp;gt;&lt;br /&gt;
| language                          = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| language1                         = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| language2                         = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| website                           = &amp;lt;!-- Council website for place (specifically) --&amp;gt;&lt;br /&gt;
| hide_services                     = &amp;lt;!-- Set to Yes to turn off Police/Fire/Ambulance --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
=== Automated features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Feature&lt;br /&gt;
| Required fields&lt;br /&gt;
|-&lt;br /&gt;
| Basic function&lt;br /&gt;
| official_name – ''defaults to &amp;lt;nowiki&amp;gt;{{{PAGENAME}}}&amp;lt;/nowiki&amp;gt;''&amp;lt;br /&amp;gt;country ([[Country of the United Kingdom|?]])&amp;lt;br /&amp;gt;''England only'': region ([[Regions of England|?]])&lt;br /&gt;
|-&lt;br /&gt;
| Maps &lt;br /&gt;
| latitude&amp;lt;br /&amp;gt;longitude&amp;lt;br /&amp;gt;country&amp;lt;br /&amp;gt;''England only'': region (= ''London'') ''OR'' metropolitan_county ''OR'' shire_county ''OR'' unitary_england (= ''Bristol'', ''Isle of Wight'', ''Southampton'')&amp;lt;br /&amp;gt;''Scotland only'': unitary_scotland&lt;br /&gt;
&lt;br /&gt;
Note that by default, the coordinates are displayed to the right of the title, at the top of the page.  This can cause an error if there is more than one set of coordinates in the article.  To override the display in the title, use {{para|coordinates_display|inline}}&lt;br /&gt;
|-&lt;br /&gt;
| Services&lt;br /&gt;
| country&amp;lt;br /&amp;gt;unitary_scotland ([[Subdivisions of Scotland|?]]) ''OR'' unitary_england ([[Districts of England|?]]) ''OR'' unitary_northern_ireland ([[Districts of Northern Ireland|?]]) ''OR'' unitary_wales ([[Administrative divisions of Wales|?]]) ''OR'' london_borough ([[London borough|?]]) ''OR'' metropolitan_borough ([[Districts of England|?]]) ''OR'' shire_district ([[Districts of England|?]])&amp;lt;br /&amp;gt; ''England only'': shire_county ([[Metropolitan and non-metropolitan counties of England|?]]) ''OR'' metropolitan_county ([[Metropolitan and non-metropolitan counties of England|?]]) ''OR'' lieutenancy_england ([[Ceremonial counties of England|?]])&amp;lt;br /&amp;gt;''England only'': region&amp;lt;br /&amp;gt;''Vale of White Horse and Hart districts only'': ambulance_service (''needs to be populated'')&lt;br /&gt;
|-&lt;br /&gt;
| Postal&lt;br /&gt;
| post_town ([[post town|?]])&amp;lt;br /&amp;gt;postcode_area ([[List of postcode areas in the United Kingdom|?]])&amp;lt;br /&amp;gt;postcode_district&lt;br /&gt;
|-&lt;br /&gt;
| European Parliament&lt;br /&gt;
| country&amp;lt;br /&amp;gt;''England only'': region&lt;br /&gt;
|-&lt;br /&gt;
| London Assembly&lt;br /&gt;
| london_borough&lt;br /&gt;
|-&lt;br /&gt;
| Footer lists&lt;br /&gt;
| country&amp;lt;br /&amp;gt;london_borough ''OR'' shire_county ''OR'' metropolitan_county ''OR'' lieutenancy_england ''OR'' unitary_scotland ''OR'' unitary_wales ''OR'' lieutenancy_northern_ireland&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Normally used features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Although not required for any of the automation, the following fields should normally be filled in&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* constituency_westminster ([[List of United Kingdom Parliament constituencies|?]])&lt;br /&gt;
* map_alt&lt;br /&gt;
* os_grid_reference ''OR'' irish_grid_reference&lt;br /&gt;
* dial_code ''([http://www.ofcom.org.uk/telecoms/ioi/numbers/ this] may be of help finding the dialling code)''&lt;br /&gt;
* ''Northern Ireland only'': lieutenancy_northern_ireland ([[Counties of Northern Ireland|?]])&lt;br /&gt;
* ''Wales only'': lieutenancy_wales ([[Preserved counties of Wales|?]])&lt;br /&gt;
* ''Scotland only'': lieutenancy_scotland ([[Lieutenancy areas of Scotland|?]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Optional features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Optional feature&lt;br /&gt;
| Required fields&lt;br /&gt;
|-&lt;br /&gt;
| Other language names&lt;br /&gt;
| gaelic_name ''OR'' scots_name ''OR'' welsh_name ''OR'' irish_name ''OR'' cornish_name ''OR'' manx_name&lt;br /&gt;
|-&lt;br /&gt;
| Any other language name&lt;br /&gt;
| other_language ''AND'' other_language_name&amp;lt;br /&amp;gt;local_name&lt;br /&gt;
|-&lt;br /&gt;
| Languages spoken&lt;br /&gt;
| language&lt;br /&gt;
|-&lt;br /&gt;
| Static image(s)&lt;br /&gt;
| static_image ''(deprecated)''&amp;lt;br /&amp;gt;static_image_name&amp;lt;br /&amp;gt;static_image_width - ''defaults to 240px wide to match the maps.''&amp;lt;br /&amp;gt;static_image_caption&amp;lt;br /&amp;gt;static_image_alt ''(see [[WP:ALT]])''&amp;lt;br /&amp;gt;static_image_2 ''(deprecated)''&amp;lt;br /&amp;gt;static_image_2_name&amp;lt;br /&amp;gt;static_image_2_width - ''defaults to 240px wide to match the maps.''&amp;lt;br /&amp;gt;static_image_2_caption&amp;lt;br /&amp;gt;static_image_2_alt&lt;br /&gt;
|-&lt;br /&gt;
| Map label position&lt;br /&gt;
| label_position&amp;lt;br /&amp;gt;''Used to adjust position of label by dot on map– options are top, bottom, left, right, or none – defaults to right ''&lt;br /&gt;
|-&lt;br /&gt;
| Area&lt;br /&gt;
| area_total_sq_mi&amp;lt;br /&amp;gt;area_total_km2&amp;lt;br /&amp;gt;area_footnotes&amp;lt;br /&amp;gt;''Only one value needs to be entered as a number and it will be automatically formatted and converted to opposite system''&lt;br /&gt;
|-&lt;br /&gt;
| Population figures&lt;br /&gt;
| population – ''must be a number''&amp;lt;br /&amp;gt;population_density – ''will be calculated automatically if area and population are present''&amp;lt;br /&amp;gt;population_ref&amp;lt;br /&amp;gt;''(A good place to find the population figures is at [http://neighbourhood.statistics.gov.uk/ neighbourhood.statistics.gov.uk])''&amp;lt;br /&amp;gt;''For Census 2001 use &amp;lt;nowiki&amp;gt;| population_ref = &amp;lt;ref&amp;gt;[[United Kingdom Census 2001|Census 2001]]&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
|-&lt;br /&gt;
|Distance from capitals&lt;br /&gt;
| ''Replace &amp;amp;lt;capital&amp;gt; with belfast, cardiff, douglas, dublin, edinburgh, or london''&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance_mi&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance_km&amp;lt;br /&amp;gt;''Only one value needs to be entered as a number and it will be automatically formatted and converted to opposite system''&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance&amp;lt;br /&amp;gt;''Used for footnotes or direction – see [[Boxing the compass]]''&amp;lt;br /&amp;gt;&amp;amp;lt;capital_direction&amp;gt;&amp;lt;br /&amp;gt;''Enter direction to capital e.g. W, E, NE, SW – it will be linked to [[Boxing the compass]]''&amp;lt;br /&amp;gt;''(Distances &amp;quot;[[as the crow flies]]&amp;quot; can be found from [http://www.genuki.org.uk/big/eng/Gazetteers.html Genuki], or [http://www.postcode.org.uk/country/uk/_postcode-distance-calculator.asp postcode.org.uk])''&lt;br /&gt;
|-&lt;br /&gt;
|Distance ''within'' London&lt;br /&gt;
| Same as ''Distance from capitals'' above – replace &amp;amp;lt;capital&amp;gt; with ''charingX''&lt;br /&gt;
|-&lt;br /&gt;
| Civil parish or Community&lt;br /&gt;
| civil_parish OR community_wales ([[Community council#Wales|?]])&lt;br /&gt;
|-&lt;br /&gt;
| Website link&lt;br /&gt;
| website&amp;lt;br /&amp;gt;''WARNING: overlong urls may result in the sides of the infobox being pushed sideways.''&amp;lt;br /&amp;gt;    ''If so, use a short link to the url e.g.'' &amp;lt;nowiki&amp;gt;[longurl.co.uk/home.html Short name]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Places split by boundaries ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Places split by boundaries&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Many locations straddle the boundaries of post towns, constituencies, districts or regions. Where a place straddles these, they can be accommodated with its own field:&lt;br /&gt;
* post_town ''AND'' post_town1 ''AND'' post_town2&lt;br /&gt;
* civil_parish ''AND'' civil_parish1&lt;br /&gt;
* shire_district ''AND'' shire_district1 ''AND'' shire_district2&lt;br /&gt;
* region ''AND'' region1&lt;br /&gt;
* westminster_constituency ''AND'' westminster_constituency1 ''AND'' westminster_constituency2&lt;br /&gt;
There are slightly more &amp;quot;esoteric&amp;quot; extras to handle some tricky situations of division splits, which, if needed, can be explained by contacting one of the users involved in this template's construction.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Microformat ==&lt;br /&gt;
&lt;br /&gt;
{{UF-hcard-geo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:European city infobox templates|Uk Place]]&lt;br /&gt;
[[Category:United Kingdom city infobox templates|Uk Place]]&lt;br /&gt;
&lt;br /&gt;
[[ang:Bysen:Infobox UK place]]&lt;br /&gt;
[[br:Patrom:Infobox UK place]]&lt;br /&gt;
[[cy:Nodyn:Infobox UK place]]&lt;br /&gt;
[[de:Vorlage:Infobox Ort im Vereinigten Königreich]]&lt;br /&gt;
[[fr:Modèle:Infobox Ville du Royaume-Uni]]&lt;br /&gt;
[[id:Templat:Infobox UK place]]&lt;br /&gt;
[[ja:Template:Infobox UK place]]&lt;br /&gt;
[[jv:Cithakan:Infobox UK place]]&lt;br /&gt;
[[ms:Templat:Infobox UK place]]&lt;br /&gt;
[[pt:Predefinição:Info/Cidade do Reino Unido]]&lt;br /&gt;
[[sl:Predloga:Infobox UK place]]&lt;br /&gt;
[[yo:Àdàkọ:Infobox UK place]]&lt;br /&gt;
[[zh:Template:Infobox UK place]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>46.252.151.25</name></author>
		
	</entry>
	<entry>
		<id>https://blackwiki.org/index.php?title=Template:Infobox_UK_place/doc&amp;diff=6143470</id>
		<title>Template:Infobox UK place/doc</title>
		<link rel="alternate" type="text/html" href="https://blackwiki.org/index.php?title=Template:Infobox_UK_place/doc&amp;diff=6143470"/>
		<updated>2013-02-28T21:34:41Z</updated>

		<summary type="html">&lt;p&gt;46.252.151.25: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
{{esoteric}}&lt;br /&gt;
{{Convert to use Infobox}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
{{tl|Infobox UK place}} is intended for use with articles about places i.e. human settlements in the United Kingdom. It has provision for a location map, images, captions, and detailed information about the place e.g. population, governance, and public services. There is an associated [[Template:Infobox UK feature]] which operates in a similar manner and is intended for features such as bridges, castles, and hills which do not require the options about governance etc.&lt;br /&gt;
&lt;br /&gt;
== Basic syntax ==&lt;br /&gt;
&lt;br /&gt;
[[Template:Infobox_UK_place/doc/examples|Examples]] are available showing typical infoboxes together with the code for those examples. This code can be cut and pasted into new articles. The samples provided are:&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Isle of Man|Isle of Man]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Northern Ireland|Northern Ireland]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Scotland|Scotland]]&lt;br /&gt;
:::: [[Template:Infobox_UK_place/doc/examples#Wales|Wales]]&lt;br /&gt;
:::: England – these can have differing structures:&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/London#Greater London|Greater London]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/London#City of London|City of London]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#Metropolitan county|Metropolitan county ''(Greater Manchester, Merseyside, Tyne and Wear, South Yorkshire, West Yorkshire, West Midlands)'']]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#Shire district in a shire county|Shire district in a shire county]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/England#...within a parish of the same name|...within a parish of the same name]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/Unitary#Unitary district within a shire/unitary mix|Unitary district within a shire]]&lt;br /&gt;
:::::: [[Template:Infobox_UK_place/doc/Unitary#Standalone unitary|Standalone unitary ''(Herefordshire, Rutland, Bristol, Isle of Wight)'']]&lt;br /&gt;
&lt;br /&gt;
== Full syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox UK place&lt;br /&gt;
&amp;lt;!-- BASICS --&amp;gt;&lt;br /&gt;
| official_name                     = &amp;lt;!-- defaults to {{{PAGENAME}}} --&amp;gt;&lt;br /&gt;
| local_name                        = &lt;br /&gt;
| country                           = &amp;lt;!-- England, Northern Ireland, Wales, Scotland - NOT [[linked]] (also produces EU constituency) --&amp;gt;&lt;br /&gt;
| crown_dependency                  = &amp;lt;!-- Isle of Man - NOT [[linked]] (this removes formal mentions of the UK) --&amp;gt;&lt;br /&gt;
| region                            = &amp;lt;!-- (England only) this should NOT be linked (also produces EU constituency) --&amp;gt;&lt;br /&gt;
| region1                           = &amp;lt;!-- for places split between regions --&amp;gt;&lt;br /&gt;
&amp;lt;!-- IMAGES --&amp;gt;&lt;br /&gt;
| static_image                      = &amp;lt;!-- now deprecated in favour of static_image_name (below); this is used for a static image (most commonly a skyline or landmark) --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as [[File:filename.jpg|240px]] --&amp;gt;&lt;br /&gt;
| static_image_name                 = &amp;lt;!-- for a static image of the place, such as a skyline or defining local landmark --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as filename.jpg --&amp;gt;&lt;br /&gt;
| static_image_width                = &amp;lt;!-- allows control of the image width. Should be omitted in most cases (will default to 240) --&amp;gt;&lt;br /&gt;
| static_image_caption              = &amp;lt;!-- optional caption for static image --&amp;gt;&lt;br /&gt;
| static_image_alt                  = &amp;lt;!-- for a description of the image per [[WP:ALT]] --&amp;gt;&lt;br /&gt;
| static_image_2                    = &amp;lt;!-- now deprecated in favour of static_image_2_name (below); this is used for a second static image (for example a town crest) --&amp;gt;&lt;br /&gt;
&amp;lt;!-- specified as [[File:filename.jpg|240px]] --&amp;gt;&lt;br /&gt;
| static_image_2_name               = &amp;lt;!-- for a second static image, such as a town crest; specified as filename.jpg --&amp;gt;&lt;br /&gt;
| static_image_2_width              = &amp;lt;!-- allows control of the image width. Should not exceed 240 --&amp;gt;&lt;br /&gt;
| static_image_2_caption            = &amp;lt;!-- optional caption for static image --&amp;gt;&lt;br /&gt;
| static_image_2_alt                = &amp;lt;!-- for a description of the image per [[WP:ALT]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- STATISTICS --&amp;gt;&lt;br /&gt;
| area_total_sq_mi                  = &amp;lt;!-- square mile data as a number - will automatically provide conversion to  km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; --&amp;gt;&lt;br /&gt;
| area_total_km2                    = &amp;lt;!-- sq km data as a number - will automatically provide &lt;br /&gt;
conversion to sq mi (if blank) --&amp;gt;           &lt;br /&gt;
| area_footnotes= &amp;lt;!-- to cite the values used in the area fields. Use the&amp;amp;nbsp;&amp;lt;ref&amp;gt; &amp;lt;/ref&amp;gt; tags --&amp;gt;&lt;br /&gt;
| population                        = &amp;lt;!-- Enter just the number --&amp;gt;&lt;br /&gt;
| population_ref                    = &amp;lt;!-- include a reference: e.g.&amp;amp;nbsp;&amp;lt;ref&amp;gt;Census, 2001&amp;lt;/ref&amp;gt; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- a good place to check for these figures is http://neighbourhood.statistics.gov.uk/ --&amp;gt;&lt;br /&gt;
&amp;lt;!-- any non-numeric population values should also go here, such as &amp;quot;c.500&amp;quot; or &amp;quot;&amp;lt;500&amp;quot; --&amp;gt;&lt;br /&gt;
| population_density                = &amp;lt;!-- for /sq&amp;amp;nbsp;mi ...use convert template {{Pop density mi2 to km2|(enter value) |precision=1|abbr=yes}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- if pop density/km&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; is known use {{Pop density km2 to mi2|(enter value) |precision=1|abbr=yes}} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- note: if population is given and either area_total_sq_mi or area_total_km2 is given then population_density will be calculated --&amp;gt;&lt;br /&gt;
| statistic                         =&lt;br /&gt;
| statistic_title                   =&lt;br /&gt;
| statistic1                        =&lt;br /&gt;
| statistic_title1                  =&lt;br /&gt;
| statistic2                        =&lt;br /&gt;
| statistic_title2                  =&lt;br /&gt;
| population_demonym                = &lt;br /&gt;
&amp;lt;!-- MAP &amp;amp;amp; LOCATION --&amp;gt;&lt;br /&gt;
| os_grid_reference                 = &lt;br /&gt;
| map_type                          = &amp;lt;!-- type of map (leave blank for default map, or set to nomap, UK or Greater Belfast to force a particular map) --&amp;gt;&lt;br /&gt;
| map_alt                           = &amp;lt;!-- alt text for map, for visually impaired and other readers who cannot see the image; see &amp;lt;/nowiki&amp;gt;[[WP:ALT]]&amp;lt;nowiki&amp;gt; --&amp;gt;&lt;br /&gt;
| longitude                         = &amp;lt;!-- location of the place, puts a dot on the map --&amp;gt;&lt;br /&gt;
| latitude                          = &amp;lt;!-- location of the place, puts a dot on the map --&amp;gt;&lt;br /&gt;
| label_position                     = &amp;lt;!-- adjust position of label by dot – defaults to right --&amp;gt;        &lt;br /&gt;
| scale                             = &amp;lt;!-- optionally include a scale parameter in the coordinates link (default is city scale) --&amp;gt;&lt;br /&gt;
| post_town                         = &amp;lt;!-- e.g. UXBRIDGE - converted automatically to upper case --&amp;gt;&lt;br /&gt;
| post_town1                        = &amp;lt;!-- for places in more than one post town --&amp;gt;&lt;br /&gt;
| post_town2                        = &amp;lt;!-- for places in more than one post town --&amp;gt;&lt;br /&gt;
| postcode_area                     = &amp;lt;!-- e.g. UB --&amp;gt;&lt;br /&gt;
| postcode_area1                    = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_area2                    = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_district                 = &amp;lt;!-- e.g. UB1, UB2 (this is displayed) --&amp;gt;&lt;br /&gt;
| postcode_district1                = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| postcode_district2                = &amp;lt;!-- for places in more than one postcode area --&amp;gt;&lt;br /&gt;
| dial_code                         = &amp;lt;!-- e.g. 020, 0161 or 01332 - NOT +44... --&amp;gt;&lt;br /&gt;
| dial_code1                        = &amp;lt;!-- for places with more than one dial code--&amp;gt;&lt;br /&gt;
| dial_code2                        = &amp;lt;!-- for places with more than one dial code--&amp;gt;&lt;br /&gt;
&amp;lt;!-- GOVERNANCE --&amp;gt;&lt;br /&gt;
| constituency_westminster          = &amp;lt;!-- Use a link. e.g. [[Chiltern Hundreds]] --&amp;gt;&lt;br /&gt;
| constituency_westminster1         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| constituency_westminster2         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| constituency_westminster3         = &amp;lt;!-- for places in more than one constituency. Use a link. --&amp;gt;&lt;br /&gt;
| civil_parish                      = &amp;lt;!-- for places within a parish. Use a link, e.g. [[Odd Rode]] --&amp;gt;&lt;br /&gt;
| civil_parish1                     = &amp;lt;!-- for places in more than one parish. Use a link. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- DISTANCES --&amp;gt;&lt;br /&gt;
&amp;lt;!-- you can use the template {{convert|(enter data)|mi|precision=0}} to help convert miles to km automatically; both are displayed --&amp;gt;&lt;br /&gt;
| london_distance_mi                = &amp;lt;!-- for UK articles (outside of Greater London), distance to London as the crow flies --&amp;gt;&lt;br /&gt;
| london_distance_km                = &lt;br /&gt;
| london_distance                   = &lt;br /&gt;
| london_direction                   = &lt;br /&gt;
| belfast_distance_mi               = &amp;lt;!-- NORTHERN IRISH articles only, distance to Belfast as the crow flies--&amp;gt;&lt;br /&gt;
| belfast_distance_km               = &lt;br /&gt;
| belfast_distance                  = &lt;br /&gt;
| belfast_direction                  = &lt;br /&gt;
| cardiff_distance_mi               = &amp;lt;!-- WELSH articles only, distance to Cardiff as the crow flies--&amp;gt;&lt;br /&gt;
| cardiff_distance_km               = &lt;br /&gt;
| cardiff_distance                  = &lt;br /&gt;
| cardiff_direction                  = &lt;br /&gt;
| dublin_distance_mi               = &amp;lt;!-- distance to Dublin – may be relevant to NORTHERN IRISH articles as the crow flies--&amp;gt;&lt;br /&gt;
| dublin_distance_km               = &lt;br /&gt;
| dublin_distance                  = &lt;br /&gt;
| dublin_direction                  = &lt;br /&gt;
| edinburgh_distance_mi             = &amp;lt;!-- SCOTTISH articles only, distance to Edinburgh as the crow flies--&amp;gt;&lt;br /&gt;
| edinburgh_distance_km             = &lt;br /&gt;
| edinburgh_distance                = &lt;br /&gt;
| edinburgh_direction                = &lt;br /&gt;
| douglas_distance_mi               = &amp;lt;!-- MANX articles only, distance to Douglas as the crow flies--&amp;gt;&lt;br /&gt;
| douglas_distance_km               = &lt;br /&gt;
| douglas_distance                  = &lt;br /&gt;
| douglas_direction                  = &lt;br /&gt;
| charingX_distance_mi              = &amp;lt;!-- for places WITHIN Greater London ONLY as the crow flies--&amp;gt;&lt;br /&gt;
| charingX_distance_km              = &lt;br /&gt;
| charingX_distance                 = &lt;br /&gt;
| charingX_direction                 = &lt;br /&gt;
&amp;lt;!-- SCOTLAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| gaelic_name                       = &lt;br /&gt;
| scots_name                        = &lt;br /&gt;
| unitary_scotland                  = &lt;br /&gt;
| unitary_scotland1                 = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_scotland              = &lt;br /&gt;
| lieutenancy_scotland1             = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_scottish_parliament  = &lt;br /&gt;
| constituency_scottish_parliament1 = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
| constituency_scottish_parliament2 = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- WALES-SPECIFIC --&amp;gt;&lt;br /&gt;
| welsh_name                        = &lt;br /&gt;
| community_wales                   = &amp;lt;!-- Use a link, e.g. [[Eglwyscummin]] --&amp;gt;&lt;br /&gt;
| unitary_wales                     = &lt;br /&gt;
| unitary_wales1                    = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_wales                 = &lt;br /&gt;
| lieutenancy_wales1                = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_welsh_assembly       = &lt;br /&gt;
| constituency_welsh_assembly1      = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
| constituency_welsh_assembly2      = &amp;lt;!-- for places in more than one constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- NORTHERN IRELAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| irish_name                        = &lt;br /&gt;
| irish_grid_reference              = &lt;br /&gt;
| unitary_northern_ireland          = &lt;br /&gt;
| unitary_northern_ireland1         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| unitary_northern_ireland2         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_northern_ireland      = &lt;br /&gt;
| lieutenancy_northern_ireland1     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_northern_ireland2     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| constituency_ni_assembly          = &lt;br /&gt;
| constituency_ni_assembly1         = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ISLE OF MAN-SPECIFIC --&amp;gt;&lt;br /&gt;
| manx_name                         = &lt;br /&gt;
| manx_parish                       = &amp;lt;!-- for places in the Isle of Man --&amp;gt;&lt;br /&gt;
| manx_shedding                     = &amp;lt;!-- for places in the Isle of Man, also generates emergency services --&amp;gt;&lt;br /&gt;
| constituency_manx_parliament      = &amp;lt;!-- for House of Keys constituency --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ENGLAND-SPECIFIC --&amp;gt;&lt;br /&gt;
| metropolitan_borough              = &lt;br /&gt;
| metropolitan_borough1             = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| metropolitan_county               = &amp;lt;!-- Use a link. e.g. [[Tyne and Wear]] --&amp;gt;&lt;br /&gt;
| metropolitan_county1              = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| shire_district                    = &lt;br /&gt;
| shire_district1                   = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| shire_county                      = &amp;lt;!-- Use a link. e.g. [[Devon]] --&amp;gt;&lt;br /&gt;
| shire_county1                     = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| unitary_england                   = &lt;br /&gt;
| unitary_england1                  = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| lieutenancy_england               = &amp;lt;!-- not required where shire or metropolitan is the same --&amp;gt;&lt;br /&gt;
| lieutenancy_england1              = &amp;lt;!-- for places in more than one --&amp;gt;&lt;br /&gt;
| london_borough                    = &amp;lt;!-- this should not be linked and simplified: e.g. Bromley NOT [[London Borough of Bromley]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough1                   = &amp;lt;!-- for places in more than one borough (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough2                   = &amp;lt;!-- for places in more than one borough (also produces London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough3                   = &amp;lt;!-- special cases, does not produce London Assembly constituency) --&amp;gt;&lt;br /&gt;
| london_borough4                   = &amp;lt;!-- special cases, does not produce London Assembly constituency) --&amp;gt;&lt;br /&gt;
| cornish_name                      = &lt;br /&gt;
&amp;lt;!-- ALL AREAS --&amp;gt;&lt;br /&gt;
| other_language_name               = &amp;lt;!-- any other alternative language name --&amp;gt;&lt;br /&gt;
| other_language                    = &amp;lt;!-- any other alternative language name --&amp;gt;&lt;br /&gt;
| language                          = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| language1                         = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| language2                         = &amp;lt;!-- any locally spoken languages --&amp;gt;&lt;br /&gt;
| website                           = &amp;lt;!-- Council website for place (specifically) --&amp;gt;&lt;br /&gt;
| hide_services                     = &amp;lt;!-- Set to Yes to turn off Police/Fire/Ambulance --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
=== Automated features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Feature&lt;br /&gt;
| Required fields&lt;br /&gt;
|-&lt;br /&gt;
| Basic function&lt;br /&gt;
| official_name – ''defaults to &amp;lt;nowiki&amp;gt;{{{PAGENAME}}}&amp;lt;/nowiki&amp;gt;''&amp;lt;br /&amp;gt;country ([[Country of the United Kingdom|?]])&amp;lt;br /&amp;gt;''England only'': region ([[Regions of England|?]])&lt;br /&gt;
|-&lt;br /&gt;
| Maps &lt;br /&gt;
| latitude&amp;lt;br /&amp;gt;longitude&amp;lt;br /&amp;gt;country&amp;lt;br /&amp;gt;''England only'': region (= ''London'') ''OR'' metropolitan_county ''OR'' shire_county ''OR'' unitary_england (= ''Bristol'', ''Isle of Wight'', ''Southampton'')&amp;lt;br /&amp;gt;''Scotland only'': unitary_scotland&lt;br /&gt;
&lt;br /&gt;
Note that by default, the coordinates are displayed to the right of the title, at the top of the page.  This can cause an error if there is more than one set of coordinates in the article.  To override the display in the title, use {{para|coordinates_display|inline}}&lt;br /&gt;
|-&lt;br /&gt;
| Services&lt;br /&gt;
| country&amp;lt;br /&amp;gt;unitary_scotland ([[Subdivisions of Scotland|?]]) ''OR'' unitary_england ([[Districts of England|?]]) ''OR'' unitary_northern_ireland ([[Districts of Northern Ireland|?]]) ''OR'' unitary_wales ([[Administrative divisions of Wales|?]]) ''OR'' london_borough ([[London borough|?]]) ''OR'' metropolitan_borough ([[Districts of England|?]]) ''OR'' shire_district ([[Districts of England|?]])&amp;lt;br /&amp;gt; ''England only'': shire_county ([[Metropolitan and non-metropolitan counties of England|?]]) ''OR'' metropolitan_county ([[Metropolitan and non-metropolitan counties of England|?]]) ''OR'' lieutenancy_england ([[Ceremonial counties of England|?]])&amp;lt;br /&amp;gt;''England only'': region&amp;lt;br /&amp;gt;''Vale of White Horse and Hart districts only'': ambulance_service (''needs to be populated'')&lt;br /&gt;
|-&lt;br /&gt;
| Postal&lt;br /&gt;
| post_town ([[post town|?]])&amp;lt;br /&amp;gt;postcode_area ([[List of postcode areas in the United Kingdom|?]])&amp;lt;br /&amp;gt;postcode_district&lt;br /&gt;
|-&lt;br /&gt;
| European Parliament&lt;br /&gt;
| country&amp;lt;br /&amp;gt;''England only'': region&lt;br /&gt;
|-&lt;br /&gt;
| London Assembly&lt;br /&gt;
| london_borough&lt;br /&gt;
|-&lt;br /&gt;
| Footer lists&lt;br /&gt;
| country&amp;lt;br /&amp;gt;london_borough ''OR'' shire_county ''OR'' metropolitan_county ''OR'' lieutenancy_england ''OR'' unitary_scotland ''OR'' unitary_wales ''OR'' lieutenancy_northern_ireland&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Normally used features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Although not required for any of the automation, the following fields should normally be filled in&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* constituency_westminster ([[List of United Kingdom Parliament constituencies|?]])&lt;br /&gt;
* map_alt&lt;br /&gt;
* os_grid_reference ''OR'' irish_grid_reference&lt;br /&gt;
* dial_code ''([http://www.ofcom.org.uk/telecoms/ioi/numbers/ this] may be of help finding the dialling code)''&lt;br /&gt;
* ''Northern Ireland only'': lieutenancy_northern_ireland ([[Counties of Northern Ireland|?]])&lt;br /&gt;
* ''Wales only'': lieutenancy_wales ([[Preserved counties of Wales|?]])&lt;br /&gt;
* ''Scotland only'': lieutenancy_scotland ([[Lieutenancy areas of Scotland|?]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Optional features ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Optional feature&lt;br /&gt;
| Required fields&lt;br /&gt;
|-&lt;br /&gt;
| Other language names&lt;br /&gt;
| gaelic_name ''OR'' scots_name ''OR'' welsh_name ''OR'' irish_name ''OR'' cornish_name ''OR'' manx_name&lt;br /&gt;
|-&lt;br /&gt;
| Any other language name&lt;br /&gt;
| other_language ''AND'' other_language_name&amp;lt;br /&amp;gt;local_name&lt;br /&gt;
|-&lt;br /&gt;
| Languages spoken&lt;br /&gt;
| language&lt;br /&gt;
|-&lt;br /&gt;
| Static image(s)&lt;br /&gt;
| static_image ''(deprecated)''&amp;lt;br /&amp;gt;static_image_name&amp;lt;br /&amp;gt;static_image_width - ''defaults to 240px wide to match the maps.''&amp;lt;br /&amp;gt;static_image_caption&amp;lt;br /&amp;gt;static_image_alt ''(see [[WP:ALT]])''&amp;lt;br /&amp;gt;static_image_2 ''(deprecated)''&amp;lt;br /&amp;gt;static_image_2_name&amp;lt;br /&amp;gt;static_image_2_width - ''defaults to 240px wide to match the maps.''&amp;lt;br /&amp;gt;static_image_2_caption&amp;lt;br /&amp;gt;static_image_2_alt&lt;br /&gt;
|-&lt;br /&gt;
| Map label position&lt;br /&gt;
| label_position&amp;lt;br /&amp;gt;''Used to adjust position of label by dot on map– options are top, bottom, left, right, or none – defaults to right ''&lt;br /&gt;
|-&lt;br /&gt;
| Area&lt;br /&gt;
| area_total_sq_mi&amp;lt;br /&amp;gt;area_total_km2&amp;lt;br /&amp;gt;area_footnotes&amp;lt;br /&amp;gt;''Only one value needs to be entered as a number and it will be automatically formatted and converted to opposite system''&lt;br /&gt;
|-&lt;br /&gt;
| Population figures&lt;br /&gt;
| population – ''must be a number''&amp;lt;br /&amp;gt;population_density – ''will be calculated automatically if area and population are present''&amp;lt;br /&amp;gt;population_ref&amp;lt;br /&amp;gt;''(A good place to find the population figures is at [http://neighbourhood.statistics.gov.uk/ neighbourhood.statistics.gov.uk])''&amp;lt;br /&amp;gt;''For Census 2001 use &amp;lt;nowiki&amp;gt;| population_ref = &amp;lt;ref&amp;gt;[[United Kingdom Census 2001|Census 2001]]&amp;lt;/ref&amp;gt;&amp;lt;/nowiki&amp;gt;''&lt;br /&gt;
|-&lt;br /&gt;
|Distance from capitals&lt;br /&gt;
| ''Replace &amp;amp;lt;capital&amp;gt; with belfast, cardiff, douglas, dublin, edinburgh, or london''&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance_mi&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance_km&amp;lt;br /&amp;gt;''Only one value needs to be entered as a number and it will be automatically formatted and converted to opposite system''&amp;lt;br /&amp;gt;&amp;amp;lt;capital&amp;gt;_distance&amp;lt;br /&amp;gt;''Used for footnotes or direction – see [[Boxing the compass]]''&amp;lt;br /&amp;gt;&amp;amp;lt;capital_direction&amp;gt;&amp;lt;br /&amp;gt;''Enter direction to capital e.g. W, E, NE, SW – it will be linked to [[Boxing the compass]]''&amp;lt;br /&amp;gt;''(Distances &amp;quot;[[as the crow flies]]&amp;quot; can be found from [http://www.genuki.org.uk/big/eng/Gazetteers.html Genuki], or [http://www.postcode.org.uk/country/uk/_postcode-distance-calculator.asp postcode.org.uk])''&lt;br /&gt;
|-&lt;br /&gt;
|Distance ''within'' London&lt;br /&gt;
| Same as ''Distance from capitals'' above – replace &amp;amp;lt;capital&amp;gt; with ''charingX''&lt;br /&gt;
|-&lt;br /&gt;
| Civil parish or Community&lt;br /&gt;
| civil_parish OR community_wales ([[Community council#Wales|?]])&lt;br /&gt;
|-&lt;br /&gt;
| Website link&lt;br /&gt;
| website&amp;lt;br /&amp;gt;''WARNING: overlong urls may result in the sides of the infobox being pushed sideways.''&amp;lt;br /&amp;gt;    ''If so, use a short link to the url e.g.'' &amp;lt;nowiki&amp;gt;[longurl.co.uk/home.html Short name]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Places split by boundaries ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Places split by boundaries&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Many locations straddle the boundaries of post towns, constituencies, districts or regions. Where a place straddles these, they can be accommodated with its own field:&lt;br /&gt;
* post_town ''AND'' post_town1 ''AND'' post_town2&lt;br /&gt;
* civil_parish ''AND'' civil_parish1&lt;br /&gt;
* shire_district ''AND'' shire_district1 ''AND'' shire_district2&lt;br /&gt;
* region ''AND'' region1&lt;br /&gt;
* westminster_constituency ''AND'' westminster_constituency1 ''AND'' westminster_constituency2&lt;br /&gt;
There are slightly more &amp;quot;esoteric&amp;quot; extras to handle some tricky situations of division splits, which, if needed, can be explained by contacting one of the users involved in this template's construction.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Microformat ==&lt;br /&gt;
&lt;br /&gt;
{{UF-hcard-geo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:European city infobox templates|Uk Place]]&lt;br /&gt;
[[Category:United Kingdom city infobox templates|Uk Place]]&lt;br /&gt;
&lt;br /&gt;
[[ang:Bysen:Infobox UK place]]&lt;br /&gt;
[[br:Patrom:Infobox UK place]]&lt;br /&gt;
[[cy:Nodyn:Infobox UK place]]&lt;br /&gt;
[[de:Vorlage:Infobox Ort im Vereinigten Königreich]]&lt;br /&gt;
[[fr:Modèle:Infobox Ville du Royaume-Uni]]&lt;br /&gt;
[[id:Templat:Infobox UK place]]&lt;br /&gt;
[[ja:Template:Infobox UK place]]&lt;br /&gt;
[[jv:Cithakan:Infobox UK place]]&lt;br /&gt;
[[ms:Templat:Infobox UK place]]&lt;br /&gt;
[[pt:Predefinição:Info/Cidade do Reino Unido]]&lt;br /&gt;
[[sl:Predloga:Infobox UK place]]&lt;br /&gt;
[[zh:Template:Infobox UK place]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>46.252.151.25</name></author>
		
	</entry>
</feed>