Template:Infobox scientist: Difference between revisions
From WikiMD's Wellness Encyclopedia
Tag: Undo |
No edit summary |
||
| Line 20: | Line 20: | ||
<!-- Personal Information --> | <!-- Personal Information --> | ||
<table style="width: 100%; border-spacing: 0; margin: 0; padding: 0;"> | <table style="width: 100%; border-spacing: 0; margin: 0; padding: 0; text-align: left;"> | ||
{{#if: {{{birth_name|}}} | <tr><th>Birth name</th><td>{{{birth_name}}}</td></tr> }} | {{#if: {{{birth_name|}}} | <tr><th style="padding: 5px; text-align: left;">Birth name</th><td style="padding: 5px;">{{{birth_name}}}</td></tr> }} | ||
{{#if: {{{birth_date|}}} | <tr><th>Born</th><td>{{{birth_date}}}</td></tr> }} | {{#if: {{{birth_date|}}} | <tr><th style="padding: 5px; text-align: left;">Born</th><td style="padding: 5px;">{{{birth_date}}}</td></tr> }} | ||
{{#if: {{{birth_place|}}} | <tr><th>Birth place</th><td>{{{birth_place}}}</td></tr> }} | {{#if: {{{birth_place|}}} | <tr><th style="padding: 5px; text-align: left;">Birth place</th><td style="padding: 5px;">{{{birth_place}}}</td></tr> }} | ||
{{#if: {{{death_date|}}} | <tr><th>Died</th><td>{{{death_date}}}</td></tr> }} | {{#if: {{{death_date|}}} | <tr><th style="padding: 5px; text-align: left;">Died</th><td style="padding: 5px;">{{{death_date}}}</td></tr> }} | ||
{{#if: {{{death_place|}}} | <tr><th>Place of death</th><td>{{{death_place}}}</td></tr> }} | {{#if: {{{death_place|}}} | <tr><th style="padding: 5px; text-align: left;">Place of death</th><td style="padding: 5px;">{{{death_place}}}</td></tr> }} | ||
{{#if: {{{nationality|}}} | <tr><th>Nationality</th><td>{{{nationality}}}</td></tr> }} | {{#if: {{{nationality|}}} | <tr><th style="padding: 5px; text-align: left;">Nationality</th><td style="padding: 5px;">{{{nationality}}}</td></tr> }} | ||
{{#if: {{{occupation|}}} | <tr><th>Occupation</th><td>{{{occupation}}}</td></tr> }} | {{#if: {{{occupation|}}} | <tr><th style="padding: 5px; text-align: left;">Occupation</th><td style="padding: 5px;">{{{occupation}}}</td></tr> }} | ||
{{#if: {{{known_for|}}} | <tr><th>Known for</th><td>{{{known_for}}}</td></tr> }} | {{#if: {{{known_for|}}} | <tr><th style="padding: 5px; text-align: left;">Known for</th><td style="padding: 5px;">{{{known_for}}}</td></tr> }} | ||
{{#if: {{{spouse|}}} | <tr><th>Spouse(s)</th><td>{{{spouse}}}</td></tr> }} | {{#if: {{{spouse|}}} | <tr><th style="padding: 5px; text-align: left;">Spouse(s)</th><td style="padding: 5px;">{{{spouse}}}</td></tr> }} | ||
{{#if: {{{children|}}} | <tr><th>Children</th><td>{{{children}}}</td></tr> }} | {{#if: {{{children|}}} | <tr><th style="padding: 5px; text-align: left;">Children</th><td style="padding: 5px;">{{{children}}}</td></tr> }} | ||
{{#if: {{{awards|}}} | <tr><th>Awards</th><td>{{{awards}}}</td></tr> }} | {{#if: {{{awards|}}} | <tr><th style="padding: 5px; text-align: left;">Awards</th><td style="padding: 5px;">{{{awards}}}</td></tr> }} | ||
{{#if: {{{website|}}} | <tr><th>Website</th><td> | {{#if: {{{website|}}} | <tr><th style="padding: 5px; text-align: left;">Website</th><td style="padding: 5px;"><a href="{{{website}}}" target="_blank">Official website</a></td></tr> }} | ||
</table> | </table> | ||
| Line 82: | Line 82: | ||
== Notes == | == Notes == | ||
* Fields left empty will not be displayed. | * Fields left empty will not be displayed. | ||
* | * Ensure images are uploaded to the wiki. | ||
</noinclude> | </noinclude> | ||
Revision as of 16:40, 18 December 2024
Usage
This template provides an infobox for people (biographies) without requiring Lua.
Example
{{Infobox person
| name = John Doe
| image = Example.jpg
| caption = A picture of John Doe
| birth_name = Johnathan Doe
| birth_date = 1 January 1980
| birth_place = New York City, U.S.
| death_date = 2 February 2050
| death_place = Los Angeles, California, U.S.
| nationality = American
| occupation = Software Engineer
| known_for = Inventing cool things
| spouse = Jane Doe
| children = 2
| awards = Best Engineer Award
| website = https://example.com
}}Parameters
- `name` - Full name of the person (displayed at the top).
- `image` - Filename of the person's image.
- `caption` - Caption for the image.
- `birth_name` - Person's birth name.
- `birth_date` - Date of birth.
- `birth_place` - Place of birth.
- `death_date` - Date of death.
- `death_place` - Place of death.
- `nationality` - Nationality.
- `occupation` - Primary occupation.
- `known_for` - Notable achievements.
- `spouse` - Spouse(s).
- `children` - Number or names of children.
- `awards` - Awards received.
- `website` - URL to their official website.
Notes
- Fields left empty will not be displayed.
- Ensure images are uploaded to the wiki.