Difference between revisions of "Template:MachineInfo"
From Anarchivism
m (Moonlit moved page Template:Emulator to Template:MachineInfo) |
|||
| Line 1: | Line 1: | ||
| − | + | <table class="infobox" align="right" bgcolor="#E1E1E1" style="width:20em; font-size:90%; text-align:left;"> | |
| + | <caption style="text-align:center; font-size:140%;"><i><b>{{{name}}}</b></i></caption> | ||
| + | <tr> | ||
| + | <td colspan="2" style="text-align:center;" bgcolor="#E1E1E1">{{{image}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">{{{image_caption}}}</td> | ||
| + | <tr> | ||
| + | <th>Hardware Emulated</th> | ||
| + | <td>{{{emulateshw}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Guest Operating System(s)</th> | ||
| + | <td>{{{emulatesos}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Host Platform(s)</th> | ||
| + | <td>{{{emulatedon}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Type</th> | ||
| + | <td>{{{emutype}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Available As</th> | ||
| + | <td>{{{binsrc}}}</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <th>Website</th> | ||
| + | <td>{{{website}}}</td> | ||
| + | </tr> | ||
| + | </table> | ||
Revision as of 17:23, 12 May 2014
| {{{image}}} | |
| {{{image_caption}}} | |
| Hardware Emulated | {{{emulateshw}}} |
|---|---|
| Guest Operating System(s) | {{{emulatesos}}} |
| Host Platform(s) | {{{emulatedon}}} |
| Type | {{{emutype}}} |
| Available As | {{{binsrc}}} |
| Website | {{{website}}} |