Actions

Template

Difference between revisions of "ProgramBob"

From Sonic Retro

m (adding category parameter)
m (I guess this will fix the layout)
Line 5: Line 5:
 
! Fast Facts on ''{{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}''
 
! Fast Facts on ''{{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}''
 
|-
 
|-
|style="padding: 0.3em; line-height: 1.5em; padding-left: 5px;" |
+
|style="padding: 0.3em; line-height: 1.5em; padding-left: 5px;" |{{
{{ #if: {{{category|}}} | '''Category''': {{{category}}}<br> | }}
+
#if: {{{category|}}} | '''Category''': {{{category}}}<br> | }}{{
{{ #if: {{{version|}}} | '''Version''': {{{version}}}<br> | }}
+
#if: {{{version|}}} | '''Version''': {{{version}}}<br> | }}{{
{{ #if: {{{date|}}} | '''Last Release''': {{{date}}}<br> | }}
+
#if: {{{date|}}} | '''Last Release''': {{{date}}}<br> | }}{{
{{ #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> | }}
 
|}
 
|}
 
{{ #if: {{{obsolete|}}} | {{ObsoleteProgram|text={{{obsoletetext|}}}}} | }}</includeonly><noinclude>
 
{{ #if: {{{obsolete|}}} | {{ObsoleteProgram|text={{{obsoletetext|}}}}} | }}</includeonly><noinclude>

Revision as of 16:02, 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=
| category=
| version=
| date=
| status=
| system=
| games=
| credits=
| thanks=
}}

All fields except "screen" are optional.