Jump to content

Template:Infobox choir/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m syntaxhighlight lang="wikitext"
 
(34 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
==Purpose==
==Purpose==
This template may be used to summarize information about a choir.
This template may be used to summarize information about a [[choir]].


== Syntax ==
== Syntax ==
The infobox may be added by pasting the template as shown below into an article, typically at the top of an article above the lead section. All parameters are optional; any unused parameters should be left blank or omitted.
The infobox may be added by pasting the template as shown below into an article, typically at the top of an article above the lead section. All parameters are optional; any unused parameters should be left blank or omitted.


{{Generic template demo
=== Basic parameters ===
| name
<pre style="width: 18em;">{{Infobox choir
| image =
| image
| image_size
| caption =
| alt
| origin =
| caption
| founding =
| alias
| genre =
| former_name
| members =
| origin
| director =
| founding
| affiliation =
| founder
| website =
| disbanding
}}</pre>
| genre

| members
| notable_members
| president
| director
| music director
| artistic director
| leadership
| choirmaster
| organist
| chief conductor
| orchestra manager
| choir admission
| orchestra admission
| headquarters
| rehearsal space
| concert_hall
| affiliation
| associated groups
| influences
| awards
| label
| website
}}
=== All parameters ===
=== All parameters ===
<syntaxhighlight lang="wikitext" style="overflow:auto">
<pre style="width: 18em;">{{Infobox choir
{{Infobox choir
| image =
| imagesize =
| name =
| caption =
| image =
| origin =
| image_size =
| founding =
| alt =
| genre =
| caption =
| members =
| alias =
| music director =
| former_name =
| choirmaster =
| origin =
| organist =
| founding = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| chief conductor =
| founder =
| disbanding = <!-- {{End date|YYYY|MM|DD|df=y}} -->
| orchestra manager =
| choir admission =
| genre =
| orchestra admission =
| members =
| affiliation =
| notable_members =
| associated groups =
| president =
| website =
| director =
| awards =
| music director =
| artistic director =
}}</pre>
| leadership =
| choirmaster =
| organist =
| chief conductor =
| orchestra manager =
| choir admission =
| orchestra admission =
| headquarters =
| rehearsal space =
| concert_hall =
| affiliation =
| associated groups =
| influences =
| awards =
| label =
| website = <!-- {{URL|example.com}} -->
}}
</syntaxhighlight>


=== Basic parameters ===
==Example==
<syntaxhighlight lang="wikitext" style="overflow:auto">
{{Infobox choir
{{Infobox choir
| name =
| image = Mikado-1947-Dec-4-5-Toronto-Light-Opera-Association-Cast-Photo.jpg
| imagesize = 200px
| image =
| caption =
| caption = Cast of the 1947 Toronto Light Opera Association production of ''[[The Mikado]]''.
| origin = [[Toronto]], [[Canada]]
| origin =
| founding = 1943 ({{years ago|1943}} years ago)
| founding = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| genre =
| disbanding = 1955 ({{years ago|1955}} years ago)
| genre = [[operetta]]
| members =
| director =
| notable_members = [[Howard Mawson]]{{br}}[[Elizabeth Mawson]]
| affiliation =
| music director = [[Fred Mawson]]
| website = <!-- {{URL|example.com}} -->
| influences = [[Gilbert and Sullivan]]
}}
}}
</syntaxhighlight>
<pre style="width: 59em; overflow: auto">{{Infobox choir
{{clear}}
| image = Mikado-1947-Dec-4-5-Toronto-Light-Opera-Association-Cast-Photo.jpg
| imagesize = 200px
| caption = Cast of the 1947 Toronto Light Opera Association production of ''[[The Mikado]]''.
| origin = [[Toronto]], [[Canada]]
| founding = 1943 ({{years ago|1943}} years ago)
| disbanding = 1955 ({{years ago|1955}} years ago)
| genre = [[operetta]]
| notable_members = [[Howard Mawson]]{{br}}[[Elizabeth Mawson]]
| music director = [[Fred Mawson]]
| influences = [[Gilbert and Sullivan]]
}}</pre>


==Example==
{{Infobox choir
| name = Toronto Light Opera Association
| image = Mikado-1947-Dec-4-5-Toronto-Light-Opera-Association-Cast-Photo.jpg
| image_size = 200px
| caption = Cast of the 1947 Toronto Light Opera Association production of ''[[The Mikado]]''.
| origin = [[Toronto]], Canada
| founding = 1943 ({{years ago|1943}} years ago)
| disbanding = 1955 ({{years ago|1955}} years ago)
| genre = [[Operetta]]
| notable_members = {{unbulleted list|[[Howard Mawson]]|[[Elizabeth Mawson]]}}
| music director = Fred Mawson
| influences = [[Gilbert and Sullivan]]
}}
<syntaxhighlight lang="wikitext" style="width: 56em; overflow: auto">
{{Infobox choir
| name = Toronto Light Opera Association
| image = Mikado-1947-Dec-4-5-Toronto-Light-Opera-Association-Cast-Photo.jpg
| image_size = 200px
| caption = Cast of the 1947 Toronto Light Opera Association production of ''[[The Mikado]]''.
| origin = [[Toronto]], Canada
| founding = 1943 ({{years ago|1943}} years ago)
| disbanding = 1955 ({{years ago|1955}} years ago)
| genre = [[Operetta]]
| notable_members = {{unbulleted list|[[Howard Mawson]]|[[Elizabeth Mawson]]}}
| music director = Fred Mawson
| influences = [[Gilbert and Sullivan]]
}}
</syntaxhighlight>
{{clear}}
{{clear}}


Line 73: Line 134:
! Parameter
! Parameter
! Explanation
! Explanation
|-
| <code>name</code>
| Name (defaults to page name)
|-
|-
| <code>image</code>
| <code>image</code>
| Insert image name. Use only the file name such as <code>abc.jpg</code>, <code>xyz.png</code>, <code>123.gif</code>, etc. '''Do not''' use syntax such as <del><code><nowiki>[[Image:abc.jpg]]</nowiki></code></del> or <del><code><nowiki>[[Image:abc.jpg|200px]]</nowiki></code></del><br />
| Insert image name. Use only the file name such as <code>abc.jpg</code>, <code>xyz.png</code>, <code>123.gif</code>, etc. '''Do not''' use syntax such as <del><code><nowiki>[[File:abc.jpg]]</nowiki></code></del> or <del><code><nowiki>[[File:abc.jpg|200px]]</nowiki></code></del><br />
|-
|-
| <code>imagesize</code>
| <code>image_size</code>
| This parameter should only be used if it is necessary to overrule viewers' default thumb size preferences.
| This parameter should only be used if it is necessary to overrule viewers' default thumb size preferences.
|-
|-
Line 84: Line 148:
|-
|-
| <code>origin</code>
| <code>origin</code>
| Home performance location of choir. For "United States" and "United Kingdom", it is preferred that they be abbreviated "U.S." and "UK", but political subdivisions should never be (never "MA" for "Massachusetts", "ON" for "Ontario", etc.). See Notes{{r|location}} for location details.
| Home performance location of choir
|-
|-
| <code>founding</code>
| <code>founding</code>
| Date choir started performing
| Date choir started performing; use {{tl|Start date}} if after 1583.
|-
| <code>disbanding</code>
| Date choir disbanded; use {{tl|End date}} if after 1583.
|-
|-
| <code>genre</code>
| <code>genre</code>
Line 95: Line 162:
| Number of members in choir
| Number of members in choir
|-
|-
| <code>director</code>
| <code>music&nbsp;director</code>
| Name of director
| Name of music director
|-
| <code>website</code>
| Insert the person's or group's official website.
|-
|-
| <code>awards</code>
| <code>awards</code>
| Insert any other awards won. Use the same format as <code>academyawards</code>.
| Insert any other awards won. Use the same format as <code>academyawards</code>.
|-
| <code>label</code>
| Insert the record labels the choir was signed to.
|-
| <code>website</code>
| Insert the choir's official website.
|}
|}


== Notes ==
<includeonly>
{{reflist |refs=
{{#ifeq:{{PAGENAME}}|{{BASEPAGENAME}}|<!--ONLY INCLUDE THESE CATEGORIES AND INTERWIKIS ON THE MAIN TEMPLATE-->
<ref name="location">As per RfC "Naming countries in infoboxes": When identifying a location, city or region in the United States or United Kingdom, the preferred approach is to use the country abbreviations allowed by [[MOS:ACRO]], such as "Portsmouth, New Hampshire, U.S." and "Cardiff, Wales, UK", rather than spelling out the full country name. Avoid using abbreviations for states or provinces in all nations. {{xt|New Hampshire}} rather than {{!xt|NH}}, {{xt|New South Wales}} rather than {{!xt|NSW}}, or {{xt|British Columbia}} rather than {{!xt|BC}} (see [[MOS:POSTABBR]]). Cities such as New York City and London may be rendered as "New York City, U.S." and "London, UK" or simply "New York City" and "London". Also, these should not be linked when the context makes it clear (see [[MOS:OVERLINK]]). If only the country name is included, it may be written out in full.
[[Category:People infobox templates|Choir]]
</ref>
[[Category:Music infobox templates|Choir]]
|}
[[et:Mall:Koor]]
}}


== Microformat ==
{{UF-hcard-org}}

<includeonly>{{Sandbox other||
{{#ifeq:{{PAGENAME}}|{{BASEPAGENAME}}|<!--ONLY INCLUDE THESE CATEGORIES ON THE MAIN TEMPLATE-->
[[Category:People and person infobox templates|Choir]]
[[Category:Music infobox templates|Choir]]
}}
}}
</includeonly>
}}</includeonly>

Latest revision as of 11:05, 18 May 2023

Purpose

[edit]

This template may be used to summarize information about a choir.

Syntax

[edit]

The infobox may be added by pasting the template as shown below into an article, typically at the top of an article above the lead section. All parameters are optional; any unused parameters should be left blank or omitted.

{{{name}}}
Choir
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]
{{{caption}}}
Also known as{{{alias}}}
Former name{{{former_name}}}
Origin{{{origin}}}
Founded{{{founding}}}
Founder{{{founder}}}
Disbanded{{{disbanding}}}
Genre{{{genre}}}
Members{{{members}}}
Notable members{{{notable_members}}}
President{{{president}}}
Director{{{director}}}
Music director{{{music director}}}
Artistic Director{{{artistic director}}}
Leadership{{{leadership}}}
Choirmaster{{{choirmaster}}}
Organist{{{organist}}}
Chief conductor{{{chief conductor}}}
Manager{{{orchestra manager}}}
Choir admission{{{choir admission}}}
Orchestra admission{{{orchestra admission}}}
Headquarters{{{headquarters}}}
Rehearsal space{{{rehearsal space}}}
Concert hall{{{concert_hall}}}
Affiliation{{{affiliation}}}
Associated groups{{{associated groups}}}
Influences{{{influences}}}
Awards{{{awards}}}
Label{{{label}}}
Website{{{website}}}

All parameters

[edit]
{{Infobox choir
| name                = 
| image               = 
| image_size          = 
| alt                 = 
| caption             = 
| alias               =
| former_name         =
| origin              = 
| founding            = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| founder             = 
| disbanding          = <!-- {{End date|YYYY|MM|DD|df=y}} -->
| genre               = 
| members             = 
| notable_members     = 
| president           = 
| director            =
| music director      =
| artistic director   =
| leadership          = 
| choirmaster         = 
| organist            = 
| chief conductor     = 
| orchestra manager   = 
| choir admission     = 
| orchestra admission = 
| headquarters        =
| rehearsal space     =
| concert_hall        =
| affiliation         = 
| associated groups   = 
| influences          = 
| awards              = 
| label               = 
| website             = <!-- {{URL|example.com}} -->
}}

Basic parameters

[edit]
{{Infobox choir
| name        = 
| image       = 
| caption     = 
| origin      = 
| founding    = <!-- {{Start date|YYYY|MM|DD|df=y}} -->
| genre       = 
| members     = 
| director    = 
| affiliation = 
| website     = <!-- {{URL|example.com}} -->
}}

Example

[edit]
Toronto Light Opera Association
Choir
Cast of the 1947 Toronto Light Opera Association production of The Mikado.
OriginToronto, Canada
Founded1943 (81 years ago)
Disbanded1955 (69 years ago)
GenreOperetta
Notable members
Music directorFred Mawson
InfluencesGilbert and Sullivan
{{Infobox choir
| name            = Toronto Light Opera Association
| image           = Mikado-1947-Dec-4-5-Toronto-Light-Opera-Association-Cast-Photo.jpg
| image_size      = 200px
| caption         = Cast of the 1947 Toronto Light Opera Association production of ''[[The Mikado]]''.
| origin          = [[Toronto]], Canada
| founding        = 1943 ({{years ago|1943}} years ago)
| disbanding      = 1955 ({{years ago|1955}} years ago)
| genre           = [[Operetta]]
| notable_members = {{unbulleted list|[[Howard Mawson]]|[[Elizabeth Mawson]]}}
| music director  = Fred Mawson
| influences      = [[Gilbert and Sullivan]]
}}

Parameters explained

[edit]
Parameter Explanation
name Name (defaults to page name)
image Insert image name. Use only the file name such as abc.jpg, xyz.png, 123.gif, etc. Do not use syntax such as [[File:abc.jpg]] or [[File:abc.jpg|200px]]
image_size This parameter should only be used if it is necessary to overrule viewers' default thumb size preferences.
caption Insert a caption for the image. If known, try to include the location and date of photo.
origin Home performance location of choir. For "United States" and "United Kingdom", it is preferred that they be abbreviated "U.S." and "UK", but political subdivisions should never be (never "MA" for "Massachusetts", "ON" for "Ontario", etc.). See Notes[1] for location details.
founding Date choir started performing; use {{Start date}} if after 1583.
disbanding Date choir disbanded; use {{End date}} if after 1583.
genre Music genre
members Number of members in choir
music director Name of music director
awards Insert any other awards won. Use the same format as academyawards.
label Insert the record labels the choir was signed to.
website Insert the choir's official website.

Notes

[edit]
  1. ^ As per RfC "Naming countries in infoboxes": When identifying a location, city or region in the United States or United Kingdom, the preferred approach is to use the country abbreviations allowed by MOS:ACRO, such as "Portsmouth, New Hampshire, U.S." and "Cardiff, Wales, UK", rather than spelling out the full country name. Avoid using abbreviations for states or provinces in all nations. New Hampshire rather than NH, New South Wales rather than NSW, or British Columbia rather than BC (see MOS:POSTABBR). Cities such as New York City and London may be rendered as "New York City, U.S." and "London, UK" or simply "New York City" and "London". Also, these should not be linked when the context makes it clear (see MOS:OVERLINK). If only the country name is included, it may be written out in full.

Microformat

[edit]

The HTML mark-up produced by this template includes an hCard microformat that makes an organization's details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.

Subtemplates

Please do not remove instances of these subtemplates.

Classes used

The HTML classes of this microformat include:

  • adr
  • agent
  • category
  • country-name
  • extended-address
  • fn
  • geo
  • label
  • latitude
  • locality
  • longitude
  • nickname
  • note
  • org
  • region
  • street-address
  • url
  • vcard
Please do not rename or remove these classes
nor collapse nested elements which use them.