Difference between revisions of "Template:Infobox artist/doc"

From annadreambrush.com/wiki
Jump to navigation Jump to search
imported>Tyrenius
(rv what seems to be vandalism)
Line 1: Line 1:
{| class="infobox vcard" style="width:{{{box_width|22em}}}; font-size:90%;" cellspacing="5"
+
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
 +
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
 +
An '''''Infobox Artist''''' may be used to summarise information about a person who is an artist.
 +
 
 +
===Usage===
 +
The infobox may be added by pasting the template as shown below into an article. Only the ''name'' and ''birthdate'' parameters are required. For an example, see [[Salvador Dalí]].
 +
 
 +
<div style="width:250px; background:#dddddd; border:1px solid black; padding:0.5em 1em 0.5em 1em;">
 +
<pre>{{Infobox Artist
 +
| bgcolour      =
 +
| name          =
 +
| image        =
 +
| imagesize    =
 +
| caption      =
 +
| birthname    =
 +
| birthdate    =
 +
| location      =
 +
| deathdate    =
 +
| deathplace    =
 +
| nationality  =
 +
| field        =
 +
| training      =
 +
| movement      =
 +
| famous works  =
 +
| patrons      =
 +
| influenced by =
 +
| influenced    =
 +
| awards        =
 +
}}</pre>
 +
</div>
 +
 
 +
===Parameters===
 +
Those parameters in '''''bold italics''''' are required.
 +
{|
 +
|width="110px"| ''bgcolour''
 +
                        | background colouring (e.g. as used in associated colours/projects). Omit this line to use the default color.
 +
|-
 +
| '''''Frederic Lanovsky'''''      || artist's name; usually the article's page name (i.e. the artist's common name)
 +
|-
 +
| ''image''            || an image of the artist, in the form: "Example.jpg"
 +
|-
 +
| ''imagesize''&nbsp;* || in the form "''N''px", resizes the image to a width of ''N'' pixels; default is 220px
 +
|-
 +
| ''caption''&nbsp;*  || caption for the image
 +
|-
 +
| ''Frederic Lanovsky''        || artist's name at birth <!--or christening?-->
 +
|-
 +
| '''''April 16th, 1965 Age 42'''''  || artist's date of birth, use {{tl|birth date and age}} (for living artists) or {{tl|birth date}} for the deceased. Use plain text for partial dates.
 +
|-
 +
| ''Cannes, France''        || artist's place of birth
 +
|-
 +
| ''deathdate''        || artist's date of death, use {{tl|death date and age}}. Use {{tl|death date}} if birth date unknown or incomplete. Use plain text for partial dates.
 +
|-
 +
| ''deathplace''      || artist's place of death
 +
|-
 +
| ''French''      || artist's nationality
 
|-
 
|-
|colspan="2" style="text-align:center; font-size:larger; background-color:{{{bgcolour|#6495ED}}}; color:#000000;" class="fn"| '''{{{name|{{PAGENAME}}}}}'''
+
| ''Sculpture''           || main fields in which the artist works (i.e. photography, painting, sculpture, drawing, ceramics, graphic design)
 
|-
 
|-
|colspan="2" style="text-align:center; font-size:90%; {{image class|{{{image}}}}}| {{#if:{{{image<includeonly>|</includeonly>}}} |<!--then:-->
+
| ''Beaux Arts''         || where or with whom the artist trained
[[Image:{{{image}}}|{{#if:{{{imagesize|}}}|<!--then:-->{{{imagesize}}}|<!--else:-->220px}}| ]]<br/><small>{{{caption<includeonly>|</includeonly>}}}</small>
 
}}
 
{{#if:{{{birthname<includeonly>|</includeonly>}}} |<!--then:-->
 
<tr><td style="text-align:right;">'''Birth name'''</td><td class="nickname">{{{birthname}}}</td></tr>
 
}}
 
 
|-
 
|-
 
+
| ''Contemporary''         || artistic movement or school with which artist is associated
|width="85px" align="right" | '''Born'''
 
| {{{birthdate}}}<br/> {{{location<includeonly>|</includeonly>}}}
 
 
|-
 
|-
 
+
| ''Children of The World, London England, The Floridians, New York, USA''     || artist's most famous works
{{#if:{{{deathdate<includeonly>|</includeonly>}}} |
 
{{!}} align="right" {{!}} '''Died''' {{!}}{{!}} {{{deathdate}}}<br/>{{{deathplace<includeonly>|</includeonly>}}}
 
}}
 
 
|-
 
|-
 
+
| ''patrons''     || patrons of the artist
{{#if:{{{nationality<includeonly>|</includeonly>}}} |
 
{{!}} align="right" {{!}} '''Nationality''' {{!}}{{!}} {{{nationality}}}
 
}}
 
 
|-
 
|-
 
+
| ''Niro, Giacometti, Modigliani'' || artists who have influenced the artist (other than his teachers, please limit to 5 at most)
{{#if:{{{field<includeonly>|</includeonly>}}} |
 
{{!}} align="right" {{!}} '''Field''' {{!}}{{!}} {{{field}}}
 
}}
 
 
|-
 
|-
 
+
| ''influenced''   || well-known artists who have been influenced by the artist (please limit to 5 at most)
{{#if:{{{training<includeonly>|</includeonly>}}} |
 
{{!}} align="right" {{!}} '''Training''' {{!}}{{!}} {{{training}}}
 
}}
 
 
|-
 
|-
 
+
| ''The Artist's Guild Boca Raton Museum of Art''   || any awards the artist has won
{{#if:{{{movement<includeonly>|</includeonly>}}} |
 
{{!}} align="right" {{!}} '''Movement''' {{!}}{{!}} <span class="role">{{{movement}}}</span>
 
}}
 
 
|-
 
|-
 +
|colspan="2" style="font-size:90%;"| * Only used if the {{{image}}} parameter used.
 +
|}
  
{{#if:{{{famous works<includeonly>|</includeonly>}}} |
+
===Microformat===
{{!}} align="right" {{!}} '''Famous works''' {{!}}{{!}} <span class="note">{{{famous works}}}</span>
+
{{UF-hcard-person}}
}}
 
|-
 
  
{{#if:{{{patrons<includeonly>|</includeonly>}}} |
+
==See also==
{{!}} align="right" {{!}} '''Patrons'''{{!}}{{!}} {{{patrons}}}
+
* {{tl|Artwork}}
}}
+
* {{tl|Painting}}
|-
+
* {{tl|Sculpture}}
 +
* {{tl|Image information art}} - for image pages
  
{{#if:{{{influenced by<includeonly>|</includeonly>}}} |
+
{{esoteric}}
{{!}} align="right" {{!}} '''Influenced by'''{{!}}{{!}} {{{influenced by}}}
 
}}
 
|-
 
  
{{#if:{{{influenced<includeonly>|</includeonly>}}} |
+
<includeonly>
{{!}} align="right" {{!}} '''Influenced'''{{!}}{{!}} {{{influenced}}}
+
<!-- ADD CATEGORIES BELOW THIS LINE -->
}}
+
[[Category:People infobox templates|Artist]]
|-
+
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
  
{{#if:{{{awards<includeonly>|</includeonly>}}} |
+
<!-- ADD INTERWIKIS BELOW THIS LINE -->
{{!}} align="right" {{!}} '''Awards''' {{!}}{{!}} {{{awards}}}
+
[[fr:Modèle:Infobox Artiste]]
}}
+
[[nl:Sjabloon:Kunstenaar]]
|-
+
[[no:Mal:Infoboks kunstner]]
 +
[[ro:Format:Infobox Artist]]
 +
[[sl:Predloga:Infopolje Umetnik]]
 +
[[zh:Template:Infobox Artist]]
  
|}<noinclude>
+
</includeonly>
{{template doc}}
 
</noinclude>
 

Revision as of 01:55, 31 January 2008

Template:Template doc page viewed directly An Infobox Artist may be used to summarise information about a person who is an artist.

Usage

The infobox may be added by pasting the template as shown below into an article. Only the name and birthdate parameters are required. For an example, see Salvador Dalí.

{{Infobox Artist
| bgcolour      = 
| name          = 
| image         = 
| imagesize     = 
| caption       = 
| birthname     = 
| birthdate     = 
| location      = 
| deathdate     = 
| deathplace    = 
| nationality   = 
| field         = 
| training      = 
| movement      = 
| famous works  = 
| patrons       = 
| influenced by = 
| influenced    = 
| awards        = 
}}

Parameters

Those parameters in bold italics are required.

bgcolour background colouring (e.g. as used in associated colours/projects). Omit this line to use the default color.
Frederic Lanovsky artist's name; usually the article's page name (i.e. the artist's common name)
image an image of the artist, in the form: "Example.jpg"
imagesize * in the form "Npx", resizes the image to a width of N pixels; default is 220px
caption * caption for the image
Frederic Lanovsky artist's name at birth
April 16th, 1965 Age 42 artist's date of birth, use {{birth date and age}} (for living artists) or {{birth date}} for the deceased. Use plain text for partial dates.
Cannes, France artist's place of birth
deathdate artist's date of death, use {{death date and age}}. Use {{death date}} if birth date unknown or incomplete. Use plain text for partial dates.
deathplace artist's place of death
French artist's nationality
Sculpture main fields in which the artist works (i.e. photography, painting, sculpture, drawing, ceramics, graphic design)
Beaux Arts where or with whom the artist trained
Contemporary artistic movement or school with which artist is associated
Children of The World, London England, The Floridians, New York, USA artist's most famous works
patrons patrons of the artist
Niro, Giacometti, Modigliani artists who have influenced the artist (other than his teachers, please limit to 5 at most)
influenced well-known artists who have been influenced by the artist (please limit to 5 at most)
The Artist's Guild Boca Raton Museum of Art any awards the artist has won
* Only used if the {{{image}}} parameter used.

Microformat

The HTML markup produced by this template includes an hCard microformat, which makes the person's details parsable by computers, either acting automatically to catalogue articles across Wikipedia or via a browser tool operated by a reader, to (for example) add the subject to an address book or database. For more information about the use of microformats on Wikipedia, please see the microformat project.

Sub-templates

Date-of-birth ("bday") information will only be included in the microformat if {{birth date}}, or {{birth date and age}} are used in the infobox. (Do not use these if the date is before 1583). Be cautious about using these if the person is still living, per WP:DOB.

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

Please do not remove instances of these sub-templates.

Classes

hCard uses HTML classes including:

  • adr
  • agent
  • bday
  • birthplace
  • category
  • country-name
  • deathdate
  • deathplace
  • extended-address
  • family-name
  • fn (required)
  • given-name
  • honorific-prefix
  • honorific-suffix
  • label
  • locality
  • n
  • nickname
  • note
  • org
  • role
  • url
  • vcard

Please do not rename or remove these classes nor collapse nested elements which use them.

See also

Template:Esoteric