Template:Game Infobox: Difference between revisions

From 2d4chan
Jump to navigation Jump to search
1d4chan>Tgcodefag
Added optional field for an image
1d4chan>Tgcodefag
Tweaking the layout
Line 16: Line 16:
{{#if:{{{playno|}}}|
{{#if:{{{playno|}}}|
     <tr>
     <tr>
         <th style="width:10.2em; text-align:left">No. of Players</th>
         <th style="width:8.2em; text-align:left">No. of Players</th>
         <td colspan="2" style="width:9em">{{{playno}}}</td>
         <td colspan="2" style="width:11em">{{{playno}}}</td>
     </tr>
     </tr>
}}
}}
{{#if:{{{time|}}}|
{{#if:{{{time|}}}|
     <tr>
     <tr>
         <th style="width:10.2em; text-align:left">Session Time</th>
         <th style="width:8.2em; text-align:left">Session Time</th>
         <td colspan="2" style="width:9em">{{{time}}}</td>
         <td colspan="2" style="width:11em">{{{time}}}</td>
     </tr>
     </tr>
}}
}}
{{#if:{{{authors|}}}|
{{#if:{{{authors|}}}|
     <tr>
     <tr>
         <th style="width:10.2em; text-align:left">Authors</th>
         <th style="width:8.2em; text-align:left">Authors</th>
         <td colspan="2" style="width:9em">{{{authors}}}</td>
         <td colspan="2" style="width:11em">{{{authors}}}</td>
     </tr>
     </tr>
}}
}}
{{#if:{{{year|}}}|
{{#if:{{{year|}}}|
     <tr>
     <tr>
         <th style="width:10.2em; text-align:left">First Publication</th>
         <th style="width:8.2em; text-align:left">First Publication</th>
         <td colspan="2" style="width:9em">{{{year}}}</td>
         <td colspan="2" style="width:11em">{{{year}}}</td>
     </tr>
     </tr>
}}
}}
{{#if:{{{books|}}}|
{{#if:{{{books|}}}|
     <tr>
     <tr>
         <th style="width:10.2em; text-align:left">Essential Books</th>
         <th style="width:8.2em; text-align:left">Essential Books</th>
         <td colspan="2" style="width:9em">{{{books}}}</td>
         <td colspan="2" style="width:11em">{{{books}}}</td>
     </tr>
     </tr>
}}
}}

Revision as of 02:59, 11 August 2008


The Game
RPG published by
Nobody
No. of Players 1
Session Time 1 hour
Authors Nobody
First Publication 2008
Essential Books None


Usage

{{Game Infobox
|name = Game Name
|picture = Image Representing Game or Corebook (Should be no wider than 200px)
|type = Type of Game
|playno = Typical Number of Players
|time = Average Time per Game
|publisher = Publisher of Game
|authors = Authors of Game
|year = Date of First Publication
|books = Books Essential for Basic Play
}}

(All fields are optional)