NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

Difference between revisions of "Template:Infobox game"

From Liandri Archives

Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>[[Image:{{#if:{{{image|}}}|{{{image}}}|Placeholder.png}}|thumb|right|150px|]]
+
<includeonly>[[Image:{{#if:{{{image|}}}|{{{image}}}|Placeholder.png}}|thumb|right|{{#if:{{{imagewidth|}}}|{{{imagewidth}}}px|250px}}|]]
 
+
<div style="float: left;">
 
__TOC__
 
__TOC__
<div style="float: left;">
 
 
</div>
 
</div>
 
{| class="wikitable" style="font-size: 88%; margin: 0 auto;"
 
{| class="wikitable" style="font-size: 88%; margin: 0 auto;"
Line 17: Line 16:
  
 
{{clear}}</includeonly>
 
{{clear}}</includeonly>
<noinclude>All fields are obligatory. Usage:
+
<noinclude>All four fields are obligatory. Usage:
 
<pre>{{Infobox game
 
<pre>{{Infobox game
 
| image = <imagefilename>
 
| image = <imagefilename>
 +
| imagewidth = <imagewidth>
 
| releasedates = <releasedate1> (PC)<br /><releasedate2> (Xbox)...
 
| releasedates = <releasedate1> (PC)<br /><releasedate2> (Xbox)...
 
| enginever = <engineversion> (UE1, UE2...)
 
| enginever = <engineversion> (UE1, UE2...)
Line 27: Line 27:
 
<pre>{{Infobox game
 
<pre>{{Infobox game
 
| image =  
 
| image =  
 +
| imagewidth =
 
| releasedates =  
 
| releasedates =  
 
| enginever =  
 
| enginever =  

Latest revision as of 15:35, 8 November 2014

All four fields are obligatory. Usage:

{{Infobox game
| image = <imagefilename>
| imagewidth = <imagewidth>
| releasedates = <releasedate1> (PC)<br /><releasedate2> (Xbox)...
| enginever = <engineversion> (UE1, UE2...)
| gamebuilds = <gamebuilds>
}}

"Whited" code for copypasta:

{{Infobox game
| image = 
| imagewidth = 
| releasedates = 
| enginever = 
| gamebuilds = 
}}