Template:Publisher Infobox: Difference between revisions

From 2d4chan
Jump to navigation Jump to search
1d4chan>Tgcodefag
No edit summary
1d4chan>Tgcodefag
No edit summary
Line 11: Line 11:
{{#if:{{{year|}}}|
{{#if:{{{year|}}}|
     <tr>
     <tr>
         <th style="text-align: left; width: 9.2em">Year Established</th>
         <th style="text-align: left; width: 8.2em">Year Established</th>
         <td colspan="2" style="width: 10em">{{{year}}}</td>
         <td colspan="2" style="width: 11em">{{{year}}}</td>
     </tr>
     </tr>
}}
}}
{{#if:{{{notable|}}}|
{{#if:{{{notable|}}}|
     <tr>
     <tr>
         <th style="text-align: left; width: 9.2em">Notable Games</th>
         <th style="text-align: left; width: 8.2em">Notable Games</th>
         <td colspan="2" style="width: 10em">{{{notable}}}</td>
         <td colspan="2" style="width: 11em">{{{notable}}}</td>
     </tr>
     </tr>
}}
}}
{{#if:{{{website|}}}|
{{#if:{{{website|}}}|
     <tr>
     <tr>
         <th style="text-align: left; width: 9.2em">Website</th>
         <th style="text-align: left; width: 8.2em">Website</th>
         <td colspan="2" style="width: 10em">{{{website}}}</td>
         <td colspan="2" style="width: 11em">{{{website}}}</td>
     </tr>
     </tr>
}}
}}

Revision as of 03:13, 12 August 2008


The Publisher
Year Established 2008
Notable Games The Game
Website http://www.example.com


Usage

{{Publisher Infobox
|name = Publisher's Name
|logo = Publisher's Logo (No wider than 200px)
|year = Year Publisher Established
|notable = Notable Games the Publisher has Published
|website = Website of the Publisher
}}