Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox VG: Difference between revisions

Template page
Pinkachu (talk | contribs)
Created page with "{| class="infobox" style="float:right; width:285px; font-size:90%; text-align:left;" cellspacing="0" cellpadding="3" |- ! colspan="2" style="color:#ffffff; text-align:center; ..."
Tag: sourceedit
 
Pinkachu (talk | contribs)
Infobox updated using the portable infobox migration tool
Line 1: Line 1:
{| class="infobox" style="float:right; width:285px; font-size:90%; text-align:left;" cellspacing="0" cellpadding="3"
<infobox>
|-
  <title source="title"><default>{{PAGENAME}}</default></title>
! colspan="2" style="color:#ffffff; text-align:center; background:#8a81ba;" | '''''{{#if:{{{title|}}}|{{{title}}}|{{PAGENAME}}}}'''''
<image source="image"/>
|-
<header>Information</header>
| colspan="2" style="text-align:center;" | {{#if:{{{image|}}}|{{{image}}}|Have an image of this game?<br />Then please '''[[Special:Upload|upload]]''' it!}}{{#if:{{{caption|}}}|<br />{{{caption}}}}}
<data source="developer"><label>'''Developer(s)'''</label></data>
|-
<data source="publisher"><label>'''Publisher(s)'''</label></data>
{{#if:{{{developer<includeonly>|</includeonly>}}} |
<data source="distributor"><label>'''Distributor(s)'''</label></data>
{{!}}'''Developer(s)'''
<data source="director"><label>'''Director(s)'''</label></data>
{{!}}{{{developer}}}
<data source="designer"><label>'''Designer(s)'''</label></data>
{{!}}-
<data source="writer"><label>'''Writer(s)'''</label></data>
}}
<data source="artist"><label>'''Artist(s)'''</label></data>
{{#if:{{{publisher<includeonly>|</includeonly>}}} |
<data source="composer"><label>'''Composer(s)'''</label></data>
{{!}}'''Publisher(s)'''
<data source="platform"><label>''''Platform'''</label></data>
{{!}}{{{publisher}}}
<data source="released"><label>''''Released'''</label></data>
{{!}}-
<data source="genre"><label>'''Genre(s)'''</label></data>
}}
<data source="ratings"><label>'''Rating(s)'''</label></data>
{{#if:{{{distributor<includeonly>|</includeonly>}}} |
{{!}}'''Distributor(s)'''
</infobox>
{{!}}{{{distributor}}}
<noinclude>
{{!}}-
== Usage & preview ==
}}
Type in this:
{{#if:{{{director<includeonly>|</includeonly>}}} |
 
{{!}}'''Director(s)'''
{{!}}{{{director}}}
{{!}}-
}}
{{#if:{{{designer<includeonly>|</includeonly>}}} |
{{!}}'''Designer(s)'''
{{!}}{{{designer}}}
{{!}}-
}}
{{#if:{{{writer<includeonly>|</includeonly>}}} |
{{!}}'''Writer(s)'''
{{!}}{{{writer}}}
{{!}}-
}}
{{#if:{{{artist<includeonly>|</includeonly>}}} |
{{!}}'''Artist(s)'''
{{!}}{{{artist}}}
{{!}}-
}}
{{#if:{{{composer<includeonly>|</includeonly>}}} |
{{!}}'''Composer(s)'''
{{!}}{{{composer}}}
{{!}}-
}}
{{#if:{{{platform|{{{platforms<includeonly>|</includeonly>}}}}}} |
{{!}}'''Platform(s)'''
{{!}}{{{platform|{{{platforms}}}}}}
{{!}}-
}}
{{#if:{{{released|{{{release<includeonly>|</includeonly>}}}}}} |
{{!}}'''Release date(s)'''
{{!}}{{{released|{{{release}}}}}}
{{!}}-
}}
{{#if:{{{genre<includeonly>|</includeonly>}}} |
{{!}}'''Genre(s)'''
{{!}}{{{genre}}}
{{!}}-
}}
{{#if:{{{ratings<includeonly>|</includeonly>}}} |
{{!}}'''Rating(s)'''
{{!}}{{{ratings}}}
{{!}}-
}}
|}<noinclude>
==Usage==
<pre>
<pre>
{{Infobox VG
{{Infobox VG
Line 85: Line 39:
|ratings=
|ratings=
}}
}}
</pre>
</pre>
[[Category:Creation help]]
 
[[Category:Templates]]
to see this:
 
{{Infobox VG
|title=This is a test
|image=This is a test
|caption=This is a test
|developer=This is a test
|publisher=This is a test
|distributor=This is a test
|director=This is a test
|designer=This is a test
|writer=This is a test
|artist=This is a test
|composer=This is a test
|platform=This is a test
|released=This is a test
|genre=This is a test
|ratings=This is a test
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>
</noinclude>

Revision as of 01:04, 17 December 2015

Usage & preview

Type in this:

{{Infobox VG
|title=
|image=
|caption=
|developer=
|publisher=
|distributor=
|director=
|designer=
|writer=
|artist=
|composer=
|platform=
|released=
|genre=
|ratings=
}}

to see this:


Click here to refresh the preview above