|
|
Line 4: |
Line 4: |
| {{#if: {{{image|}}} | | | {{#if: {{{image|}}} | |
| {{!}} colspan="2" style="text-align:center;" {{!}} {{{image}}} | | {{!}} colspan="2" style="text-align:center;" {{!}} {{{image}}} |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image2|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image2}}}|{{{imagewidth2|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image3|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image3}}}|{{{imagewidth3|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image4|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image4}}}|{{{imagewidth4|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image5|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image5}}}|{{{imagewidth5|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image6|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image6}}}|{{{imagewidth6|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image7|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image7}}}|{{{imagewidth7|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image8|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image8}}}|{{{imagewidth8|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image9|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image9}}}|{{{imagewidth9|210}}}px]]
| |
| {{!}}-
| |
| | }}
| |
| {{#if: {{{image10|}}} |
| |
| {{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image10}}}|{{{imagewidth10|210}}}px]]
| |
| {{!}}- | | {{!}}- |
| | }} | | | }} |
Line 84: |
Line 48: |
| ;<code>title</code> | | ;<code>title</code> |
| :The name of the game. If no value is given, it will default to the name of the page instead, so it's highly recommended to set the parameter yourself. | | :The name of the game. If no value is given, it will default to the name of the page instead, so it's highly recommended to set the parameter yourself. |
| ;<code>image</code>, <code>image2</code>, <code>image3</code>, <code>image4</code>, <code>image5</code>, <code>image6</code>, <code>image7</code>, <code>image8</code>, <code>image9</code>, and <code>image10</code> | | ;<code>image</code></code> |
| :Used to put game boxart in. The extra numbered parameters exist for cases where there are more than one image. The extras can also be used without the presence of the first <code>image</code> parameter, but this isn't recommended. Optional but recommended. | | :Used to put game boxart in. Use a thumbnail from wikipedia Optional but recommended. |
| ;<code>imagewidth</code>, <code>imagewidth2</code>, <code>imagewidth3</code>, <code>imagewidth4</code>, <code>imagewidth5</code>, <code>imagewidth6</code>, <code>imagewidth7</code>, <code>imagewidth8</code>, <code>imagewidth9</code>, and <code>imagewidth10</code>
| |
| :Used to set the width of the images. Optional.
| |
| ;<code>imagecaption</code> | | ;<code>imagecaption</code> |
| :Used to put a caption in. Describe both images if you use both parameters. Optional. | | :Used to put a caption in. Describe both images if you use both parameters. Optional. |