Template:People: Difference between revisions
Jump to navigation
Jump to search
imported>HyperDuckSquared Created page with "<infobox> <title source="title1"/> <image source="image1"> <caption source="caption1"/> </image> <data source="born"> <label>Born</label> </data> <data sou..." |
imported>HyperDuckSquared No edit summary |
||
| Line 1: | Line 1: | ||
<infobox> | <infobox theme="togsmp"> | ||
<title source=" | <title source="name"/> | ||
<image | <data source="image" class="center"> | ||
< | <format><div style="text-align:center;">[[Image:{{{image}}}|{{{image_width|250}}}px]]<br/>''{{{image_caption| }}}''</div></format> | ||
</ | </data> | ||
<data source="born"> | <data source="born"> | ||
<label>Born</label> | <label>Born</label> | ||
| Line 52: | Line 52: | ||
<label>Notable Works</label> | <label>Notable Works</label> | ||
</data> | </data> | ||
<data source=" | <data source="spouses"> | ||
<label>Spouse(s)</label> | <label>Spouse(s)</label> | ||
</data> | </data> | ||
| Line 58: | Line 58: | ||
<label>Children</label> | <label>Children</label> | ||
</data> | </data> | ||
<data source=" | <data source="parents"> | ||
<label>Parent(s)</label> | <label>Parent(s)</label> | ||
</data> | </data> | ||
| Line 68: | Line 68: | ||
Example usage:<pre> | Example usage:<pre> | ||
{{People | {{People | ||
| | |name=Example | ||
| | |image=Example | ||
| | |image_caption=Example | ||
|image_width=250 | |||
|born=Example | |born=Example | ||
|died=Example | |died=Example | ||
| Line 87: | Line 88: | ||
|known_for=Example | |known_for=Example | ||
|notable_works=Example | |notable_works=Example | ||
| | |spouses=Example | ||
|children=Example | |children=Example | ||
| | |parents=Example | ||
|relatives=Example | |relatives=Example | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 16:25, 25 April 2018
<infobox theme="togsmp">
<title source="name"/>
<format>
[[Image:{{{image}}}|250px]]
</format>
<label>Born</label> <label>Died</label> <label>Cause of death</label> <label>Resting place</label> <label>Residence</label> <label>Nationality</label> <label>Citizenship</label> <label>Education</label> <label>Occupation</label> <label>Years active</label> <label>Genres</label> <label>Title</label> <label>Net worth</label> <label>Board member of</label> <label>Known for</label> <label>Notable Works</label> <label>Spouse(s)</label> <label>Children</label> <label>Parent(s)</label> <label>Relatives</label>
</infobox>
Example usage:
{{People
|name=Example
|image=Example
|image_caption=Example
|image_width=250
|born=Example
|died=Example
|cause_of_death=Example
|resting_place=Example
|residence=Example
|nationality=Example
|citizenship=Example
|education=Example
|occupation=Example
|years_active=Example
|genres=Example
|title=Example
|net_worth=Example
|board_member_of=Example
|known_for=Example
|notable_works=Example
|spouses=Example
|children=Example
|parents=Example
|relatives=Example
}}