Template:Infobox scientist: Difference between revisions
From WikiMD's Wellness Encyclopedia
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="border: 1px solid #a2a9b1; background-color: #f9f9f9; padding: 5px; float: right; clear: right; margin: 0 0 1em 1em; width: 22em; font-size: 90%;"> | |||
<!-- Title --> | |||
<div style="background-color: #f8f9fa; text-align: center; font-weight: bold; font-size: 110%;"> | |||
{{{name|Unnamed person}}} | |||
</div> | |||
| | <!-- Image --> | ||
{{#if: {{{image|}}} | | |||
<div style="text-align: center; margin: 5px 0;"> | |||
[[File:{{{image}}}|{{{image_size|frameless}}}|alt={{{alt|}}}]] | |||
</div>}} | |||
<!-- Caption --> | |||
{{#if: {{{caption|}}} | | |||
<div style="text-align: center; font-size: 90%;"> | |||
{{{caption}}} | |||
</div>}} | |||
| | |||
<!-- Personal Information --> | |||
<table style="width: 100%; border-spacing: 0; margin: 0; padding: 0; text-align: left;"> | |||
{{#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 style="padding: 5px; text-align: left;">Born</th><td style="padding: 5px;">{{{birth_date}}}</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 style="padding: 5px; text-align: left;">Died</th><td style="padding: 5px;">{{{death_date}}}</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 style="padding: 5px; text-align: left;">Nationality</th><td style="padding: 5px;">{{{nationality}}}</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 style="padding: 5px; text-align: left;">Known for</th><td style="padding: 5px;">{{{known_for}}}</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 style="padding: 5px; text-align: left;">Children</th><td style="padding: 5px;">{{{children}}}</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 style="padding: 5px; text-align: left;">Website</th><td style="padding: 5px;"><a href="{{{website}}}" target="_blank">Official website</a></td></tr> }} | |||
</table> | |||
</div> | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
This template provides an infobox for | 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 === | === Parameters === | ||
* `name` - | * `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. | |||
</noinclude> | </noinclude> | ||
Revision as of 18:24, 6 January 2025
Usage
This template provides an infobox for people (biographies) without requiring Lua.
Example
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.