35,662
edits
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|}}}}} | ||
{{ | |||
{{Infobox|entry|title={{{developer-title|Developer(s)}}}|content={{{developer|}}}}} | |||
Developer(s) | {{Infobox|entry|title={{{publisher-title|Publisher(s)}}}|content={{{publisher|}}}}} | ||
{{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|}}}}} | |||
{{ | {{Infobox|entry|title={{{rating-title|Rating(s)}}}|content={{{rating|}}}}} | ||
Publisher(s) | {{Infobox|end}}<noinclude>{{clear}} | ||
{{{publisher}}} | |||
}} | |||
Platform(s) | |||
{{{platform}}} | |||
}} | |||
{{ | |||
Release date(s) | |||
{{{releasedate}}} | |||
}} | |||
Genre(s) | |||
{{{genre}}} | |||
}} | |||
{{ | |||
Mode(s) | |||
{{{modes}}} | |||
}} | |||
Rating(s) | |||
{{ | |||
{{ | |||
==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= | ||
}} | }} |