Jump to content

Template:Infobox: Difference between revisions

From Doomsday Wrestling Wiki
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}}}|<tr..."
 
No edit summary
Line 1: Line 1:
<div class="infobox">
<table class="infobox vcard">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<caption class="infobox-title" style="font-size:125%;">
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="fn">{{{title|{{PAGENAME}}}}}</div>
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
</caption>
    <th>Parameter 1</th>
<tbody>
    <td>{{{param1}}}</td>
{{#if:{{{image|}}}|<tr>
</tr>}}{{#if:{{{param2|}}}|<tr>
<td colspan="2" class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</td>
    <th>Parameter 2</th>
</tr>}}
    <td>{{{param2}}}</td>
<tr>
</tr>}}{{#if:{{{param3|}}}|<tr>
<th colspan="2" class="infobox-header" style="background:#CCCC99; color:black;">Personal Information</th>
    <th>Parameter 3</th>
</tr>
    <td>{{{param3}}}</td>
{{#if:{{{param1|}}}|<tr>
</tr>}}{{#if:{{{param4|}}}|<tr>
<th>Parameter 1</th>
    <th>Parameter 4</th>
<td>{{{param1}}}</td>
    <td>{{{param4}}}</td>
</tr>}}
</tr>}}{{#if:{{{param5|}}}|<tr>
<tr>
    <th>Parameter 5</th>
<th>Nickname(s)</th>
    <td>{{{param5}}}</td>
<td>{{{nicknames}}}</td>
</tr>}}</table>
</tr>
</div>
<tr>
<th>Born</th>
<td><span class="nickname">{{{birth_name}}}</span><br/>
<span class="nickname">{{{birth_date}}}</span><br/>
<span class="nickname">{{{birth_place}}}</span>
</td>
</tr>
<tr>
<th>Nationality</th>
<td>{{{nationality}}}</td>
</tr>
<tr>
<th>Died</th>
<td><span class="nickname">{{{death_date}}}</span><br/>
<span class="nickname">{{{death_place}}}</span>
</td>
</tr>
<tr>
<th>Spouse</th>
<td>{{{spouse}}}</td>
</tr>
<tr>
<th>Children</th>
<td>{{{children}}}</td>
</tr>
<tr>
<th>Other Relatives</th>
<td>{{{relatives}}}</td>
</tr>
 
<tr>
<th colspan="2" class="infobox-header" style="background:#CCCC99; color:black;">Wrestling Career</th>
</tr>
<tr>
<th>Height</th>
<td>{{{height}}}</td>
</tr>
<tr>
<th>Weight</th>
<td>{{{weight}}}</td>
</tr>
<tr>
<th>Billed From</th>
<td>{{{billed}}}</td>
</tr>
<tr>
<th>Trained by</th>
<td>{{{trainer}}}</td>
</tr>
<tr>
<th>Debut</th>
<td>{{{debut}}}</td>
</tr>
<tr>
<th>Retired</th>
<td>{{{retired}}}</td>
</tr>
<tr>
<th>Record</th>
<td>{{{record}}}</td>
</tr>
<tr>
<th>Achievements</th>
<td>{{{achievements}}}</td>
</tr>
<tr>
<th colspan="2" class="infobox-header" style="background:#CCCC99; color:black;">Managing Career</th>
</tr>
<tr>
<th>Managed</th>
<td>{{{managed}}}</td>
</tr>
<tr>
<th>Year(s)</th>
<td>{{{manager_years}}}</td>
</tr>
<tr>
<th colspan="2" class="infobox-header" style="background:#CCCC99; color:black;">Referee Career</th>
</tr>
<tr>
<th>Year(s)</th>
<td>{{{referee_years}}}</td>
</tr>
</tbody>
</table>

Revision as of 06:51, 5 January 2026

<tbody> </tbody>
Infobox
Personal Information
Nickname(s) {{{nicknames}}}
Born {{{birth_name}}}

{{{birth_date}}}
{{{birth_place}}}

Nationality {{{nationality}}}
Died {{{death_date}}}

{{{death_place}}}

Spouse {{{spouse}}}
Children {{{children}}}
Other Relatives {{{relatives}}}
Wrestling Career
Height {{{height}}}
Weight {{{weight}}}
Billed From {{{billed}}}
Trained by {{{trainer}}}
Debut {{{debut}}}
Retired {{{retired}}}
Record {{{record}}}
Achievements {{{achievements}}}
Managing Career
Managed {{{managed}}}
Year(s) {{{manager_years}}}
Referee Career
Year(s) {{{referee_years}}}