Template:Infobox person: Difference between revisions
From Jinkley Wiki
Jump to navigationJump to search
Created page with "{{Infobox | name = {{{name|Unknown}}} | image = {{{image|}}} | caption = {{{caption|}}} | birth_name = {{{birth_name|}}} | birth_date = {{{birth_date|}}} | birth_place = {{{birth_place|}}} | occupation = {{{occupation|}}} | years_active = {{{years_active|}}} | known_for = {{{known_for|}}} | notable_works = {{{notable_works|}}} | website = {{{website|}}} }}" |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{ | {| class="infobox" style="float:right; width:260px; border:1px solid #aaa; background:#f9f9f9; padding:10px;" | ||
| | |- | ||
| | ! colspan="2" style="text-align:center; font-size:16px;" | {{{name|Unknown}}} | ||
| | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{image|}}}|250px]] | |||
|- | |||
! Birth name | |||
| {{{birth_name|}}} | |||
|- | |||
! Born | |||
| {{{birth_date|}}} | |||
|- | |||
! Birth place | |||
| {{{birth_place|}}} | |||
|- | |||
! Occupation | |||
| {{{occupation|}}} | |||
|- | |||
! Years active | |||
| {{{years_active|}}} | |||
|- | |||
! Known for | |||
| {{{known_for|}}} | |||
|} | |||
<div style="clear: both;"></div> | |||
<noinclude>[[Category:Templates]] | |||
== Example == | |||
{{Infobox person | |||
| | | name = David "Kawaqii" Butler | ||
| | | image = KawaqiiChopped.png | ||
| caption = Butler in 2026 | |||
| | | birth_name = David Butler | ||
| birth_date = {{Redtext|''Disputed''}} | |||
| birth_place = Chicago | |||
| occupation = GD Youtuber | |||
| years_active = 2014-present | |||
| known_for = Zoink coming out as a furry to him | |||
}} | |||
Template code: | |||
<pre> | |||
{{Infobox person | |||
| name = David "Kawaqii" Butler | |||
| image = KawaqiiChopped.png | |||
| caption = Butler in 2026 | |||
| birth_name = David Butler | |||
| birth_date = {{Redtext|''Disputed''}} | |||
| birth_place = Chicago | |||
| occupation = GD Youtuber | |||
| years_active = 2014-present | |||
| known_for = Zoink coming out as a furry to him | |||
}} | }} | ||
</pre> | |||
Latest revision as of 22:36, 30 April 2026
| Unknown | |
|---|---|
| [[File:|250px]] | |
| Birth name | |
| Born | |
| Birth place | |
| Occupation | |
| Years active | |
| Known for | |
Example
[edit]| David "Kawaqii" Butler | |
|---|---|
| Birth name | David Butler |
| Born | Disputed |
| Birth place | Chicago |
| Occupation | GD Youtuber |
| Years active | 2014-present |
| Known for | Zoink coming out as a furry to him |
Template code:
{{Infobox person
| name = David "Kawaqii" Butler
| image = KawaqiiChopped.png
| caption = Butler in 2026
| birth_name = David Butler
| birth_date = {{Redtext|''Disputed''}}
| birth_place = Chicago
| occupation = GD Youtuber
| years_active = 2014-present
| known_for = Zoink coming out as a furry to him
}}