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 |
||
| 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 70: | Line 70: | ||
</table> | </table> | ||
</includeonly> | </includeonly> | ||