قالب:جدول علاقات ثنائية/doc
هذه صفحة توثيق فرعية لـ قالب:جدول علاقات ثنائية. تتضمن معلومات الاستعمال، التصنيفات وأي محتوى آخر ليس من محتويات الأصل لصفحة القالب. |
Uses Lua: |
[[{{{party1}}}]] | [[{{{party2}}}]] |
---|---|
البعثات الدبلوماسية | |
{{{mission1}}} | {{{mission2}}} |
المبعوث | |
{{{envoytitle1}}} {{{envoy1}}} | {{{envoytitle2}}} {{{envoy2}}} |
Code
{{Infobox bilateral relations | title = <!-- country1–country2 relations --> | party1 = <!-- country1 --> | party2 = <!-- country2 --> | map = | filetype = | size = | mission1 = | mission2 = | address1 = | address2 = | envoytitle1 = | envoy1 = | envoytitle2 = | envoy2 = }}
Usage
كندا |
الولايات المتحدة |
---|---|
البعثات الدبلوماسية | |
Embassy of Canada, Washington, D.C. | Embassy of the United States, Ottawa |
المبعوث | |
Ambassador Gary Doer | Ambassador Bruce Heyman |
- First, create the article that you need this template for. Let's use Canada–United States relations as an example.
- Create a map using the following name: File:<first country name> <second country name> Locator.png (for example, File:Canada USA Locator.png). (Differently named maps can be specified by using the "map=" parameter.)
party1
is the first governing entity of the article (in this case,Canada
)party2
is the second governing entity of the article (in this case,USA
)map
is an optional named parameter. Usingmap=Filename.png
will use a specific locator map named "Filename.png". (Default is "party1 party2 Locator.png".)filetype
is an optional named parameter. For example, puttingfiletype=svg
will use an SVG image under the same name, e.g. File:Canada USA Locator.svg. (Default is "png".)size
is an optional named parameter to specify the width of the template in pixels (default is "250px")mission1
is an optional named parameter to specify the diplomatic mission of party1mission2
is an optional named parameter to specify the diplomatic mission of party2envoytitle1
is an optional named parameter to specify the title of the diplomatic envoy of party1envoy1
is an optional named parameter to specify the name of the diplomatic envoy of party1envoytitle2
is an optional named parameter to specify the title of the diplomatic envoy of party2envoy2
is an optional named parameter to specify the name of the diplomatic envoy of party2flagvariant1
is an optional named parameter to specify a flag variant supported by the corresponding Country data template for the first party.flagvariant2
is an optional named parameter to specify a flag variant supported by the corresponding Country data template for the second party.
Map
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
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
tag:
</style>
.xx {fill:#339933;} .yy {fill:#E08020;}
Where xx and yy are the ISO 3166-1 alpha-2 country codes for
and party1
, respectively. Save the file, rename it to the preferred name as described above, and upload the file.
party2
Microformat
The HTML mark up produced by this template includes an ADR microformat, which makes place names and postal addresses (or their component parts) parsable by computers, either acting automatically to catalogue article across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. For more information about the use of microformats on Wikipedia, please see the microformat project.
For locations that have a location or postal address, use {{address}} / {{placename}}
ADR uses HTML classes including:
- adr
- country-name
- extended-address
- locality
- postal-code
- region
- street-address
Please do not rename or remove these classes.
Tracking category