Template:Emuinfobox: Difference between revisions
Jump to navigation
Jump to search
Dea7hsmiles (talk | contribs) No edit summary Tag: Reverted |
Dea7hsmiles (talk | contribs) No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
<table class="infobox" style="width: | <noinclude> | ||
== 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> | |||
</tr> | </tr>}} | ||
{{#if:{{{logo|}}}| | |||
<tr> | <tr> | ||
<th class="infobox-logo" colspan="2" style="text-align: center;">[[File:{{{logo}}}|300px]]</div></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:{{{core|}}}| | ||
<tr> | <tr> | ||
<td class="infoboxtd1strow"><i class="fa-solid fa-puzzle-piece"></i> <b>Core:</b></td> | |||
<td>{{{core}}}</td> | |||
</tr> | </tr>}} | ||
{{#if:{{{download|}}}| | |||
<tr> | <tr> | ||
<td class="infoboxtd1strow"><i class="fa-solid fa-gamepad"></i> <b>Emulates:</b></td> | |||
<td>{{{system}}}</td> | |||
</tr> | </tr>}} | ||
{{#if:{{{download|}}}| | |||
<tr> | <tr> | ||
<td class="infoboxtd1strow"><i class="fa-solid fa-download"></i> <b>Download:</b></td> | |||
<td>{{{download}}}</td> | |||
</tr> | </tr>}} | ||
{{#if:{{{license|}}}| | |||
<tr> | <tr> | ||
<td class="infoboxtd1strow"><i class="fa-solid fa-file-signature"></i> <b>License:</b></td> | |||
<td>{{{license}}}</td> | |||
</tr> | </tr>}} | ||
{{#if:{{{developer|}}}| | |||
<tr> | <tr> | ||
<td class="infoboxtd1strow"><i class="fa-solid fa-pen-to-square"></i> <b>Developer:</b></td> | |||
</tr> | <td>{{{developer}}}</td> | ||
</tr>}} | |||
{{#if:{{{gameplayshot|}}}| | |||
<tr> | <tr> | ||
<th class="infobox-image" colspan="2" style="text-align: center;">[[File:{{{gameplayshot}}}|300px]]</div></th> | |||
</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:14, 20 May 2025
Usage