Template:Person: Difference between revisions
 |
Cdjensen94 (talk | contribs) |
||
| 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 31: | Line 35: | ||
</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": {} | |||
} | |||
} | |||
</templatedata></noinclude> | |||
Revision as of 08:15, 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 |
| url | url | no description | Unknown | optional |
| website | website | no description | Unknown | 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 |
| company | company | no description | Unknown | optional |
| project | project | no description | Unknown | optional |