Template:Game Infobox: Difference between revisions

From 2d4chan
Jump to navigation Jump to search
1d4chan>Tgcodefag
Added field for rule systems for RPGs
1d4chan>Tgcodefag
No edit summary
Line 16: Line 16:
{{#if:{{{system|}}}|
{{#if:{{{system|}}}|
     <tr>
     <tr>
         <th style="width:8.2em; text-align:left">Rule System</th>
         <th style="width:8.2em; text-align:left; vertical-align: top">Rule System</th>
         <td colspan="2" style="width:11em">{{{system}}}</td>
         <td colspan="2" style="width:11em">{{{system}}}</td>
     </tr>
     </tr>
Line 22: Line 22:
{{#if:{{{playno|}}}|
{{#if:{{{playno|}}}|
     <tr>
     <tr>
         <th style="width:8.2em; text-align:left">No. of Players</th>
         <th style="width:8.2em; text-align:left; vertical-align: top">No. of Players</th>
         <td colspan="2" style="width:11em">{{{playno}}}</td>
         <td colspan="2" style="width:11em">{{{playno}}}</td>
     </tr>
     </tr>
Line 28: Line 28:
{{#if:{{{time|}}}|
{{#if:{{{time|}}}|
     <tr>
     <tr>
         <th style="width:8.2em; text-align:left">Session Time</th>
         <th style="width:8.2em; text-align:left; vertical-align: top">Session Time</th>
         <td colspan="2" style="width:11em">{{{time}}}</td>
         <td colspan="2" style="width:11em">{{{time}}}</td>
     </tr>
     </tr>
Line 34: Line 34:
{{#if:{{{authors|}}}|
{{#if:{{{authors|}}}|
     <tr>
     <tr>
         <th style="width:8.2em; text-align:left">Authors</th>
         <th style="width:8.2em; text-align:left; vertical-align: top">Authors</th>
         <td colspan="2" style="width:11em">{{{authors}}}</td>
         <td colspan="2" style="width:11em">{{{authors}}}</td>
     </tr>
     </tr>
Line 40: Line 40:
{{#if:{{{year|}}}|
{{#if:{{{year|}}}|
     <tr>
     <tr>
         <th style="width:8.2em; text-align:left">First Publication</th>
         <th style="width:8.2em; text-align:left; vertical-align: top">First Publication</th>
         <td colspan="2" style="width:11em">{{{year}}}</td>
         <td colspan="2" style="width:11em">{{{year}}}</td>
     </tr>
     </tr>
Line 46: Line 46:
{{#if:{{{books|}}}|
{{#if:{{{books|}}}|
     <tr>
     <tr>
         <th style="width:8.2em; text-align:left">Essential Books</th>
         <th style="width:8.2em; text-align:left; vertical-align: top">Essential Books</th>
         <td colspan="2" style="width:11em">{{{books}}}</td>
         <td colspan="2" style="width:11em">{{{books}}}</td>
     </tr>
     </tr>

Revision as of 03:24, 12 August 2008


The Game
RPG published by
Nobody
Rule System D20
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
|system = Rule System the Game Uses (e.g. D20)
|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)