Infobox/Mod – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{| cellpadding="3" style="width:23em; font-size:90%; text-align:left; border:1px solid #aaa; background-color:#f9f9f9; color:black; margin-bottom:0.5em; margin-left:1em; float:right; clear:right; padding:0;"
{| cellpadding="3" style="width:23em; font-size:90%; text-align:left; border:1px solid #aaa; background-color:#f9f9f9; color:black; margin-bottom:0.5em; margin-left:1em; float:right; clear:right; padding:0;"
! colspan="2" style="font-size:110%; text-align: center; background-color: #ccccff;" | ''{{{title}}}''
! colspan="2" style="font-size:110%; text-align: center; background-color: #ccccff;" | ''{{{title}}}''
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center;">{{{image|}}}</td></tr>}}
! style="text-align: center;"| {{{image|}}}
|-
|-
! style="background-color: #ccccff;" | Project leader(s)
! style="background-color: #ccccff;" | Project leader(s)
Line 24: Line 24:
| {{{external}}}
| {{{external}}}
|-
|-
! style="background-color: #9999ff" | Release date(s)
! style="background-color: #ddddff" | Release date(s)
| {{{released}}}
| {{{released}}}
|-
|-
! style="background-color: #9999ff" | Latest version
! style="background-color: #ddddff" | Latest version
| {{{version}}}
| {{{version}}}
|-
|-
! style="background-color: #9999ff" | Download link
! style="background-color: #ddddff" | Download link
| {{{link}}}
| {{{link}}}
|}
|}

Revision as of 22:48, 19 July 2006

{{{title}}}
Project leader(s) {{{leader}}}
3D Artist(s) {{{3D}}}
2D Artist(s) {{{2D}}}
Mission Designer(s) {{{missions}}}
Other worker(s) {{{other}}}
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