Plantilla:Infobox artist

De WIAragón
Saltar a: navegación, buscar
Infobox artist
50px Template documentation[view] [edit] [history] [purge]


{{Infobox artist}} may be used in an article about a person who is an artist.

Usage

The infobox may be added by pasting the template as shown below into an article.

</td></tr>
{{{honorific_prefix}}}
{{{name}}}
{{{honorific_suffix}}}
[[File:{{{image}}}|{{{image_size}}}
|alt={{{alt}}}|upright=1|{{{alt}}}]]
{{{caption}}}
Native name {{{native_name}}}
Born {{{birth_name}}}
{{{birth_date}}}
{{{birth_place}}}
Died {{{death_date}}}
{{{death_place}}}
Resting place {{{resting_place}}}
{{{resting_place_coordinates}}}
Nationality {{{nationality}}}
Education {{{education}}}
Alma mater {{{alma_mater}}}
Known for {{{known_for}}}
Notable work {{{notable_works}}}
Style {{{style}}}
Movement {{{movement}}}
Spouse(s) {{{spouse}}}
Awards {{{awards}}}
Website {{{website}}}
Elected {{{elected}}}
Patron(s) {{{patrons}}}
Memorial(s) {{{memorials}}}
{{{module}}}
{{Infobox artist
| honorific_prefix = 
| name             = <!-- include middle initial, if not specified in birth_name -->
| honorific_suffix = 
| image            = <!-- just the pagename, without the File:/Image: prefix or [[brackets]] -->
| image_size       = 
| alt              = 
| caption          = 
| native_name      = 
| native_name_lang = 
| birth_name       = <!-- only use if different than name -->
| birth_date       = <!-- {{Birth date and age|YYYY|MM|DD}} for living artists, {{Birth date|YYYY|MM|DD}} for dead. For living people supply only the year unless the exact date is already WIDELY published, as per [[WP:DOB]]. Treat such cases as if only the year is known, so use {{birth year and age|YYYY}} or a similar option. -->
| birth_place      = 
| death_date       = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} --> 
| death_place      =
| resting_place    = 
| resting_place_coordinates = <!-- {{Coord|LAT|LONG|type:landmark|display=inline}} -->
| nationality      = 
| education        = 
| alma_mater       = 
| known_for        = 
| notable_works    = 
| style            = 
| movement         = 
| spouse           = 
| awards           = <!-- {{awd|award|year|title|role|name}} (optional) -->
| elected          =
| patrons          = 
| memorials        = 
| website          = <!-- {{URL|Example.com}} -->
| module           =
}}

Parameters

Error en la secuencia de órdenes: no existe el módulo «aligned table». * Only used if the {{{image}}} parameter used.

Error en la secuencia de órdenes: no existe el módulo «anchor».

Embedding other templates via module parameter

The module parameter is used for embedding other templates into this infobox (see Wikipedia:Infobox modules and Category:Biographical templates usable as a module).

{{Infobox artist
| name = 
| <!-- etc. -->
| module = 
  {{Infobox football biography | embed = yes
  | <!-- etc. -->
  }}
}}

Example

Salvador Dalí
Archivo:Salvador Dalí 1939.jpg
Dalí in 1939 (photo by Carl Van Vechten)
Born Salvador Domingo Felipe Jacinto Dalí i Domènech
(1904-05-11)May 11, 1904
Figueres, Catalonia, Spain
Died January 23, 1989(1989-01-23) (aged 84)
Figueres, Catalonia, Spain
Resting place Crypt at Dalí Theatre and Museum, Figueres, Spain
Nationality Spanish
Education San Fernando School of Fine Arts, Madrid, Spain
Known for Painting, drawing, photography, sculpture, writing, film
Notable work
Movement Cubism, Dada, Surrealism
Spouse(s) Gala Dalí (Elena Ivanovna Diakonova)
{{Infobox artist
| name             = Salvador Dalí
| image            = Salvador Dalí 1939.jpg
| caption          = Dalí in 1939 (photo by [[Carl Van Vechten]])
| birth_name       = Salvador Domingo Felipe Jacinto Dalí i Domènech
| birth_date       = {{birth date|1904|5|11}}
| birth_place      = [[Figueres]], [[Catalonia]], Spain
| death_date       = {{death date and age|1989|01|23|1904|05|11}}
| death_place      = Figueres, Catalonia, Spain
| resting_place    = Crypt at [[Dalí Theatre and Museum]], Figueres, Spain
| nationality      = Spanish
| education        = [[Real Academia de Bellas Artes de San Fernando|San Fernando School of Fine Arts]], [[Madrid]], Spain
| known_for        = Painting, drawing, photography, sculpture, writing, film
| notable_works    = {{unbulleted list
  | ''[[The Persistence of Memory]]'' (1931)
  | ''[[Soft Construction with Boiled Beans (Premonition of Civil War)]]'' (1936)
  | ''[[Swans Reflecting Elephants]]'' (1937)
  | ''[[Dream Caused by the Flight of a Bee Around a Pomegranate a Second Before Awakening]]'' (1944)
  | ''[[The Temptation of St. Anthony (Dalí)|The Temptation of St. Anthony]]'' (1946)
  }}
| movement         = [[Cubism]], [[Dada]], [[Surrealism]]
| spouse           = [[Gala Dalí]] (Elena Ivanovna Diakonova)
}}

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.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Infobox artist

<templatedata>{

 "description": "An infobox for artists.",
 "params": {
   "honorific_prefix": {
     "label": "Honorific prefix",
     "description": "Title such as 'Sir', 'Lord'",
     "type": "string/wiki-page-name",
     "required": false
   },
   "name": {
     "label": "Name",
     "description": "Commonly-known name of person (defaults to article name, without disambiguation)",
     "type": "string/line",
     "default": "PAGENAME",
     "required": false
   },
   "honorific_suffix": {
     "label": "Honorific suffix",
     "description": "Initials such as 'OBE', 'FRSA'",
     "type": "string/wiki-page-name",
     "required": false
   },
   "image": {
     "label": "Image",
     "description": "Filename for the image (e.g. 'Example.jpg').",
     "type": "string/wiki-page-name",
     "required": false
   },
   "image_size": {
     "label": "Image size",
     "description": "Size of the image (e.g. '220px').",
     "type": "string/line",
     "default": "varies",
     "required": false,
     "aliases": [ "imagesize" ]
   },
   "alt": {
     "label": "Alternative text",
     "description": "Alternative text for the image.",
     "type": "string/line",
     "required": false
   },
   "caption": {
     "label": "Caption",
     "description": "Caption for the image.",
     "type": "string",
     "required": false
   },
   "birth_name": {
     "label": "Birth name",
     "description": "Name at birth, if different from 'name'.",
     "type": "string",
     "required": false,
     "aliases": [ "birthname" ]
   },
   "birth_date": {
     "label": "Birth date",
     "description": "Date of birth. Use  ({{{year}}}-{{{month}}}-{{{day}}}) Error en la expresión: no se reconoce el carácter de puntuación «{»., {{{year}}} (age Error en la expresión: no se reconoce el carácter de puntuación «{».)Error en la expresión: no se reconoce el carácter de puntuación «{».Error en la expresión: no se reconoce el carácter de puntuación «{».Error en la expresión: no se reconoce el carácter de puntuación «{». (for living artists) or ({{{year}}}-Error en la expresión: no se reconoce el carácter de puntuación «{».-{{{day}}})Error en la expresión: no se reconoce el carácter de puntuación «{»., Error en la expresión: no se reconoce el carácter de puntuación «{».Error en la expresión: no se reconoce el carácter de puntuación «{». for the deceased.",
     "type": "string/line",
     "required": false
   },
   "birth_place": {
     "label": "Birth place",
     "description": "Place of birth.",
     "type": "string/line",
     "required": false
   },
   "death_date": {
     "label": "Death date",
     "description": "Date of death. Use Error en la expresión: no se reconoce el carácter de puntuación «{»., {{{1}}}({{{1}}}-Error en la expresión: no se reconoce el carácter de puntuación «{».-{{{3}}}) (aged Plantilla:Age in years)Error en la expresión: operador > no esperado.. Use Plantilla:Death date if birth date unknown or incomplete.",
     "type": "string/line",
     "required": false
   },
   "death_place": {
     "label": "Death place",
     "description": "Place of death.",
     "type": "string/line",
     "required": false
   },
   "resting_place": {
     "label": "Resting place",
     "description": "Artist's grave, etc.",
     "type": "string/line",
     "required": false
   },
   "resting_place_coordinates": {
     "label": "Resting place",
     "description": "Coordinates of grave, etc. Use Error en la secuencia de órdenes: no existe el módulo «Coordinates».{{#coordinates:LAT|LONG|type:landmark||||||

| |name= }}",

     "type": "string/line",
     "required": false
   },
   "nationality": {
     "label": "Nationality",
     "description": "Nationality.",
     "type": "string/line",
     "required": false
   },
   "education": {
     "label": "Education",
     "description": "Where or with whom the artist trained.",
     "type": "string/line",
     "required": false
   },
   "alma_mater": {
     "label": "Alma mater",
     "description": "The linked name of attended higher education institution(s).",
     "type": "string/line",
     "required": false
   },
   "known_for": {
     "label": "Known for",
     "description": "Main field(s) in which the artist works or worked (e.g. photography, painting, drawing, etc.).",
     "type": "string/line",
     "required": false
   },
   "notable_works": {
     "label": "Notable work(s)",
     "description": "Famous/significant/representative works. Please limit to five works.",
     "type": "string/line",
     "required": false
   },
   "style": {
     "label": "Style",
     "description": "Artistic style which the artist employs.",
     "type": "string/line",
     "required": false
   },
   "movement": {
     "label": "Movement",
     "description": "Artistic movement or school with which artist is associated.",
     "type": "string/line",
     "required": false
   },
   "spouse": {
     "label": "Spouse(s)",
     "description": "Spouse(s), if notable.",
     "type": "string/line",
     "required": false
   },
   "awards": {
     "label": "Awards",
     "description": "Awards won by the artist. Consider using Plantilla:Awd.",
     "type": "string/line",
     "required": false
   },
   "elected": {
     "label": "Elected bodies",
     "description": "Bodies to which the artist has been elected.",
     "type": "string/line",
     "required": false
   },
   "patrons": {
     "label": "Patron(s)",
     "description": "Patrons of the artist.",
     "type": "string/line",
     "required": false
   },
   "memorials": {
     "label": "Memorial(s)",
     "description": "Monuments, plaques, entities named after the subject, etc.",
     "type": "string/line",
     "required": false
   },
   "website": {
     "label": "Official website",
     "description": "Artist's official website. Consider using {{URL|example.com|optional display text}}.",
     "type": "string/line",
     "required": false
   },
   "module": {
     "label": "Module",
     "description": "Artist's official website. Consider using {{URL|example.com|optional display text}}.",
     "type": "string",
     "required": false
   }
 }

}</templatedata>

See also