Difference between revisions of "Template:Emuinfobox"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (→Usage)  | 
				|||
| (10 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>  | <noinclude>  | ||
== Usage ==  | == Usage ==  | ||
| − | {{  | + | {{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 =   | + | |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:   | + | |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:   | + | <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:{{{  | + | {{#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