|
|
(2 intermediate revisions by 2 users not shown) |
Line 23: |
Line 23: |
| <data source="retired"><label>Retired</label></data> | | <data source="retired"><label>Retired</label></data> |
| </group> | | </group> |
| </infobox> | | </infobox><noinclude>{{Documentation}}</noinclude> |
| <noinclude> | |
| == Usage ==
| |
| <pre>
| |
| {{Infobox wrestler
| |
| |name =
| |
| |image =
| |
| |caption =
| |
| |names =
| |
| |height =
| |
| |weight =
| |
| |birth_date =
| |
| |birth_place =
| |
| |death_date =
| |
| |death_place =
| |
| |resides =
| |
| |billed =
| |
| |trainer =
| |
| |debut =
| |
| |retired =
| |
| }}
| |
| </pre>
| |
| | |
| == Options ==
| |
| * <code>name</code> - The person's birth (or legal) name.
| |
| * <code>names</code> - Known ring names separated by the <br> tag.
| |
| * <code>image</code> - The image filename
| |
| * <code>height</code> - Wrestler's height; example: ''5 ft 11 in (179 cm)'' (round it to the nearest centimeter).
| |
| * <code>weight</code> - Wrestler's weight; example: ''234 lb (108 kg)''.
| |
| * <code>birth_date</code> - Date or year of birth.
| |
| * <code>birth_place</code> - Birthplace or hometown – do not include country.
| |
| * <code>death_date</code> - Date or year of death.
| |
| * <code>death_place</code> - Place of death.
| |
| * <code>resides</code> - Current place of residence (leave blank if dead).
| |
| * <code>billed</code> - Location billed by the promoter.
| |
| * <code>trainer</code> - Trainers' names separated by the <br> tag —wikilink the names if adequate.
| |
| * <code>debut</code> - Date or year of professional debut.
| |
| * <code>retired</code> - Date or year of '''permanent''' retirement.
| |
| | |
| == Preview ==
| |
| {{Infobox wrestler | |
| | name = Nathan Joseph Wallace
| |
| | image = Placeholder person.png
| |
| | caption = Placehold image
| |
| | names = "the Next Generation" "the Fighting Pride of Clinton" "the Greatest combat athlete of this Generation" "the Prince of Autism"
| |
| | height = 5'11 1/2
| |
| | weight = 220 lbs
| |
| | birth_date = June 4th 1990
| |
| | birth_place = Terre Haute, Indiana
| |
| | death_date = unknown
| |
| | death_place = unknown
| |
| | resides = Clinton, Indiana
| |
| | billed = the Great Fighting Town of Clinton, Indiana
| |
| | trainer = Tony "the Duke" Evhers
| |
| | debut = November 1991
| |
| | retired = unkwown
| |
| }} | |
| [{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview]
| |
| <pre>
| |
| {{Infobox wrestler
| |
| | name = Nathan Joseph Wallace
| |
| | image = Placeholder person.png
| |
| | caption = Placehold image
| |
| | names = "the Next Generation" "the Fighting Pride of Clinton" "the Greatest combat athlete of this Generation" "the Prince of Autism"
| |
| | height = 5'11 1/2
| |
| | weight = 220 lbs
| |
| | birth_date = June 4th 1990
| |
| | birth_place = Terre Haute, Indiana
| |
| | death_date = unknown
| |
| | death_place = unknown
| |
| | resides = Clinton, Indiana
| |
| | billed = the Great Fighting Town of Clinton, Indiana
| |
| | trainer = Tony "the Duke" Evhers
| |
| | debut = November 1991
| |
| | retired = unkwown
| |
| }}
| |
| </pre>
| |
| </noinclude> | |
<infobox>
<title source="name"><default>Infobox wrestler</default></title>
<image source="image">
</image>
<group>
<header>Statistics</header>
<label>Ring names</label>
<label> Height</label>
<label>Weight</label>
<label>Born</label>
<format>{{{birth_date}}} {{#if: |
{{{birth_place}}} }}</format>
<label>Died</label>
<format>{{{death_date}}} {{#if: |
{{{death_place}}} }}</format>
<label>Resides</label>
<label>Billed from</label>
<label>Trainer</label>
<label>Debut</label>
<label>Retired</label>
</group>
</infobox>Template:Documentation