Difference between revisions of "Template:Infobox medical details"

From blackwiki
Jump to navigation Jump to search
imported>Scewing
m
(Hide Born field if entries are blank, and fix other syntax)
Line 10: Line 10:
  
 
| label1    = Born
 
| label1    = Born
| data1      = <span class="nickname">{{{birth_name|}}}</span>{{#if:{{{birth_date|}}}|{{#if:{{{birth_name|}}}|<br />}}{{{birth_date}}}}}{{#if:{{{birth_place|}}}|{{#if:{{{birth_name|}}}{{{birth_date|}}}|<br />}}{{{birth_place}}}}}
+
| data1      = {{br separated entries
 +
    |{{#if:{{{birth_name|}}}|<span class="nickname">{{{birth_name}}}</span>}}
 +
    |{{{birth_date|}}}
 +
    |{{{birth_place|}}}
 +
  }}
 
| label2    = Died
 
| label2    = Died
| data2      = {{{death_date|}}}{{#if:{{{death_place|}}}|{{#if:{{{death_date|}}}|<br />}}{{{death_place}}}}}{{#if:{{{death_cause|}}}|{{#if:{{{death_date|}}}{{{death_place|}}}|<br />}}{{{death_cause}}}}}
+
| data2      = {{br separated entries
 +
    |{{{death_date|}}}
 +
    |{{{death_place|}}}
 +
    |{{{death_cause|}}}
 +
  }}
 
| label3    = Profession
 
| label3    = Profession
 
| class3    = role
 
| class3    = role

Revision as of 23:12, 28 October 2010

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[view] [edit] [history] [purge]

{{Infobox medical details}} may be used to add information about an individual's medical career to {{infobox person}}. Note that for scientists {{infobox scientist}} should be used.

Usage

This infobox may be added by copy-pasting the template as shown below into an article.

{{Infobox person
| name        = ** Use whatever fields you wish
| image       = ** from the usual {{infobox person}}
| nationality = ** here: this is just a sample.
| birth_place = ** Medical information is included
| education   = ** in the module below

| module      = {{Infobox medical details
| profession        = 
| field             = 
| work_institutions = 
| specialism        = 
| research_field    = 
| notable_works     = 
| prizes            = 
}}
}}

Parameters

profession
State if they are a doctor, surgeon, nurse or other
field
State if they are a heart surgeon, physician etc.
work_institutions
Insert key institutions, universities, and/or companies where they are/were employed
specialism
For example, "organ transplants"
research_field
prizes
Insert most notable prizes and medals

Microformats

Template:UF-hcard-person