Template:Infobox

From Emulation General Wiki
Revision as of 03:27, 26 March 2013 by Default (talk) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Unknown
Some attributes
First Unknown
Second Unknown
Third Unknown
Other attributes


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Infobox/doc to edit this documentation. (How does this work?)

Description

This template is an infobox for an emulator.

Syntax

{{infobox
 | image = [Icon of the emulator, e.g. "Example.png"]
 | imagecaption = [This text is displayed below the icon (Optional)]
 | imagewidth = [Width of the icon in pixels, e.g. "150"] [default: 210 pixels]
 | first = [Current version]
 | second = [Active]
 | third = [OS]
 | fourth = [Authors]
 | fifth = [Official website]
 | sixth = [Source code]
}}

Samples

{{infobox
 | image = Icon.png
 | imagecaption = The name higan stands for 'Hero of Fire'
 | imagewidth = 160
 | first = 0.95
 | second = Yes
 | third = Windows, Linux, macOS
 | fourth = byuu
 | fifth = [http://byuu.org/emulation/higan/ byuu.org]
 | sixth = [https://code.google.com/p/higan/ Google Code]
}}

Results in...

Unknown
The name higan stands for 'Hero of Fire'
The name higan stands for 'Hero of Fire'
Some attributes
First 0.95
Second Yes
Third Windows, Linux, macOS
Other attributes
Fourth byuu
Fifth byuu.org
Sixth Google Code