<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_bilateral_relations%2Fdoc</id>
	<title>Template:Infobox bilateral relations/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_bilateral_relations%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Infobox_bilateral_relations/doc&amp;action=history"/>
	<updated>2026-04-03T18:11:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:Infobox_bilateral_relations/doc&amp;diff=19831&amp;oldid=prev</id>
		<title>Wikipedia&gt;Vanisaac: /* Tracking category */clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Infobox_bilateral_relations/doc&amp;diff=19831&amp;oldid=prev"/>
		<updated>2020-04-25T18:11:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Tracking category: &lt;/span&gt;clean up per &lt;a href=&quot;/w/index.php?title=WP:CAT&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:CAT (page does not exist)&quot;&gt;WP:CAT#T&lt;/a&gt; and &lt;a href=&quot;/w/index.php?title=WP:AWBREQ&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWBREQ (page does not exist)&quot;&gt;WP:AWBREQ&lt;/a&gt; add template:Sandbox other&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Lua|Module:Infobox|Module:InfoboxImage}}&lt;br /&gt;
{{Parameter names example|_template=|  size | title | party1 | party2 | 1 | map | 2 | 3 | filetype | flagvariant1 | flagvariant2 | mission1 | mission2 | envoytitle1 | envoytitle2 | envoy1 | envoy2 }}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
== Code ==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox bilateral relations&lt;br /&gt;
| title       = &amp;lt;!-- country1–country2 relations --&amp;gt;&lt;br /&gt;
| party1      = &amp;lt;!-- country1 --&amp;gt;&lt;br /&gt;
| party2      = &amp;lt;!-- country2 --&amp;gt;&lt;br /&gt;
| map         = &lt;br /&gt;
| filetype    = &lt;br /&gt;
| size        = &lt;br /&gt;
| mission1    = &lt;br /&gt;
| mission2    = &lt;br /&gt;
| envoytitle1 = &lt;br /&gt;
| envoy1      = &lt;br /&gt;
| envoytitle2 = &lt;br /&gt;
| envoy2      = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{{Infobox bilateral relations|Canada–United States|Canada|USA|mission1 = [[Embassy of Canada, Washington, D.C.]]|mission2 = [[Embassy of the United States, Ottawa]]|envoytitle1 = [[Canadian Ambassador to the United States|Ambassador]]|envoy1 = [[Gary Doer]]|envoytitle2 = [[United States Ambassador to Canada|Ambassador]]|envoy2 = [[Bruce Heyman]]}}&lt;br /&gt;
#First, create the article that you need this template for. Let&amp;#039;s use [[Canada–United States relations]] as an example.&lt;br /&gt;
#Create a map using the following name: &amp;#039;&amp;#039;File:&amp;lt;first country name&amp;gt; &amp;lt;second country name&amp;gt; Locator.png&amp;#039;&amp;#039; (for example, [[:File:Canada USA Locator.png]]). (Differently named maps can be specified by using the &amp;quot;map=&amp;quot; parameter.)&lt;br /&gt;
#&amp;lt;code&amp;gt;party1&amp;lt;/code&amp;gt; is the first governing entity of the article (in this case, &amp;lt;code&amp;gt;Canada&amp;lt;/code&amp;gt;)&lt;br /&gt;
#&amp;lt;code&amp;gt;party2&amp;lt;/code&amp;gt; is the second governing entity of the article (in this case, &amp;lt;code&amp;gt;USA&amp;lt;/code&amp;gt;)&lt;br /&gt;
#&amp;lt;code&amp;gt;map&amp;lt;/code&amp;gt; is an optional named parameter. Using &amp;lt;code&amp;gt;map=&amp;#039;&amp;#039;Filename.png&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; will use a specific locator map named &amp;quot;Filename.png&amp;quot;. (Default is &amp;quot;party1 party2 Locator.png&amp;quot;.)&lt;br /&gt;
#&amp;lt;code&amp;gt;filetype&amp;lt;/code&amp;gt; is an optional named parameter. For example, putting &amp;lt;code&amp;gt;filetype=svg&amp;lt;/code&amp;gt; will use an SVG image under the same name, e.g. [[:File:Canada USA Locator.svg]]. (Default is &amp;quot;png&amp;quot;.)&lt;br /&gt;
#&amp;lt;code&amp;gt;size&amp;lt;/code&amp;gt; is an optional named parameter to specify the width of the template in pixels (default is &amp;quot;250px&amp;quot;)&lt;br /&gt;
#&amp;lt;code&amp;gt;mission1&amp;lt;/code&amp;gt; is an optional named parameter to specify the diplomatic mission of party1&lt;br /&gt;
#&amp;lt;code&amp;gt;mission2&amp;lt;/code&amp;gt; is an optional named parameter to specify the diplomatic mission of party2&lt;br /&gt;
#&amp;lt;code&amp;gt;envoytitle1&amp;lt;/code&amp;gt; is an optional named parameter to specify the title of the diplomatic envoy of party1&lt;br /&gt;
#&amp;lt;code&amp;gt;envoy1&amp;lt;/code&amp;gt; is an optional named parameter to specify the name of the diplomatic envoy of party1&lt;br /&gt;
#&amp;lt;code&amp;gt;envoytitle2&amp;lt;/code&amp;gt; is an optional named parameter to specify the title of the diplomatic envoy of party2&lt;br /&gt;
#&amp;lt;code&amp;gt;envoy2&amp;lt;/code&amp;gt; is an optional named parameter to specify the name of the diplomatic envoy of party2&lt;br /&gt;
#&amp;lt;code&amp;gt;flagvariant1&amp;lt;/code&amp;gt; is an optional named parameter to specify a flag variant supported by the corresponding Country data template for the first party.&lt;br /&gt;
#&amp;lt;code&amp;gt;flagvariant2&amp;lt;/code&amp;gt; is an optional named parameter to specify a flag variant supported by the corresponding Country data template for the second party.&lt;br /&gt;
&lt;br /&gt;
== Map ==&lt;br /&gt;
The template checks for the existence of a map. Articles for which a map does not exist are added to [[:Category:Infobox bilateral relations usage without maps]]&lt;br /&gt;
&lt;br /&gt;
SVG maps highlighting the relevant countries can be easily created using a text editor, without need of graphics software. Download [[:File:BlankMap-World6.svg]], and open the file in a text editor. Add the following code to the source, just before the {{code|&amp;lt;/style&amp;gt;}} tag:&lt;br /&gt;
 .xx {fill:#339933;}&lt;br /&gt;
 .yy {fill:#E08020;}&lt;br /&gt;
Where xx and yy are the [[ISO 3166-1 alpha-2]] country codes for {{code|party1}} and {{code|party2}}, respectively. Save the file, rename it to the preferred name as described above, and upload the file.&lt;br /&gt;
&lt;br /&gt;
== Microformat ==&lt;br /&gt;
{{UF-adr}}&lt;br /&gt;
&lt;br /&gt;
== Tracking category ==&lt;br /&gt;
* {{clc|Infobox bilateral relations usage without maps}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- CATEGORIES AND INTERWIKIS HERE, THANKS --&amp;gt;&lt;br /&gt;
[[Category:Foreign relations templates| ]]&lt;br /&gt;
[[Category:Politics and government infobox templates|Bilateral relations]]&lt;br /&gt;
[[Category:Templates that add a tracking category]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Vanisaac</name></author>
	</entry>
</feed>