模板:Coast guard/doc

维基百科,自由的百科全书
跳转到导航 跳转到搜索

This template is used to display a small flag variant icon next to a wikilinked name of a country's coastguard. It is a usable wrapper of the {{Coast guard/core}} template, which should not be accessed directly. It is built on the {{flag}} template.

Usage[编辑]

{{Coast guard|country identifier|optional variant|name=alternative text string|size=maximum width and/or height of the flag image}}

  • country identifier is the common name of the country (e.g. "United States"), a common alias (e.g. "US"), or a standard country code such as those listed at ISO 3166-1 alpha-3
  • variant is an optional second parameter that can be used to display a coastguard flag variation. The list of variants for each country is documented on the appropriate template page, such as Template:Country data Germany. You can only use subvariants of the coast guard variant.
  • alternative text string, this optional value, specified by the name parameter, is used to display alternative text instead of the official coast guard name for the wikilinked page.
  • size, this optional value is specified by the size parameter, and is used to specify the maximum width and/or height of the flag image. This parameter is specified using standard image syntax.

Examples[编辑]

Wiki markup Displays Notes
{{Coast guard|United States}} File:Flag of the United States Coast Guard.svg 美国海岸警卫队 Note that both instances link to United States Coast Guard.
{{Coast guard|USA}} File:Flag of the United States Coast Guard.svg 美国海岸警卫队
{{Coast guard|Germany}} File:German Federal Coast Guard racing stripe.svg 德国联邦海岸巡防队 All three instances link to German Federal Coast Guard.
In addition to the ISO country codes, those used by FIFA, IOC, etc. are also supported.
{{Coast guard|DEU}} File:German Federal Coast Guard racing stripe.svg 德国联邦海岸巡防队
{{Coast guard|GER}} File:German Federal Coast Guard racing stripe.svg 德国联邦海岸巡防队
{{Coast guard|CAN|name=加拿大}} File:Coastguard Flag of Canada.svg 加拿大 The name parameter can be used to change the display string but keep the link to the correct article.
{{Coast guard|USA|size=14px}} File:Flag of the United States Coast Guard.svg 美国海岸警卫队 The size parameter can be used to control the image dimensions.
23×15px is the default size for most countries (some entities have a different default size).
{{Coast guard|USA|size=28px}} File:Flag of the United States Coast Guard.svg 美国海岸警卫队

TemplateData[编辑]

以下是该模板的模板数据,适用于可视化编辑器等工具。

Coast guard模板数据

<TemplateData> {

       "description": "This template is used to display a small flag icon next to a wikilinked name of that country's coastguard",
       "params": {
               "1": {
                       "label": "Country identifier",
                       "description": "Common name of the country (e.g. 'United States'), a common alias (e.g. 'US'), or a standard country code",
                       "type": "string",
                       "required": true
               },
               "2": {
                       "label": "Variant",
                       "description": "Identifies a coastguard flag variant to be used instead of the standard flag",
                       "type": "string",
                       "required": false
               },
               "name": {
                       "label": "Alternative text",
                       "description": "Display alternative text instead of the standard country coastguard name",
                       "type": "string",
                       "required": false
               },
               "size": {
                       "label": "Maximum dimension",
                       "description": "The maximum width or height, specified via standard image syntax (e.g. x30px)",
                       "type": "string",
                       "required": false
               }
       }

} </TemplateData>

See Also[编辑]

See Wikipedia:WikiProject Flag Template for other flag-based templates.