Difference between revisions of "Template:Infobox"

From Emulation General Wiki
Jump to navigation Jump to search
m (1 revision)
 
Line 15: Line 15:
  
 
|-  
 
|-  
! colspan="2" | <div class="wikia-infobox-section-header">Some attributes</div>
+
! colspan="2" | <div class="wikia-infobox-section-header"></div>
  
 
|-
 
|-
! First
+
! Stable release
 
| {{{first|''Unknown''}}}
 
| {{{first|''Unknown''}}}
  
 
|-
 
|-
! Second
+
! Beta release
 
| {{{second|''Unknown''}}}
 
| {{{second|''Unknown''}}}
  
 
|-
 
|-
! Third
+
! colspan="2" | <div class="wikia-infobox-section-header"></div>
| {{{third|''Unknown''}}}
 
 
 
|-
 
! colspan="2" | <div class="wikia-infobox-section-header">Other attributes</div>
 
  
 
|-
 
|-
 
{{#if: {{{fourth|}}} |
 
{{#if: {{{fourth|}}} |
! Fourth
+
!  
 
{{!}} {{{fourth}}}
 
{{!}} {{{fourth}}}
 
| }}
 
| }}
  
|-
 
{{#if: {{{fifth|}}} |
 
! Fifth
 
{{!}} {{{fifth}}}
 
| }}
 
 
|-
 
{{#if: {{{sixth|}}} |
 
! Sixth
 
{{!}} {{{sixth}}}
 
| }}
 
  
 
|- style="font-size:0; line-height:0;"
 
|- style="font-size:0; line-height:0;"

Revision as of 09:52, 22 April 2013

Unknown
Stable release Unknown
Beta release Unknown


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'
Stable release 0.95
Beta release Yes
byuu