Template:Game infobox: Difference between revisions
From Halopedia, the Halo wiki
m (moved Template:Game Info Box to Template:Game Infobox) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| class="infoboxtable hidable-content" cellspacing="0" cellpadding="4" border="0" style="float:right; clear:right; border-width: 0px; width:300px; margin:6px;" | |||
|- | |||
! colspan=2 style="background:{{{BG|#F2F3F4}}}; text-align:center; font-size:120%;" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}} | |||
|- | |||
{{#if:{{{image|}}}| | |||
! colspan=2 style="background:{{{imageBG|#F2F3F4}}}; text-align:center;" {{!}} {{{image}}} | |||
}} | |||
|- | |||
{{#if:{{{developer|}}}| | |||
{{!}} class="infoboxlabel" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999; border-top:1px solid #999999;" {{!}} '''Developer(s)''' | |||
{{!}} class="infoboxcell" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999; border-top:1px solid #999999;" {{!}} | |||
{{{developer|}}} | |||
{{!}}-|}} | |||
{{#if:{{{publisher|}}}| | |||
{{!}} class="infoboxlabel" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} '''Publisher(s):''' | |||
{{!}} class="infoboxcell" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} | |||
{{{publisher|}}} | |||
{{!}}-|}} | |||
{{#if:{{{platform|}}}| | |||
{{!}} class="infoboxlabel" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} '''Platform(s):''' | |||
{{!}} class="infoboxcell" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} | |||
{{{platform|}}} | |||
{{!}}-|}} | |||
{{#if:{{{releasedate|}}}| | |||
{{!}} class="infoboxlabel" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} '''Release date(s):''' | |||
{{!}} class="infoboxcell" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} | |||
{{{releasedate|}}} | |||
{{!}}-|}} | |||
{{#if:{{{genre|}}}| | |||
{{!}} class="infoboxlabel" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} '''Genre(s)''' | |||
{{!}} class="infoboxcell" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} | |||
{{{genre|}}} | |||
{{!}}-|}} | |||
{{#if:{{{mode|}}}| | |||
{{!}} class="infoboxlabel" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} '''Mode(s):''' | |||
{{!}} class="infoboxcell" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} | |||
{{{mode|}}} | |||
{{!}}-|}} | |||
{{#if:{{{rating|}}}| | |||
{{!}} class="infoboxlabel" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} '''Rating(s):''' | |||
{{!}} class="infoboxcell" style="background:{{{BG|#F2F3F4}}}; border-bottom:1px solid #999999;" {{!}} | |||
{{{rating|}}} | |||
{{!}}-|}} | |||
| colspan=2 style="text-align:center; background:{{{BG|#F2F3F4}}}; padding:0px; font-size:10px; -moz-border-radius: 0 0 .7em .7em;" | [[Template:Game Infobox|<span style="color:inherit;">[Source]</span>]] | |||
|}<includeonly>[[Category:Games|{{PAGENAME}}]]</includeonly><noinclude> | |||
< | |||
< | |||
</ | |||
{{Clear}} | {{Clear}} | ||
===Usage instructions=== | |||
<pre> | Paste the following code into the top of an article, filling all known fields: | ||
{{Game | |||
<pre>{{Game Infobox | |||
|name= | |name= | ||
|image= | |image= | ||
| | |developer= | ||
| | |publisher= | ||
| | |platform= | ||
| | |releasedate= | ||
| | |genre= | ||
| | |modes= | ||
| | |rating= | ||
}}</pre> | |||
[[Category:Infoboxes|{{PAGENAME}}]] | |||
}} | |||
</pre> | |||
[[Category: | |||
</noinclude> | </noinclude> |
Revision as of 10:54, March 20, 2011
Game infobox | |
---|---|
[Source] |
Usage instructions
Paste the following code into the top of an article, filling all known fields:
{{Game Infobox |name= |image= |developer= |publisher= |platform= |releasedate= |genre= |modes= |rating= }}