|
|
(39 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {| class="infobox" style="width:300px; color:{{{color|inherit}}}; background:{{{BG|#F2F3F4}}}; border:1px solid #999" cellspacing="0" | | {{Infobox|start}} |
| ! colspan="2" class="infoboxheading" style="background:{{{BG|transparent}}}; font-size:120%" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
| | {{Infobox|title|name={{{name|}}}}} |
| |-
| | {{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}} |
| {{#if:{{{image|}}}| | | |
| ! colspan="2" style="background:{{{imageBG|transparent}}}" {{!}} {{{image|}}} {{#if:{{{caption|}}}|<div>{{{caption}}}</div>}}
| | {{Infobox|entry|title={{{developer-title|Developer(s)}}}|content={{{developer|}}}}} |
| }}
| | {{Infobox|entry|title={{{publisher-title|Publisher(s)}}}|content={{{publisher|}}}}} |
| |-
| | {{Infobox|entry|title={{{platform-title|Platform(s)}}}|content={{{platform|}}}}} |
| {{#if:{{{developer|}}}|
| | {{Infobox|entry|title={{{releasedate-title|Release date(s)}}}|content={{{releasedate|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| | {{Infobox|entry|title={{{genre-title|Genre(s)}}}|content={{{genre|}}}}} |
| '''Developer(s)''':
| | {{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}} |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| | {{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}}}" {{!}}
| |
| '''Publisher(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{publisher|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{platform|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Platform(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{platform|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{releasedate|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Release date(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{releasedate|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{genre|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Genre(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{genre|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{modes|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Mode(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{modes|}}} | |
| {{!}}-|}}
| |
| {{#if:{{{rating|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| '''Rating(s)''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
| |
| {{{rating|}}} | |
| {{!}}-|}}
| |
| | colspan="2" style="text-align:center; background:{{{BG|transparent}}}; padding:0; font-size:10px; 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> |