Template:Emuinfobox: Difference between revisions

From Dea7hsmiles
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
<noinclude>
<table class="infobox" style="width:270px; font-size:90%; float:right; border:1px solid #aaa; background:#f9f9f9; margin-left:1em;">
== Usage ==
{{Emuinfobox
|title = Name of the emulator / Name of the tool  (only visible if the logo is missing)
|logo = Logo png
|category = Emulator / Third party tool
|core = Retroarch core for Retroarch emu
|system = Emulated system (emulators only)
|download = link to DL: URL/ Text
|developer = Developer
|license = Commercial, free, demo
|gameplayshot = Screenshot of a game running in this emu
|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 colspan="2" style="text-align:center; background:#b0c4de; font-size:110%;">{{{title}}}</th>
</tr>}}
</tr>
{{#if:{{{logo|}}}|
<tr>
<tr>
<th class="infobox-logo" colspan="2" style="text-align: center;">[[File:{{{logo}}}|300px]]</div></th>
  <td colspan="2" style="text-align:center;">[[File:{{{logo}}}|250px]]</td>
</tr>}}
</tr>
<tr><th><br></th></tr>
{{#if:{{{category|}}}|
<tr>
<tr>
<th class="infobox-category" colspan="2" style="min-width:15em;">{{{category}}}</th>
  <td><b>Category</b></td>
</tr>}}
  <td>{{{category}}}</td>
{{#if:{{{core|}}}|
</tr>
<tr>
<tr>
<td class="infoboxtd1strow"><i class="fa-solid fa-puzzle-piece"></i> <b>Core:</b></td>
  <td><b>System</b></td>
<td>{{{core}}}</td>
  <td>{{{system}}}</td>
</tr>}}
</tr>
{{#if:{{{download|}}}|
<tr>
<tr>
<td class="infoboxtd1strow"><i class="fa-solid fa-gamepad"></i> <b>Emulates:</b></td>
  <td><b>Developer</b></td>
<td>{{{system}}}</td>
  <td>{{{developer}}}</td>
</tr>}}
</tr>
{{#if:{{{download|}}}|
<tr>
<tr>
<td class="infoboxtd1strow"><i class="fa-solid fa-download"></i> <b>Download:</b></td>
  <td><b>License</b></td>
<td>{{{download}}}</td>
  <td>{{{license}}}</td>
</tr>}}
</tr>
{{#if:{{{license|}}}|
<tr>
<tr>
<td class="infoboxtd1strow"><i class="fa-solid fa-file-signature"></i> <b>License:</b></td>
  <td><b>Download</b></td>
<td>{{{license}}}</td>
  <td>{{{download}}}</td>
</tr>}}
</tr>
{{#if:{{{developer|}}}|
<tr>
<tr>
<td class="infoboxtd1strow"><i class="fa-solid fa-pen-to-square"></i> <b>Developer:</b></td>
  <td colspan="2" style="text-align:center;">[[File:{{{gameplayshot}}}|250px]]</td>
<td>{{{developer}}}</td>
</tr>
</tr>}}
{{#if:{{{gameplayshot|}}}|
<tr>
<tr>
<th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{gameplayshot}}}|300px]]</div></th>
  <td colspan="2">{{{note}}}</td>
</tr>}}
</tr>
{{#if:{{{note|}}}|
<tr>
<td class="infobox-note" colspan="2" style="text-align: center; font-size: 0.85em;"><b>Note: </b>{{{note}}}</td>
</tr>}}
</table>
</table>

Revision as of 23:23, 20 May 2025

{{{title}}}
[[File:{{{logo}}}|250px]]
Category {{{category}}}
System {{{system}}}
Developer {{{developer}}}
License {{{license}}}
Download {{{download}}}
[[File:{{{gameplayshot}}}|250px]]
{{{note}}}