Difference between revisions of "Template:Release infobox"
From Worms Knowledge Base
Explorer09 (Talk | contribs) (new paremeter:website) |
Explorer09 (Talk | contribs) m (screensize now defaults to 200px) |
||
Line 3: | Line 3: | ||
--><tr><th colspan="2" style="font-size: larger; text-align: center">{{{name|{{PAGENAME}}}}}</th></tr><!-- | --><tr><th colspan="2" style="font-size: larger; text-align: center">{{{name|{{PAGENAME}}}}}</th></tr><!-- | ||
(SCREENSHOT) | (SCREENSHOT) | ||
− | -->{{#if:{{{screenshot|}}}|<tr><td colspan="2" style="text-align: center;">[[Image:{{{screenshot}}}|{{{screensize| | + | -->{{#if:{{{screenshot|}}}|<tr><td colspan="2" style="text-align: center;">[[Image:{{{screenshot}}}|{{{screensize|200px}}}|{{{caption|{{{name|{{PAGENAME}}}}}}}}]]{{#if:{{{caption|}}}|<br/>{{{caption}}}}}</td></tr>}}<!-- |
(LABELS) | (LABELS) | ||
-->{{#if:{{{releasetype|}}}|<tr><th style="width: 40%; font-weight: normal;">Release type:</th> | -->{{#if:{{{releasetype|}}}|<tr><th style="width: 40%; font-weight: normal;">Release type:</th> | ||
Line 42: | Line 42: | ||
| screenshot = ''file.png''<br/> | | screenshot = ''file.png''<br/> | ||
− | | screensize = ''size of the screenshot (default: | + | | screensize = ''size of the screenshot (default: 200px width)''<br/> |
| caption = ''caption text of the screenshot (defaults to "{{{name}}}")'' | | caption = ''caption text of the screenshot (defaults to "{{{name}}}")'' | ||
Latest revision as of 16:18, 14 May 2010
An infobox for game releases and compilations.
Usage
{{Release_infobox
| name = name of release (defaults to "{{PAGENAME}}")
| screenshot = file.png
| screensize = size of the screenshot (default: 200px width)
| caption = caption text of the screenshot (defaults to "{{{name}}}")
| releasetype = release type (Retail or Compilation)
| games = games included in the compilation
| publisher = publisher
| barcode = barcode numbers
| format = number of CDs (or DVD?)
| countries = countries in which the product sold
| date = release date(s)
}}
- If a parameter is not used, the table row for it will not be included.