Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
Tag: Undo |
(→Usage) |
||
| (93 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <table class="infobox" style="text-align: left; width: | + | <noinclude> |
| + | <noinclude> | ||
| + | == Usage == | ||
| + | {{infobox | ||
| + | |title = Title of the game | ||
| + | |logo = Logo Png | ||
| + | |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) | ||
| + | |download = link to DL: [URL/ Text] | ||
| + | |developer = Developer | ||
| + | |license = Commercial, free, demo | ||
| + | |players = 1 Player, 2 Players | ||
| + | |release = release date | ||
| + | |type = Rail shooter, Skill shooter, Gallery shooter | ||
| + | |titleshot = titlescreen.jpg | ||
| + | |gameplayshot = gameplayscreenshot.jpg | ||
| + | |note = Requires patches, requires special files | ||
| + | }} | ||
| + | </noinclude> | ||
| + | |||
| + | <table class="infobox" style="text-align: left; width: 400px; font-size: 100%; border-radius:10px; border: 1px black solid; overflow:hidden;"> | ||
| + | {{#if:{{{logo|}}}|| | ||
<tr> | <tr> | ||
<th class="infobox-title" colspan="2" style="text-align: center;"><b>{{{title|{{PAGENAME}}}}}</b></th> | <th class="infobox-title" colspan="2" style="text-align: center;"><b>{{{title|{{PAGENAME}}}}}</b></th> | ||
| − | </tr> | + | </tr>}} |
| − | + | {{#if:{{{logo|}}}| | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<tr> | <tr> | ||
| − | < | + | <th class="infobox-logo" colspan="2" style="text-align: center;">[[File:{{{logo}}}|300px]]</th> |
| − | < | + | </tr>}} |
| − | </tr> | + | <tr><th><br></th></tr> |
| + | {{#if:{{{category|}}}| | ||
<tr> | <tr> | ||
| − | < | + | <th class="infobox-category" colspan="2" style="min-width:15em;">{{{category}}}</th> |
| − | + | </tr>}} | |
| − | </tr> | + | {{#if:{{{platform|}}}| |
<tr> | <tr> | ||
| − | <td class="infoboxtd1strow" | + | <td class="infoboxtd1strow"><i class="fa-solid fa-microchip"></i> <b>Hardware:</b></td> |
| − | <td | + | <td>{{{platform}}}</td> |
| − | </tr> | + | </tr>}} |
| + | {{#if:{{{download|}}}| | ||
<tr> | <tr> | ||
| − | <td class="infoboxtd1strow"><b> | + | <td class="infoboxtd1strow"><i class="fa-solid fa-download"></i> <b>Download:</b></td> |
| − | <td> | + | <td>{{{download}}}</td> |
| − | </tr> | + | </tr>}} |
| + | {{#if:{{{license|}}}| | ||
<tr> | <tr> | ||
| − | <td class="infoboxtd1strow" | + | <td class="infoboxtd1strow"><i class="fa-solid fa-money-bill-wave"></i> <b>License:</b></td> |
| − | <td | + | <td>{{{license}}}</td> |
| − | </tr> | + | </tr>}} |
| + | {{#if: {{{players|}}}{{{type|}}}| | ||
<tr> | <tr> | ||
| − | < | + | <th class="infobox-subtitle" colspan="2" style="text-align: center;">Game info</th> |
| − | + | </tr>}} | |
| − | + | {{#if:{{{developer|}}}| | |
<tr> | <tr> | ||
| − | <td class="infoboxtd1strow" | + | <td class="infoboxtd1strow"><i class="fa-solid fa-pen-to-square"></i> <b>Developer:</b></td> |
| − | <td | + | <td>{{{developer}}}</td> |
| − | </tr> | + | </tr>}} |
| + | {{#if:{{{release|}}}| | ||
<tr> | <tr> | ||
| − | <td class="infoboxtd1strow"><b> | + | <td class="infoboxtd1strow"><i class="fa-solid fa-calendar-days"></i> <b>Released:</b></td> |
| − | <td> | + | <td>{{{release}}}</td> |
| − | </tr> | + | </tr>}} |
| + | {{#if:{{{players|}}}| | ||
<tr> | <tr> | ||
| − | < | + | <td class="infoboxtd1strow"><i class="fa-solid fa-users"></i> <b>Players:</b></td> |
| − | </tr> | + | <td>{{{players}}}</td> |
| + | </tr>}} | ||
| + | {{#if:{{{type|}}}| | ||
<tr> | <tr> | ||
| − | <td | + | <td class="infoboxtd1strow"><i class="fa-solid fa-bullseye"></i> <b>Type:</b></td> |
| − | < | + | <td>{{{type}}}</td> |
| − | </tr> | + | </tr>}} |
| + | {{#if:{{{titleshot|}}}| | ||
<tr> | <tr> | ||
| − | <th class="infobox- | + | <th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{titleshot}}}|300px]]</th> |
| − | </tr> | + | </tr>}} |
| + | {{#if:{{{gameplayshot|}}}| | ||
<tr> | <tr> | ||
| − | < | + | <th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{gameplayshot}}}|frameless|300px]]</th> |
| − | + | </tr>}} | |
| − | </tr> | + | |
| + | {{#if:{{{note|}}}| | ||
<tr> | <tr> | ||
| − | <td class=" | + | <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> | <tr> | ||
| − | <td | + | <td colspan="2" style="text-align: center;"">{{#ratepage:{{{gamename}}}||200}}</td> |
| − | |||
</tr> | </tr> | ||
| − | + | }} | |
| − | + | </table> | |
| − | |||
| − | |||
Latest revision as of 20:12, 30 January 2023
Usage