Template:Game infobox: Difference between revisions

m
Text replacement - "dummy edit" to "Category:Infobox templates"
m (Text replacement - "! class="infoboxheading" colspan="2" style="background:([^\n;"]+)" (\||{{!}}) {{#if:{{{name\|}}}\|{{{name}}}\|{{PAGENAME}}}}↵\|-" to "{{Infobox|title|name={{{name|}}}}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(8 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{Infobox|title|name={{{name|}}}}}
{{Infobox|title|name={{{name|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{#if:{{{developer|}}}|
 
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{developer-title|Developer(s)}}}|content={{{developer|}}}}}
Developer(s):
{{Infobox|entry|title={{{publisher-title|Publisher(s)}}}|content={{{publisher|}}}}}
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{platform-title|Platform(s)}}}|content={{{platform|}}}}}
{{{developer}}}
{{Infobox|entry|title={{{releasedate-title|Release date(s)}}}|content={{{releasedate|}}}}}
}}
{{Infobox|entry|title={{{genre-title|Genre(s)}}}|content={{{genre|}}}}}
|-
{{Infobox|entry|title={{{modes-title|Mode(s)}}}|content={{{modes|}}}}}
{{#if:{{{publisher|}}}|
{{Infobox|entry|title={{{rating-title|Rating(s)}}}|content={{{rating|}}}}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
 
Publisher(s):
{{Infobox|end}}<noinclude>{{clear}}
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{publisher}}}
}}
|-
{{#if:{{{platform|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Platform(s):
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{platform}}}
}}
|-
{{#if:{{{releasedate|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Release date(s):
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{releasedate}}}
}}
|-
{{#if:{{{genre|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Genre(s):
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{genre}}}
}}
|-
{{#if:{{{modes|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Mode(s):
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{modes}}}
}}
|-
{{#if:{{{rating|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Rating(s):
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{rating}}}
}}
|-
| class="infoboxfooter" colspan="2" | &nbsp;
|}<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:
Line 59: Line 17:
<pre>
<pre>
{{Game infobox
{{Game infobox
|name=  
|name=
|image=  
|image=
|developer=  
|developer=
|publisher=  
|publisher=
|platform=  
|platform=
|releasedate=  
|releasedate=
|genre=  
|genre=
|modes=  
|modes=
|rating=
|rating=
}}
}}