Infobox/Mod – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ Some categories will remain hidden if are not filled)
m (Previus change was not worked correctly.)
Line 12: Line 12:
| {{{2D}}}
| {{{2D}}}
|-
|-
{{#if:{{{other}}}| {{! style="background-color: #ccccff;" | Mission Designer(s)
{{#if:{{{missions|}}}|<tr><th style="background-color: #ccccff;">Mission Designer(s)</th><td>{{{missions|}}}</td></tr>}}
| {{{missions}}} }} }}
|-
|-
{{#if:{{{other}}}| {{! style="background-color: #ccccff;" | Other worker(s)
{{#if:{{{other|}}}|<tr><th style="background-color: #ccccff;">Other worker(s)</th><td>{{{other|}}}</td></tr>}}
| {{{other}}} }} }}
|-
|-
! style="background-color: #ccccff;" | Betatester(s)
! style="background-color: #ccccff;" | Betatester(s)

Revision as of 23:22, 19 July 2006

{{{title}}}
Project leader(s) {{{leader}}}
3D Artist(s) {{{3D}}}
2D Artist(s) {{{2D}}}
Betatester(s) {{{betatest}}}
External worker(s) {{{external}}}
Release date(s) {{{released}}}
Latest version {{{version}}}
Download link {{{link}}}


Usage

{{Infobox_mod
|title = 
|image = 
|leader = 
|2D = 
|3D = 
|missions = 
|other = 
|betatest = 
|external = 
|released =
|version = 
|link = 
}}

Template:esoteric