Template:Person: Difference between revisions
 |
Cdjensen94 (talk | contribs) Â |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> | ||
| Line 5: | Line 6: | ||
<image source="image"/> | <image source="image"/> | ||
<header>Information</header> | <header>Information</header> | ||
<data source="birthday"> | Â Â <data source="username"> | ||
<label>Username</label> | |||
</data> | |||
  <data source="birthday"> | |||
<label>Birthday</label> | <label>Birthday</label> | ||
</data> | </data> | ||
| Line 19: | Line 23: | ||
<data source="universes"> | <data source="universes"> | ||
<label>Universe(s) Created</label> | <label>Universe(s) Created</label> | ||
</data> | |||
  <data source="couniverses"> | |||
<label>Universe(s) Co-Created</label> | |||
</data> | </data> | ||
<data source="role"> | <data source="role"> | ||
| Line 31: | Line 38: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
[[Category:Infobox templates]] [[Category:Templates]] | |||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"aliases": [ | |||
"title" | |||
] | |||
}, | |||
"url": {}, | |||
"website": {}, | |||
"username": {}, | |||
"birthday": {}, | |||
"education": {}, | |||
"occupation": {}, | |||
"role": {}, | |||
"universes": {}, | |||
"company": {}, | |||
"project": {}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"couniverses": {} | |||
}, | |||
"format": "block", | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"username", | |||
"birthday", | |||
"education", | |||
"occupation", | |||
"role", | |||
"universes", | |||
"couniverses", | |||
"company", | |||
"project", | |||
"url", | |||
"website" | |||
] | |||
} | |||
</templatedata></noinclude> | |||
Latest revision as of 08:32, 27 December 2025
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |
Example Usage
{{Person
| name = Joe Doe
| image = Mannequin.png
| imagecaption = Joe Doe
| url = http://somesite.com
| website = something.com
| username = jdoe69
| birthday = Jan. 01
| education = PHD
| occupation = Post Hole Digger
| role = Digs Holes
| universes = N/A
| company = Joe's Holes
| project = Mailbox Holes
}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name title | no description | Unknown | optional |
| image | image | no description | File | optional |
| username | username | no description | Unknown | optional |
| birthday | birthday | no description | Unknown | optional |
| education | education | no description | Unknown | optional |
| occupation | occupation | no description | Unknown | optional |
| role | role | no description | Unknown | optional |
| universes | universes | no description | Unknown | optional |
| couniverses | couniverses | no description | Unknown | optional |
| company | company | no description | Unknown | optional |
| project | project | no description | Unknown | optional |
| url | url | no description | Unknown | optional |
| website | website | no description | Unknown | optional |