Difference between revisions of "Template:Infobox"

From Sinden Lightgun
Jump to navigation Jump to search
 
(43 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<noinclude>
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
 
{{infobox
 
{{infobox
 
|title = Title of the game  
 
|title = Title of the game  
|logo = Name_of_the_logo.png
+
|logo = Logo Png
 
|category = Windows Game, Arcade game, Console Game,
 
|category = Windows Game, Arcade game, Console Game,
 +
|gamename = Template:Infobox
 +
<!-- Game Name (same as page) for the Voting widget -->
 
|platform = Console or Arcade board (SNES , Naomi)
 
|platform = Console or Arcade board (SNES , Naomi)
 
|download = link to DL: [URL/ Text]
 
|download = link to DL: [URL/ Text]
Line 18: Line 21:
 
</noinclude>
 
</noinclude>
  
<table class="infobox" style="text-align: left; width: 300px; font-size: 100%; border-radius:10px; border: 1px black solid; overflow:hidden;">
+
<table class="infobox" style="text-align: left; width: 400px; font-size: 100%; border-radius:10px; border: 1px black solid; overflow:hidden;">
 
{{#if:{{{logo|}}}||
 
{{#if:{{{logo|}}}||
 
<tr>
 
<tr>
Line 25: Line 28:
 
{{#if:{{{logo|}}}|
 
{{#if:{{{logo|}}}|
 
<tr>
 
<tr>
<th class="infobox-logo" colspan="2" style="text-align: center;">[[File:{{{logo}}}|300px]]</div></th>
+
<th class="infobox-logo" colspan="2" style="text-align: center;">[[File:{{{logo}}}|300px]]</th>
 
</tr>}}
 
</tr>}}
 
<tr><th><br></th></tr>
 
<tr><th><br></th></tr>
Line 34: Line 37:
 
{{#if:{{{platform|}}}|
 
{{#if:{{{platform|}}}|
 
<tr>
 
<tr>
<td class="infoboxtd1strow"><b>Hardware:</b></td>
+
<td class="infoboxtd1strow"><i class="fa-solid fa-microchip"></i> <b>Hardware:</b></td>
 
<td>{{{platform}}}</td>
 
<td>{{{platform}}}</td>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{download|}}}|
 
{{#if:{{{download|}}}|
 
<tr>
 
<tr>
<td class="infoboxtd1strow"><b>Download:</b></td>
+
<td class="infoboxtd1strow"><i class="fa-solid fa-download"></i> <b>Download:</b></td>
 
<td>{{{download}}}</td>
 
<td>{{{download}}}</td>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{license|}}}|
 
{{#if:{{{license|}}}|
 
<tr>
 
<tr>
<td class="infoboxtd1strow"><b>License:</b></td>
+
<td class="infoboxtd1strow"><i class="fa-solid fa-money-bill-wave"></i> <b>License:</b></td>
 
<td>{{{license}}}</td>
 
<td>{{{license}}}</td>
 
</tr>}}
 
</tr>}}
Line 53: Line 56:
 
{{#if:{{{developer|}}}|
 
{{#if:{{{developer|}}}|
 
<tr>
 
<tr>
<td class="infoboxtd1strow"><b>Developer:</b></td>
+
<td class="infoboxtd1strow"><i class="fa-solid fa-pen-to-square"></i> <b>Developer:</b></td>
 
<td>{{{developer}}}</td>
 
<td>{{{developer}}}</td>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{release|}}}|
 
{{#if:{{{release|}}}|
 
<tr>
 
<tr>
<td class="infoboxtd1strow"><b>Release date:</b></td>
+
<td class="infoboxtd1strow"><i class="fa-solid fa-calendar-days"></i> <b>Released:</b></td>
 
<td>{{{release}}}</td>
 
<td>{{{release}}}</td>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{players|}}}|
 
{{#if:{{{players|}}}|
 
<tr>
 
<tr>
<td class="infoboxtd1strow"><b># of Players:</b></td>
+
<td class="infoboxtd1strow"><i class="fa-solid fa-users"></i> <b>Players:</b></td>
 
<td>{{{players}}}</td>
 
<td>{{{players}}}</td>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{type|}}}|
 
{{#if:{{{type|}}}|
 
<tr>
 
<tr>
<td class="infoboxtd1strow"><b>Type:</b></td>
+
<td class="infoboxtd1strow"><i class="fa-solid fa-bullseye"></i> <b>Type:</b></td>
 
<td>{{{type}}}</td>
 
<td>{{{type}}}</td>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{titleshot|}}}|
 
{{#if:{{{titleshot|}}}|
 
<tr>
 
<tr>
<th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{titleshot}}}|300px]]</div></th>
+
<th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{titleshot}}}|300px]]</th>
 
</tr>}}
 
</tr>}}
 
{{#if:{{{gameplayshot|}}}|
 
{{#if:{{{gameplayshot|}}}|
 
<tr>
 
<tr>
<th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{gameplayshot}}}|300px]]</div></th>
+
<th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{gameplayshot}}}|frameless|300px]]</th>
 
</tr>}}
 
</tr>}}
  
 
{{#if:{{{note|}}}|
 
{{#if:{{{note|}}}|
 
<tr>
 
<tr>
<td class="infobox-note" colspan="2" style="text-align: center; font-size: 0.85em;"><b>Note: </b>{{{note}}}</td>
+
<td class="infobox-note" colspan="2" style="text-align: center; font-size: 0.85em;"><i class="fa-solid fa-note-sticky"></i> <b>Note: </b>{{{note}}}</td>
</tr>}}
+
</tr>
 +
}}
 +
{{#if:{{{gamename|}}}|
 +
<tr>
 +
<td colspan="2" style="text-align: center;"">{{#ratepage:{{{gamename}}}||200}}</td>
 +
</tr>
 +
}}
 
</table>
 
</table>

Latest revision as of 20:12, 30 January 2023


Usage


Windows Game, Arcade game, Console Game,
Hardware: Console or Arcade board (SNES , Naomi)
Download: link to DL: [URL/ Text]
License: Commercial, free, demo
Game info
Developer: Developer
Released: release date
Players: 1 Player, 2 Players
Type: Rail shooter, Skill shooter, Gallery shooter
300px
300px
Note: Requires patches, requires special files









Infobox