5,583 bytes added,
14:14, 24 November 2017 m{{Documentation subpage}}
{{Auto italic title}}
==Usage==
{{Parameter names example
| italic title = no
| title
| image
| image_size
| alt
| caption
| othernames
| club
| nat
| class
| sailno
| boats
| designer
| builder
| launched
| owner
| fate
| skip
| wins
| ac_year
| lc_year
| cc_year
| og_year
| notablecrew
| rr_year
| displacement
| type
| height
| length
| beam
| draft
| sail
| crew
| notes
}}
This template summarizes information about an individual racing yacht. For racing syndicates use {{tlx|Infobox Sailing team}}.
<pre style="overflow:auto">
{{Infobox sailing yacht
| title =
| image =
| caption =
| othernames =
| club =
| nat =
| class =
| sailno =
| designer =
| builder =
| launched =
| owner =
| fate =
| skip =
| wins =
| ac_year =
| lv_year =
| cc_year =
| og_year =
| rr_year =
| type =
| displacement =
| length =
| beam =
| draft =
| height =
| sail =
| crew =
| notes =
}}
</pre>
{{clear}}
==Parameters==
This infobox takes a number of parameters, which are optional unless indicated otherwise:
{{TemplateData header}}
<templatedata>
{
"description": "This template summarizes information about an individual racing yacht. For racing syndicates use {{tlx|Infobox Sailing team}}.",
"params": {
"title": {
"description": "The common name of the yacht which should preferably be the same as the article title. If the parameter is omitted, the article name is used.",
"type": "string",
"label": "Title"
},
"image": {
"description": "An image to represent the yacht or logo of the team.",
"type": "wiki-file-name",
"label": "Image"
},
"image_size": {
"label": "Image size"
},
"alt": {
"label": "Alternate text"
},
"caption": {
"description": "A caption for the image. Terms in the caption can be wikilinked, if desired.",
"type": "string",
"label": "Caption"
},
"othernames": {
"description": "Other names in the career of the yacht",
"type": "string",
"label": "Other names"
},
"club": {
"type": "string",
"label": "Yacht club"
},
"nat": {
"description": "The nationality of registration",
"label": "Nationality"
},
"class": {
"label": "Competition class"
},
"sailno": {
"example": "US–74",
"type": "string",
"label": "Sail number"
},
"boats": {
"label": "Boats"
},
"designer": {
"description": "The yacht's designer",
"label": "Designer"
},
"builder": {
"description": "The yacht's boatbuilder",
"type": "string",
"label": "Builder"
},
"launched": {
"example": "1993",
"type": "date",
"label": "Date launched"
},
"owner": {
"description": "Team Principal or Owner",
"type": "string",
"label": "Owner"
},
"fate": {
"description": "The fate of the boat",
"type": "string",
"label": "Fate"
},
"skip": {
"type": "string",
"label": "Skipper/Helmsman"
},
"wins": {
"description": "Major trophies such as LV Cups or America Cup wins",
"type": "string",
"label": "Wins"
},
"ac_year": {
"description": "The editions of America's Cup the yacht participated in",
"label": "America's Cup years"
},
"lc_year": {
"description": "The editions of America's Cup Challenger Selections Series (Louis Vuitton Cup, Herbert Pell Cup et cetera) the yacht participated in",
"label": "America's Cup Challenger Selections years"
},
"cc_year": {
"description": "The editions of America's Cup Defender Selections Series the yacht participated in",
"label": "America's Cup Defender Selections years"
},
"og_year": {
"description": "The editions of Summer Olympics the yacht participated in",
"label": "Olympics years"
},
"notablecrew": {
"description": "Other notable crew members, like Tacticians or others with Wiki pages",
"label": "Notable crew"
},
"rr_year": {
"description": "The editions of Route du Rhum the yacht participated in",
"label": "Route du Rhum years"
},
"displacement": {
"description": "Displacement of the boat.",
"label": "Displacement"
},
"type": {
"description": "hull/rig type: sloop, cutter, schooner, catamaran, trimaran, etc.",
"example": "catamaran",
"type": "string",
"label": "Type"
},
"height": {
"description": "Height of the mast",
"label": "Height"
},
"length": {
"description": "Length of the boats. Length overall (LOA), length at waterline (LWL) or both.",
"label": "Length"
},
"beam": {
"description": "Beam of the boat",
"label": "Beam"
},
"draft": {
"description": "Draft of the boat",
"label": "Draft"
},
"sail": {
"description": "Total area of all sails",
"label": "Sail area"
},
"crew": {
"label": "Crew number"
},
"notes": {
"description": "Any other notes about the boat",
"type": "string",
"label": "Notes"
}
},
"paramOrder": [
"title",
"image",
"image_size",
"alt",
"caption",
"othernames",
"club",
"nat",
"class",
"sailno",
"boats",
"designer",
"builder",
"launched",
"owner",
"fate",
"skip",
"wins",
"notablecrew",
"ac_year",
"lc_year",
"cc_year",
"og_year",
"rr_year",
"displacement",
"type",
"height",
"length",
"beam",
"draft",
"sail",
"crew",
"notes"
]
}
</templatedata>
<includeonly>
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:Sailing infobox templates]]
</includeonly>