Template:Game infobox: Difference between revisions

From Halopedia, the Halo wiki

m (Text replacement - "sectionBG" to "fieldBG")
No edit summary
Line 1: Line 1:
{| class="infobox" style="width:300px; color:{{{color1|#000}}}; background:{{{BG|#F2F3F4}}}; border:1px solid #B5B7CF" cellspacing="0"
{| class="infobox" style="width:300px; color:{{{color1|#000}}}; background:{{{BG|#F2F3F4}}}; border:1px solid #B5B7CF" cellspacing="0"
! class="infoboxheading" colspan="2" style="background:{{{BG|transparent}}}" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
! class="infoboxheading" colspan="2" style="background:{{{nameBG|transparent}}}" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
|-
|-
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
Line 92: Line 92:
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>
{{Game infobox
|name=
|name=
|image=
|image=
Line 108: Line 109:
|modes=
|modes=
|rating=
|rating=
}}</pre>
}}
</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 17:43, September 18, 2022

Game infobox
 

Usage instructions

Paste the following code into the top of an article, filling all known fields:

{{Game infobox
|name=
|image=
|developer=
|primary-dev=
|support-dev=
|writer=
|composer=
|publisher=
|engine=
|platform=
|releasedate=
|canceldate=
|genre=
|modes=
|rating=
}}