Template:Infobox-Slot: Difference between revisions
Template page
More actions
Created page with "<includeonly> <table class="infobox infobox-slot"> <!-- Title --> <tr> <th colspan="2" class="infobox-title"> {{#if:{{{title|}}}|{{{title}}}|{{{slot_name|This Slot}}} Quick Facts}} </th> </tr> <!-- Logo --> {{#if:{{{slot_logo|}}}| <tr> <td colspan="2" style="text-align:center;"> {{{slot_logo}}} </td> </tr> }} <tr> <th>Slot Name</th> <td>{{{slot_name|N/A}}}</td> </tr> <tr> <th>Provider</th> <td>{{{provider|N/A}}}</td> </tr> <tr> <th>Slot Type</th> <td>{{{slot_type|N/..." |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
<!-- Title --> | <!-- Title --> | ||
{{#if:{{{title|}}}| | |||
<caption class="infobox-title">{{{title}}}</caption> | |||
{{#if:{{{title|}}}|{{{title}}}|{{{slot_name|This Slot}}} Quick Facts | | | ||
</ | <caption class="infobox-title">{{{slot_name|This Slot}}} Quick Facts</caption> | ||
}} | |||
<!-- Logo --> | <!-- Logo --> | ||
| Line 13: | Line 13: | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center;"> | <td colspan="2" style="text-align:center;"> | ||
{{{slot_logo}}} | [[File:{{{slot_logo}}}|150px|{{{slot_name|Slot}}} logo]] | ||
</td> | </td> | ||
</tr> | </tr> | ||
| Line 64: | Line 64: | ||
<tr> | <tr> | ||
<th>Last | <th>Last Updated</th> | ||
<td>{{{ | <td>{{#time:d.m.Y|{{REVISIONTIMESTAMP}}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</includeonly> | </includeonly> | ||