Template:Infobox Game: Difference between revisions

From Jedi Knight Wiki | JKHub
(Created page with "<includeonly> <table class="infobox" style="display: block;"> <!-- title (mandatory) --> <tr> <td colspan="2" style="text-align: center; font-size: 125%; font-weight:...")
 
mNo edit summary
 
Line 9: Line 9:
   {{#if:{{{image|}}}|
   {{#if:{{{image|}}}|
   <tr>
   <tr>
     <td colspan="2" style="text-align: center;">[[File:{{{image}}}|320px|center]]</td>
     <td colspan="2" style="text-align: center;">[[File:{{{image}}}|240px|center]]</td>
   </tr>
   </tr>
   }}
   }}
Line 33: Line 33:
   <tr>
   <tr>
     <th scope="row">Platform(s)</th>
     <th scope="row">Platform(s)</th>
     <td>{{{game|}}}</td>
     <td>{{{platform|}}}</td>
   </tr>
   </tr>
   }}
   }}

Latest revision as of 09:56, 4 May 2021



The Infobox for games is a simple way of summarizing information on a game.

Syntax[edit]

{{Infobox Game
| title = Game title
| image = image.jpg
| developer = Developer
| publisher = Publisher
| platform = Platforms
| relasedate = Date of release
| mode = [[Single player]], [[Multiplayer]]
}}