Template:Infobox architect/doc

From WIDEVERSE Wiki
Jump to navigation Jump to search

Usage

{{{name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}|upright=1]]
{{{caption}}}
Born
{{{birth_name}}}

{{{birth_date}}}
{{{birth_place}}}
Died{{{death_date}}}
{{{death_place}}}
Nationality{{{nationality}}}
Other names{{{other_names}}}
Alma mater{{{alma_mater}}}
OccupationArchitect
Spouse(s){{{spouse}}}
Partner(s){{{partner}}}
Children{{{children}}}
Parent(s){{{parents}}}
Awards{{{awards}}}
Practice{{{practice}}}
Buildings{{{significant_buildings}}}
Projects{{{significant_projects}}}
Design{{{significant_design}}}
Website{{{website}}}
Signature
[[File:{{{signature}}}|150px]]
{{Infobox architect
| name                  = 
| image                 = 
| image_size            = <!-- if image is smaller than 250px -->
| alt                   = 
| caption               = 
| birth_name            = <!-- only use if different than name -->
| birth_date            = <!-- {{Birth date|YYYY|MM|DD}} (if dead)
                               {{Birth date and age|yyyy|mm|dd}} (known date)
                               {{Birth year and age|yyyy|mm}} (known month)
                               {{Birth year and age|yyyy}} (known year) 
                               For living people supply '''only''' the year 
                               unless the exact date is already WIDELY  
                               published, as per [[WP:DOB]]. -->
| birth_place           = 
| death_date            = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}}
                               (death date then birth date) -->
| death_place           = 
| other_names           = 
| nationality           = 
| alma_mater            = 
| spouse                = 
| partner               = 
| children              = 
| parents               = 
| awards                = 
| practice              = Associated architectural firm[s]
| significant_buildings = 
| significant_projects  = 
| significant_design    = 
| signature             = 
| website               = <!-- {{URL|example.com}} -->
}}

Parameters

The four parameters specific to {{Infobox architect}} are:

  • practice
  • significant_buildings
  • significant_projects
  • significant_design

All other parameters are implemented via {{Infobox person}}; see that template for details.

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.

Tracking categories

See also


<templatedata> { "params": { "name": { "label": "Name", "suggested": true }, "image": { "label": "Portrait" }, "image_size": { "label": "Portrait size", "deprecated": "Only use if the image is narrower than the infobox" }, "alt": {}, "caption": {}, "birth_name": {}, "birth_date": {}, "birth_place": {}, "death_date": {}, "death_place": {}, "nationality": {}, "other_names": {}, "education": {}, "alma_mater": {}, "spouse": {}, "partner": {}, "children": {}, "parents": {}, "awards": {}, "practice": { "label": "Practice", "suggested": true }, "significant_buildings": { "label": "Significant buildings", "suggested": true }, "significant_projects": { "label": "Significant projects", "suggested": true }, "significant_design": {}, "signature": {}, "website": {} }, "format": "block" } </templatedata>