Template:Person Infobox: Difference between revisions

From bypassly wiki
test :skull:
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
<table class="infobox-table">{{#if:{{{specialty|}}}|<tr>
     <th>Parameter 1</th>
     <th>Specialty</th>
     <td>{{{param1}}}</td>
     <td>{{{specialty}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{realness|}}}|<tr>
     <th>Parameter 2</th>
     <th>Realness</th>
     <td>{{{param2}}}</td>
     <td>{{{realness}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{param3|}}}|<tr>
     <th>Parameter 3</th>
     <th>Parameter 3</th>

Latest revision as of 00:48, 7 July 2024

Person Infobox