Welcome to our new Skyland! Article rewrites are welcome. If you see any missing images, please feel free to add them. Please use the Aboutfile template when uploading and add categories.
We are also aware of some articles being unavailable. Please bear with us while we are working to get them fixed.

Template:Game: Difference between revisions

From Skylanders Wiki, the Skylands encylopedia
Aura24 (talk | contribs)
No edit summary
Aura24 (talk | contribs)
Infobox updated using the portable infobox migration tool
Line 1: Line 1:
{|style="border:solid 3px #00BFFF; -moz-border-radius:10px; float:right;" width="400px"
<infobox>
|- valign="top"
<title source="name"><default>{{PAGENAME}}</default></title>
{{#if: {{{name|}}}|
<image source="image"/>
{{!}} class="ussi" colspan="2" style="text-align:center; font-size: large; background:#00BFFF; -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em;"{{!}}
<data source="develop"><label>'''Developer(s):'''</label></data>
{{{name|}}}}}
<data source="publish"><label>'''Publisher(s):'''</label></data>
|- valign="top"
<data source="distribute"><label>'''Distributor(s):'''</label></data>
{{#if: {{{image|}}}|
<data source="release"><label>'''Released:'''</label></data>
{{!}} class="ussi" colspan="2" style="text-align:center; background:#FFFFFF"{{!}}
<data source="genre"><label>'''Genre:'''</label></data>
{{{image|}}}}}
<data source="modes"><label>'''Modes:'''</label></data>
|- valign="top"
<data source="rating"><label>'''Rating:'''</label></data>
{{#if:{{{develop|}}} |
<data source="platform"><label>'''Platform(s):'''</label></data>
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Developer(s):'''
<data source="media"><label>'''Media:'''</label></data>
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{develop|}}}
<data source="Soundtrack"><label>'''Soundtrack:'''</label></data>
</infobox>
<noinclude>
== Usage & preview ==
Type in this:
 
<pre>
{{Game
|name=
|image=
|develop=
|publish=
|distribute=
|release=
|genre=
|modes=
|rating=
|platform=
|media=
|Soundtrack=
}}
}}
|- valign="top"
 
{{#if:{{{publish|}}} |
</pre>
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Publisher(s):'''
 
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{publish|}}}
to see this:
 
{{Game
|name=This is a test
|image=This is a test
|develop=This is a test
|publish=This is a test
|distribute=This is a test
|release=This is a test
|genre=This is a test
|modes=This is a test
|rating=This is a test
|platform=This is a test
|media=This is a test
|Soundtrack=This is a test
}}
}}
|- valign="top"
 
{{#if:{{{distribute|}}} |
 
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Distributor(s):'''
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{distribute|}}}
</noinclude>
}}
|- valign="top"
{{#if:{{{release|}}} |
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Released:'''
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{release|}}}
}}
|- valign="top"
{{#if:{{{genre|}}} |
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Genre:'''
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{genre|}}}
}}
|- valign="top"
{{#if:{{{modes|}}} |
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Modes:'''
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{modes|}}}
}}
|- valign="top"
{{#if:{{{rating|}}} |
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Rating:'''
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{rating|}}}
}}
|- valign="top"
{{#if:{{{platform|}}} |
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Platform(s):'''
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{platform|}}}
}}
|- valign="top"
{{#if:{{{media|}}} |
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Media:'''
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{media|}}}
}}
|- valign="top"
{{#if:{{{Soundtrack|}}} |
! class="ussl" style="background:#4169E1" width="44%" {{!}} '''Soundtrack:'''
{{!}} class="ussr" style="background:#6495ED" {{!}} {{{Soundtrack}}}
}}
|}

Revision as of 03:17, December 18, 2015

<infobox> <title source="name"><default>Game</default></title> <image source="image"/> <label>Developer(s):</label> <label>Publisher(s):</label> <label>Distributor(s):</label> <label>Released:</label> <label>Genre:</label> <label>Modes:</label> <label>Rating:</label> <label>Platform(s):</label> <label>Media:</label> <label>Soundtrack:</label> </infobox>

Usage & preview

Type in this:

{{Game
|name=
|image=
|develop=
|publish=
|distribute=
|release=
|genre=
|modes=
|rating=
|platform=
|media=
|Soundtrack=
}}

to see this:

<infobox> <title source="name"><default>Game</default></title> <image source="image"/> <label>Developer(s):</label> <label>Publisher(s):</label> <label>Distributor(s):</label> <label>Released:</label> <label>Genre:</label> <label>Modes:</label> <label>Rating:</label> <label>Platform(s):</label> <label>Media:</label> <label>Soundtrack:</label> </infobox>


Click here to refresh the preview above