Template:PersonInfobox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<infobox layout="stacked"> <title source="title"/> <image source="image"> <caption source="caption"/> </image> <data source="name"> <label>Name</label> </data> <data source="date_of_birth"> <label>Date of birth</label> </data> <data source="birthplace"> <label>Birthplace</label> </data> <data> <default>[https://twitter.com/{{{twitter}}} Twitter profile]</default> </data> </infobox> <noinclude> == Example usage == <pre> {{PersonInfobox | title= | ima...") |
m (→Example usage: filled out example fields for the display here to show fully) |
||
Line 29: | Line 29: | ||
<pre> | <pre> | ||
{{PersonInfobox | {{PersonInfobox | ||
| title= | | title=person name | ||
| image= | | image=image | ||
| caption= | | caption=image caption | ||
| name= | | name=person name | ||
| date_of_birth= | | date_of_birth=date of birth | ||
| birthplace= | | birthplace=birthplace | ||
| twitter= | | twitter=twitter URL | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 18:24, 19 July 2022
Example usage
{{PersonInfobox | title=person name | image=image | caption=image caption | name=person name | date_of_birth=date of birth | birthplace=birthplace | twitter=twitter URL }}