Difference between revisions of "Template:Emuinfobox"

From Sinden Lightgun
Jump to navigation Jump to search
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
{{Emuinfobox
{{EmuInfobox
|title = Name of the emulator / Name of the tool (only visible if the logo is missing)
|title = Name of the emulator / Name of the tool (only visible if the logo is missing)
|logo = Name_of_the_logo.png
|logo = Logo png
|category = Emulator / Third party tool
|category = Emulator / Third party tool
|core = Retroarch core for Retroarch emu
|system = Emulated system (emulators only)
|system = Emulated system (emulators only)
|download = link to DL: [URL/ Text]
|download = link to DL: URL/ Text
|developer = Developer
|developer = Developer
|license = Commercial, free, demo
|license = Commercial, free, demo
|gameplayshot = Screenshot of a game running in this emu
|gameplayshot2 = Screenshot of a game running in this emu
|note = Requires patches, requires special files
|note = Requires patches, requires special files
}}
}}
</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 27: Line 30:
<th class="infobox-category" colspan="2" style="min-width:15em;">{{{category}}}</th>
<th class="infobox-category" colspan="2" style="min-width:15em;">{{{category}}}</th>
</tr>}}
</tr>}}
{{#if:{{{system|}}}|
{{#if:{{{core|}}}|
<tr>
<tr>
<td class="infoboxtd1strow"><b>Emulates:</b></td>
<td class="infoboxtd1strow"><i class="fa-solid fa-puzzle-piece"></i> <b>Core:</b></td>
<td>{{{core}}}</td>
</tr>}}
{{#if:{{{download|}}}|
<tr>
<td class="infoboxtd1strow"><i class="fa-solid fa-gamepad"></i> <b>Emulates:</b></td>
<td>{{{system}}}</td>
<td>{{{system}}}</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-file-signature"></i> <b>License:</b></td>
<td>{{{license}}}</td>
<td>{{{license}}}</td>
</tr>}}
</tr>}}
{{#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>}}
Line 50: Line 58:
<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}}}|300px]]</div></th>
</tr>}}
{{#if:{{{gameplayshot2|}}}|
<tr>
<th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{gameplayshot2}}}|300px]]</div></th>
</tr>}}
</tr>}}
{{#if:{{{note|}}}|
{{#if:{{{note|}}}|

Latest revision as of 18:20, 11 August 2025

Usage


Emulator / Third party tool
Core: Retroarch core for Retroarch emu
Emulates: Emulated system (emulators only)
Download: link to DL: URL/ Text
License: Commercial, free, demo
Developer: Developer
300px
300px
Note: Requires patches, requires special files






Emuinfobox