Template:Infobox treaty/doc

From Wikihussain
< Template:Infobox treaty
Revision as of 19:42, 11 November 2018 by Hamedani (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage[edit source]

{{{name}}}
{{{long_name}}}
{{{rep}}}
{{{caption}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|{{{alt}}}]]
{{{caption}}}
Type{{{type}}}
Context{{{context}}}
Drafted{{{date_drafted}}}
Signed{{{date_signed}}}
Location{{{location_signed}}}
Sealed{{{date_sealed}}}
Effective{{{date_effective}}}
Condition{{{condition_effective}}}
Expiration{{{date_expiration}}}
Expiry{{{date_expiry}}}
Provisional application{{{provisional_application}}}
Mediators{{{mediators}}}
Negotiators{{{negotiators}}}
Original
signatories
{{{original_signatories}}}
Signatories{{{signatories}}}
Parties{{{parties}}}
Ratifiers{{{ratifiers}}}
Depositary{{{depositor}}}
Depositaries{{{depositories}}}
Citations{{{citations}}}
Language{{{language}}}
Languages{{{languages}}}
[[wikisource:{{{wikisource}}}|{{{wikisource}}}]] at Wikisource
Wikisource
  • [[wikisource:{{{wikisource1}}}|{{{wikisource1}}}]]
  • [[wikisource:{{{wikisource2}}}|{{{wikisource2}}}]]
  • [[wikisource:{{{wikisource3}}}|{{{wikisource3}}}]]
  • [[wikisource:{{{wikisource4}}}|{{{wikisource4}}}]]
  • [[wikisource:{{{wikisource5}}}|{{{wikisource5}}}]]
{{{footnotes}}}
{{Infobox treaty
| name                    =
| long_name               =
| image                   = <!-- Example.png -->
| image_size              = <!-- 200px -->
| alt                     = <!-- alt-text here for accessibility; see [[MOS:ACCESS]] -->
| caption                 = <!-- Example caption for either image style -->
| type                    =
| context                 =
| date_drafted            =
| date_signed             = <!-- {{Start date|YYYY|MM|DD}} -->
| location_signed         =
| date_sealed             =
| date_effective          =
| condition_effective     =
| amendment               =
| date_expiration         = <!-- {{End date|YYYY|MM|DD}} OR: -->
| date_expiry             = <!-- {{End date|YYYY|MM|DD}} -->
| provisional_application = 
| mediators               = <!-- format this as a bullet list -->
| negotiators             = <!-- format this as a bullet list -->
| original_signatories    = <!-- format this as a bullet list -->
| signatories             = <!-- format this as a bullet list -->
| parties                 = <!-- format this as a bullet list -->
| ratifiers               = <!-- format this as a bullet list -->
| depositor               = <!-- OR: -->
| depositories            = <!-- format this as a bullet list -->
| citations               = <!-- format as XX [[Article on Treaty Series|TS]] YYY -->
| language                = <!-- OR: -->
| languages               = <!-- format this as a bullet list -->
| wikisource              = <!-- OR: -->
| wikisource1             = <!-- Up to 5 wikisourceN variables may be specified -->
| wikisource2             = 
| wikisource3             = 
| wikisource4             = 
| wikisource5             = 
| footnotes               =
}}

Example[edit source]

Treaty of Versailles
Treaty of Peace between the Allied and Associated Powers and Germany
Treaty of Versailles, English version.jpg
Front page of the version in English
Signed28 June 1919 (1919-06-28)
LocationVersailles, France
Effective10 January 1920
ConditionRatification by Germany and three Principal Allied Powers
Parties
DepositaryFrench Government
Languages
Treaty of Versailles at Wikisource
{{Infobox treaty
| name                = Treaty of Versailles
| long_name           = Treaty of Peace between the Allied and Associated Powers and Germany
| image               = Treaty of Versailles, English version.jpg
| image_size          = 180px
| alt                 = 
| caption             = Front page of the version in English
| type                = 
| date_drafted        = 
| date_signed         = {{Start date|1919|06|28|df=y}}
| location_signed     = [[Palace of Versailles|Versailles]], France
| date_sealed         = 
| date_effective      = 10 January 1920
| condition_effective = [[Ratification]] by Germany and three Principal Allied Powers
| date_expiration     = 
| negotiators         = 
| parties             = 
* {{flagicon|Germany|Weimar}} [[Weimar Republic|German Reich]] <hr/>
* {{flag|British Empire}}
* {{flagicon|France}} [[French Third Republic|France]]
* {{flag|United States|1912}}
| depositor           = French Government
| citations           = 
| languages           = 
* [[French language|French]]
* [[English language|English]]
| wikisource          = Treaty of Versailles
}}

Tracking category[edit source]

Microformat[edit source]

The HTML markup produced by this template includes an hCalendar microformat, which makes the event details 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 a calendar or diary application. Within the hCalendar is a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit. For more information about the use of microformats on Wikipedia, please see the microformat project.

Dates will only be included if you use {{Start date}} or {{End date}} (use the former for single dates, but do not use any of these if the date is before 1583 CE). {{End date}} requires that a time be specified, but display of this time may be suppressed by adding |nodate=yes to the end.

To include a URL, use {{URL}}.

hCalendar uses HTML classes including:

  • attendee
  • dtend
  • dtstart
  • location
  • summary
  • url
  • vevent

Geo is produced by calling {{coord}}, and uses HTML classes:

  • geo
  • latitude
  • longitude

Please do not rename or remove these classes nor collapse nested elements which use them.
Also, when giving coordinates, please don't be overly precise.

TemplateData[edit source]

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly error report for this template.

TemplateData for Infobox treaty

<TemplateData>{ "description": "Provides a consistent layout for summary information about treaties and international agreements, to appear at the top right of article pages.", "params": { "name": { "label": "Name", "description": "Short name of the treaty.", "type": "string/line", "required": true, "default": "The article name" }, "long_name" : { "label": "Long name", "description": "The official long name of the treaty.", "type": "string", "required": false }, "image": { "label": "Image", "description": "Filename for an image to represent the treaty (without the “File:” prefix).", "type": "wiki-page-name", "required": false }, "image_size": { "label": "Image size", "description": "Image width for “image”, eg “200px”.", "type": "string/line", "required": false, "default": "frameless", "aliases": [ "image_width" ] }, "image_alt": { "label": "Image alternative text", "description": "Accessible alternative text for “image”.", "type": "string", "required": false, "aliases": [ "alt" ] }, "border": { "label": "Image border", "description": "Border for “image”. “yes” if a border should be applied to the image.", "type": "string", "required": false, "default": "no" }, "caption": { "label": "Image caption", "description": "Caption, either for “image” or for “rep”. If both parameters are supplied, the caption will appear twice.", "type": "string/line", "required": false }, "type": { "label": "Treaty type", "description": "Type of the treaty.", "type": "content", "required": false }, "context": { "label": "Treaty context", "description": "Historical context for the treaty.", "type": "content", "required": false }, "date_drafted": { "label": "Date drafted", "description": "The date the treaty was drafted.", "type": "string/line", "required": false }, "date_signed": { "label": "Date signed", "description": "The date the treaty was signed. Use the template “Start date” to provide this information.", "type": "string/line", "required": false }, "location_signed": { "label": "Location signed", "description": "The location where the treaty was signed. This should usually include wikilinks.", "type": "string/line", "required": false }, "date_sealed": { "label": "Date sealed", "description": "The date the treaty was sealed.", "type": "string/line", "required": false }, "date_effective": { "label": "Date effective", "description": "The date the treaty came into effect.", "type": "string/line", "required": false }, "condition_effective": { "label": "Condition effective", "description": "The conditions under which the treaty came into effect.", "example": "Ratification by three signatories.", "type": "string/line", "required": false }, "date_expiry": { "label": "Date expired", "description": "The date the treaty expired. Use the template “End date” to provide this information.", "type": "string/line", "required": false, "aliases": [ "date_expiration" ] }, "provisional_application": { "label": "Provisional application", "description": "", "type": "content", "required": false }, "mediators": { "label": "Mediators", "description": "The people or countries who helped mediate the treaty. This should be formatted as a bullet list; flag icons might also be appropriate.", "type": "content", "required": false }, "negotiators": { "label": "Negotiators", "description": "The people or countries who helped negotiate the treaty. This should be formatted as a bullet list; flag icons might also be appropriate.", "type": "content", "required": false }, "original_signatories": { "label": "Original signatories", "description": "The people who *originally* signed the treaty. This should be formatted as a bullet list with flag icons.", "type": "content", "required": false }, "signatories": { "label": "Signatories", "description": "The people who signed the treaty. This should be formatted as a bullet list with flag icons.", "type": "content", "required": false }, "parties": { "label": "Parties", "description": "The countries who are/were party to the treaty. This should be formatted as a bullet list with flag icons.", "type": "content", "required": false }, "ratifiers": { "label": "Ratifiers", "description": "The countries who ratified the treaty. This should be formatted as a bullet list with flag icons.", "type": "content", "required": false }, "depositor": { "label": "Depositor", "description": "The depositor for the treaty, if there is only one. This should usually include wikilinks.", "type": "string/line", "required": false }, "depositories": { "label": "Depositories", "description": "The depositories for the treaty, if there are more than one. This should be formatted as a bullet list and should usually include flag icons and wikilinks.", "type": "content", "required": false }, "citations": { "label": "Citations", "description": "The citation(s) for the treaty. This should be a link to a Treaty series article, formatted as “XX TS YYY”", "type": "string/line", "required": false }, "language": { "label": "Language", "description": "The language of the treaty text, if there is only one. This should usually include a wikilink.", "type": "string/line", "required": false }, "languages": { "label": "Languages", "description": "The languages of the treaty text, if there is more than one. This should be formatted as a bullet list and should usually include wikilinks.", "type": "content", "required": false }, "languagesclass": { "label": "Languages CSS class", "description": "The stylesheet class for the list of languages. Ordinarily, this should include “hlist” to allow for formatting an bullet list without bullets.", "type": "string/line", "required": false, "default": "hlist" }, "wikisource": { "label": "Wikisource link", "description": "Link to the treaty text on Wikisource, if only one link is required. Use “wikisource1” to “wikisource5” if more than one link is required.", "type": "string/wiki-page-name", "required": false }, "wikisource1": { "label": "Wikisource link #1", "description": "Link to a treaty text on Wikisource, if more than one link is required. Use “wikisource” if only one link is required.", "type": "string/wiki-page-name", "required": false }, "wikisource2": { "label": "Wikisource link #2", "inherits": "wikisource1" }, "wikisource3": { "label": "Wikisource link #3", "inherits": "wikisource1" }, "wikisource4": { "label": "Wikisource link #4", "inherits": "wikisource1" }, "wikisource5": { "label": "Wikisource link #5", "inherits": "wikisource1" }, "footnotes": { "label": "Footnotes", "description": "Any footnotes, formatted if necessary.", "type": "content", "required": false } } }</TemplateData>