Template:Infobox Game: Difference between revisions
Jump to navigation
Jump to search
First iteration of this template for games |
Added possibility for translations |
||
| Line 8: | Line 8: | ||
<th>Released</th> | <th>Released</th> | ||
<td>{{{releaseTime}}}</td> | <td>{{{releaseTime}}}</td> | ||
</tr>}}{{#if:{{{danish|}}}|<tr> | |||
<th>Danish</th> | |||
<td>{{{danish}}}</td> | |||
</tr>}}{{#if:{{{finnish|}}}|<tr> | |||
<th>Finnish</th> | |||
<td>{{{finnish}}}</td> | |||
</tr>}}{{#if:{{{swedish|}}}|<tr> | |||
<th>Swedish</th> | |||
<td>{{{swedish}}}</td> | |||
</tr>}}{{#if:{{{norwegian|}}}|<tr> | |||
<th>Norwegian</th> | |||
<td>{{{norwegian}}}</td> | |||
</tr>}}{{#if:{{{german|}}}|<tr> | |||
<th>German</th> | |||
<td>{{{german}}}</td> | |||
</tr>}}{{#if:{{{russian|}}}|<tr> | |||
<th>Russian</th> | |||
<td>{{{russian}}}</td> | |||
</tr>}}{{#if:{{{spanish|}}}|<tr> | |||
<th>Spanish</th> | |||
<td>{{{spanish}}}</td> | |||
</tr>}}{{#if:{{{czech|}}}|<tr> | |||
<th>Czech</th> | |||
<td>{{{czech}}}</td> | |||
</tr>}}{{#if:{{{french|}}}|<tr> | |||
<th>French</th> | |||
<td>{{{french}}}</td> | |||
</tr>}}{{#if:{{{dutch|}}}|<tr> | |||
<th>Dutch</th> | |||
<td>{{{dutch}}}</td> | |||
</tr>}}{{#if:{{{italian|}}}|<tr> | |||
<th>Italian</th> | |||
<td>{{{italian}}}</td> | |||
</tr>}}</table> | </tr>}}</table> | ||
</div></includeonly><noinclude>{{Infobox Game | </div></includeonly><noinclude>{{Infobox Game | ||
| Line 13: | Line 46: | ||
| gameType=Adventure | | gameType=Adventure | ||
| releaseTime=1234 | | releaseTime=1234 | ||
| danish=Dansk | |||
| finnish=Suomi | |||
| swedish=Svenska | |||
| norwegian=Norsk | |||
| german=Deutsch | |||
| russian=Русский | |||
| spanish=Español | |||
| czech=Česky | |||
| french=Français | |||
| dutch=Nederlands | |||
| italian=Italiano | |||
}}</noinclude> | }}</noinclude> | ||