Difference between revisions of "Template:Infobox"

From The Wiki
Jump to navigation Jump to search
 
(17 intermediate revisions by 2 users 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:{{{image}}}|300px]]</div>}}
 
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-quote"><i>"I have a gun!</i></div>
 
  
 
<table style="width: 100%; border-bottom: 1px solid #ddd;">
 
<table style="width: 100%; border-bottom: 1px solid #ddd;">
 
{{#if:{{{dob|}}}|<tr>
 
{{#if:{{{dob|}}}|<tr>
     <th>Date of Birth</th>
+
     <th>Birthday</th>
 
     <td>{{{dob}}}</td>
 
     <td>{{{dob}}}</td>
 
</tr>}}{{#if:{{{Location|}}}|<tr>
 
</tr>}}{{#if:{{{Location|}}}|<tr>
 
     <th>Location</th>
 
     <th>Location</th>
 
     <td>{{{Location}}}</td>
 
     <td>{{{Location}}}</td>
 +
</tr>}}{{#if:{{{partner|}}}|<tr>
 +
    <th>Partner(s)</th>
 +
    <td>{{{partner}}}</td>
 +
</tr>}}{{#if:{{{Aliases|}}}|<tr>
 +
    <th> Aliases</th>
 +
    <td>{{{Aliases}}}</td>
 +
</tr>}}{{#if:{{{Favorite Games|}}}|<tr>
 +
    <th> Favorite Games</th>
 +
    <td>{{{Favorite Games}}}</td>
 
</tr>}}{{#if:{{{Telegram|}}}|<tr>
 
</tr>}}{{#if:{{{Telegram|}}}|<tr>
 
     <th>[[File:telegramicon.webp|16px]] Telegram</th>
 
     <th>[[File:telegramicon.webp|16px]] Telegram</th>
Line 17: Line 25:
 
     <th>[[File:slicon.png|16px]] SL Handle</th>
 
     <th>[[File:slicon.png|16px]] SL Handle</th>
 
     <td>[http://my.secondlife.com/{{{slname}}} {{{slname}}}]</td>
 
     <td>[http://my.secondlife.com/{{{slname}}} {{{slname}}}]</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
+
</tr>}}{{#if:{{{Phone|}}}|<tr>
     <th>Parameter 5</th>
+
     <th>Phone</th>
     <td>{{{param5}}}</td>
+
     <td>{{{Phone}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Latest revision as of 02:10, 21 May 2022

Infobox