Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox-Slot: Difference between revisions

Template page
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


<!-- Title -->
<!-- Title -->
<tr>
{{#if:{{{title|}}}|
<th colspan="2" class="infobox-title">
  <caption class="infobox-title">{{{title}}}</caption>
{{#if:{{{title|}}}|{{{title}}}|{{{slot_name|This Slot}}} Quick Facts}}
|
</th>
  <caption class="infobox-title">{{{slot_name|This Slot}}} Quick Facts</caption>
</tr>
}}


<!-- Logo -->
<!-- Logo -->
Line 64: Line 64:


<tr>
<tr>
<th>Last Update</th>
<th>Last Updated</th>
<td>{{{last_update|N/A}}}</td>
<td>{{#time:d.m.Y|{{REVISIONTIMESTAMP}}}}</td>
</tr>
</tr>


</table>
</table>
</includeonly>
</includeonly>