Actions

Template

Difference between revisions of "ProgramBob"

From Sonic Retro

m
m
Line 10: Line 10:
 
{{ #if: {{{status|}}} | '''Status''': {{{status}}}<br> | }}
 
{{ #if: {{{status|}}} | '''Status''': {{{status}}}<br> | }}
 
{{ #if: {{{system|}}} | '''System''': {{{system}}}<br> | }}
 
{{ #if: {{{system|}}} | '''System''': {{{system}}}<br> | }}
{{ #if: {{{games|}}} | '''Supported Games''': ''[[{{{games}}}]]''<br> | }}
+
{{ #if: {{{games|}}} | '''Supported Games''': ''{{{games}}}''<br> | }}
 
{{ #if: {{{credits|}}} | '''Credits''': {{{credits}}}<br> | }}
 
{{ #if: {{{credits|}}} | '''Credits''': {{{credits}}}<br> | }}
 
{{ #if: {{{thanks|}}} | '''Thanks''': {{{thanks}}}<br> | }}
 
{{ #if: {{{thanks|}}} | '''Thanks''': {{{thanks}}}<br> | }}

Revision as of 13:27, 6 September 2012

Usage

This template is to be used on articles about programs. Place the following at the top of a page:

{{Program
| screen=
| screenwidth=
| version=
| date=
| status=
| system=
| games=
| credits=
| thanks=
}}

All fields except "screen" are optional.