|
|
(50 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {| class="infobox {{{id|infoboxtable hidable-content}}}" cellspacing="0" cellpadding="4" border="0" style="border-width: 0; width:300px; background:{{{BG|#F2F3F4}}}; border: 1px solid #999999; color:{{{color|inherit}}};" | | {{Infobox|start}} |
| |- | | {{Infobox|title|name={{{name|}}}}} |
| ! class="infoboxheading" colspan=2 style="background:{{{BG|transparent}}}; text-align:center; font-size:120%;" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
| | {{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}} |
| |-
| | |
| {{#if:{{{image|}}}| | | {{Infobox|entry|title={{{developer-title|Developer(s)}}}|content={{{developer|}}}}} |
| ! colspan=2 style="background:{{{imageBG|transparent}}}; text-align:center; border-bottom:1px solid {{{lineBG|#999999}}};" {{!}} {{{image|}}} {{#if:{{{caption|}}}|<div style="clear:both">{{{caption}}}</div>}}
| | {{Infobox|entry|title={{{publisher-title|Publisher(s)}}}|content={{{publisher|}}}}} |
| }}
| | {{Infobox|entry|title={{{platform-title|Platform(s)}}}|content={{{platform|}}}}} |
| |-
| | {{Infobox|entry|title={{{releasedate-title|Release date(s)}}}|content={{{releasedate|}}}}} |
| {{#if:{{{developer|}}}| | | {{Infobox|entry|title={{{genre-title|Genre(s)}}}|content={{{genre|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:90%;" {{!}} '''Developer(s)''':
| | {{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}} |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:80%;" {{!}}
| | {{Infobox|entry|title={{{rating-title|Rating(s)}}}|content={{{rating|}}}}} |
| {{{developer|}}} | | |
| {{!}}-|}}
| | {{Infobox|end}}<noinclude>{{clear}} |
| {{#if:{{{publisher|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:90%;" {{!}} '''Publisher(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:80%;" {{!}}
| |
| {{{publisher|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{platform|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:90%;" {{!}} '''Platform(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:80%;" {{!}}
| |
| {{{platform|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{releasedate|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:90%;" {{!}} '''Release date(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:80%;" {{!}}
| |
| {{{releasedate|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{genre|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:90%;" {{!}} '''Genre(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:80%;" {{!}}
| |
| {{{genre|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{modes|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:90%;" {{!}} '''Mode(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:80%;" {{!}}
| |
| {{{modes|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{rating|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:90%;" {{!}} '''Rating(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}; font-size:80%;" {{!}}
| |
| {{{rating|}}} | |
| {{!}}-|}}
| |
| | colspan=2 style="text-align:center; background:{{{BG|transparent}}}; padding:0; font-size:10px; border-top:1px solid {{{lineBG|#999999}}}; line-height:10px;" |
| |
| |}<noinclude>
| |
| {{Clear}}__NOTOC__ | |
| ==Usage instructions== | | ==Usage instructions== |
| Paste the following code into the top of an article, filling all known fields: | | Paste the following code into the top of an article, filling all known fields: |
|
| |
|
| <pre>{{game infobox | | <pre> |
| |name= | | {{Game infobox |
| |image= | | |name= |
| |developer= | | |image= |
| |publisher= | | |developer= |
| |platform= | | |publisher= |
| |releasedate= | | |platform= |
| |genre= | | |releasedate= |
| |modes= | | |genre= |
| | |modes= |
| |rating= | | |rating= |
| }}</pre> | | }} |
| | </pre> |
|
| |
|
| [[Category:Infobox templates]]</noinclude> | | [[Category:Infobox templates]]</noinclude> |