Template:Infobox scientist: Difference between revisions
From WikiMD's Medical Encyclopedia
No edit summary |
CSV import Tag: Reverted |
||
| Line 1: | Line 1: | ||
{{Infobox | |||
| name = | |||
| image = | |||
| image_size = | |||
| alt = | |||
| caption = | |||
| birth_date = | |||
| birth_place = | |||
| death_date = | |||
| death_place = | |||
| nationality = | |||
| fields = | |||
| workplaces = | |||
| alma_mater = | |||
| doctoral_advisor = | |||
| doctoral_students = | |||
| known_for = | |||
| awards = | |||
| signature = | |||
}} | |||
<!-- | <!-- Template documentation --> | ||
<noinclude> | |||
< | {{documentation}} | ||
== Usage == | |||
This template is used to create an infobox for a scientist. It should be placed at the top of the article. | |||
== Parameters == | |||
== | * '''name''': The full name of the scientist. | ||
* '''image''': An image of the scientist (use the file name, e.g., "Example.jpg"). | |||
* '''image_size''': The size of the image (optional). | |||
* '''alt''': Alt text for the image (optional). | |||
* '''caption''': A caption for the image (optional). | |||
* '''birth_date''': The birth date of the scientist. | |||
* '''birth_place''': The birth place of the scientist. | |||
* '''death_date''': The death date of the scientist (if applicable). | |||
* '''death_place''': The death place of the scientist (if applicable). | |||
* '''nationality''': The nationality of the scientist. | |||
* '''fields''': The fields of study the scientist is known for. | |||
* '''workplaces''': The institutions where the scientist has worked. | |||
* '''alma_mater''': The universities or colleges the scientist attended. | |||
* '''doctoral_advisor''': The doctoral advisor of the scientist (if applicable). | |||
* '''doctoral_students''': Notable doctoral students of the scientist (if applicable). | |||
* '''known_for''': What the scientist is known for. | |||
* '''awards''': Awards received by the scientist. | |||
* '''signature''': An image of the scientist's signature (use the file name, e.g., "Signature.jpg"). | |||
== Example == | |||
< | <pre> | ||
{{Infobox | {{Infobox scientist | ||
| name | | name = Albert Einstein | ||
| image | | image = Albert_Einstein_1921.jpg | ||
| | | image_size = 200px | ||
| | | alt = | ||
| birth_date | | caption = Einstein in 1921 | ||
| birth_place | | birth_date = {{birth date|1879|3|14|df=y}} | ||
| death_date | | birth_place = Ulm, Kingdom of Württemberg, German Empire | ||
| death_place | | death_date = {{death date and age|1955|4|18|1879|3|14|df=y}} | ||
| nationality | | death_place = Princeton, New Jersey, U.S. | ||
| | | nationality = German, Swiss, American | ||
| | | fields = Physics | ||
| | | workplaces = [[University of Zurich]], [[Prussian Academy of Sciences]], [[Institute for Advanced Study]] | ||
| | | alma_mater = [[ETH Zurich]] | ||
| awards | | doctoral_advisor = [[Alfred Kleiner]] | ||
| | | doctoral_students = [[Ernst G. Straus]], [[Nathan Rosen]] | ||
| known_for = [[Theory of relativity]], [[E=mc²]] | |||
| awards = [[Nobel Prize in Physics]] (1921) | |||
| signature = Albert_Einstein_Signature.svg | |||
}} | }} | ||
</ | </pre> | ||
== | == See also == | ||
* | * [[Wikipedia:WikiProject Biography]] | ||
* | * [[Wikipedia:Manual of Style/Infoboxes]] | ||
[[Category:Infobox templates|Scientist]] | |||
[[Category:Science templates]] | |||
</noinclude> | </noinclude> | ||
Revision as of 16:19, 18 December 2024
Usage
This template is used to create an infobox for a scientist. It should be placed at the top of the article.
Parameters
- name: The full name of the scientist.
- image: An image of the scientist (use the file name, e.g., "Example.jpg").
- image_size: The size of the image (optional).
- alt: Alt text for the image (optional).
- caption: A caption for the image (optional).
- birth_date: The birth date of the scientist.
- birth_place: The birth place of the scientist.
- death_date: The death date of the scientist (if applicable).
- death_place: The death place of the scientist (if applicable).
- nationality: The nationality of the scientist.
- fields: The fields of study the scientist is known for.
- workplaces: The institutions where the scientist has worked.
- alma_mater: The universities or colleges the scientist attended.
- doctoral_advisor: The doctoral advisor of the scientist (if applicable).
- doctoral_students: Notable doctoral students of the scientist (if applicable).
- known_for: What the scientist is known for.
- awards: Awards received by the scientist.
- signature: An image of the scientist's signature (use the file name, e.g., "Signature.jpg").
Example
{{Infobox scientist
| name = Albert Einstein
| image = Albert_Einstein_1921.jpg
| image_size = 200px
| alt =
| caption = Einstein in 1921
| birth_date = {{birth date|1879|3|14|df=y}}
| birth_place = Ulm, Kingdom of Württemberg, German Empire
| death_date = {{death date and age|1955|4|18|1879|3|14|df=y}}
| death_place = Princeton, New Jersey, U.S.
| nationality = German, Swiss, American
| fields = Physics
| workplaces = [[University of Zurich]], [[Prussian Academy of Sciences]], [[Institute for Advanced Study]]
| alma_mater = [[ETH Zurich]]
| doctoral_advisor = [[Alfred Kleiner]]
| doctoral_students = [[Ernst G. Straus]], [[Nathan Rosen]]
| known_for = [[Theory of relativity]], [[E=mc²]]
| awards = [[Nobel Prize in Physics]] (1921)
| signature = Albert_Einstein_Signature.svg
}}