Template:Infobox/doc

From Emulation General Wiki
< Template:Infobox
Revision as of 10:07, 4 November 2018 by 212.252.97.163 (talk) (Samples: Renamed OS X to macOS.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description[edit]

This template is an infobox for an emulator.

Syntax[edit]

{{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[edit]

{{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...

The name higan stands for 'Hero of Fire'
The name higan stands for 'Hero of Fire'
Current version: 0.95
Active: Yes
OS: Windows, Linux, macOS
Authors: byuu
Official website: byuu.org
Source code: Google Code