Template:Game infobox: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(121 intermediate revisions by 19 users not shown)
Line 1: Line 1:
<div style="width:250px;float:right;clear:right;margin:1em 0 1em 1em;border:1px solid #B5B7CF;background:#EFF0FF;-moz-border-radius:10px;padding:10px 10px 10px 10px;">
{{Infobox|start}}
<div style="text-align:center;font-size:16px;font-weight:900;line-height:1.5em;">{{{name}}}
{{Infobox|title|name={{{name|''{{PAGETITLE}}''}}}}}
<div class="{{#if:{{{image|}}}||hiddenStructure}}">[[image:{{{image}}}|{{{imageSize|200}}}px|center|{{{image}}}]]</div></div>
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
<div style="clear:left;font-size:10px;text-align:center">
<div style="width:80px;float:left;text-align:left;">Real Name</div>
<div style="width:170px;float:left;text-align:right;">{{{Real Name}}}</div>
</div>
<div style="clear:left;font-size:10px;text-align:center">
<div style="width:80px;float:left;text-align:left;">Publisher</div>
<div style="width:170px;float:left;text-align:right;">{{{Publisher}}}</div>
</div>
<div class="{{#if:{{{Age|}}}||hiddenStructure}}">
<div style="clear:left;font-size:10px;text-align:center;border-top:2px solid #B5B7CF;">
<div style="width:80px;float:left;text-align:left;">Age</div>
<div style="width:170px;float:left;text-align:right;">{{{Age|}}}</div>
</div>
</div>
<div style="clear:left;font-size:10px;text-align:center;border-top:2px solid #B5B7CF;">
<div class="{{#if:{{{Country|}}}||hiddenStructure}}">
<div style="width:80px;float:left;text-align:left;">Country</div>
<div style="width:170px;float:left;text-align:right;">{{{Country|}}}</div>
</div>
</div>
<div class="{{#if:{{{Rank|}}}||hiddenStructure}}">
<div style="clear:left;font-size:10px;text-align:center;border-top:1px solid #B5B7CF;">
<div style="width:80px;float:left;text-align:left;">Rank:</div>
<div style="width:170px;float:left;text-align:right;">{{{Rank}}}</div>
</div>
<div class="{{#if:{{{Halo 3 Level|}}}||hiddenStructure}}">
<div style="clear:left;font-size:10px;text-align:center;border-top:1px solid #B5B7CF;">
<div style="width:80px;float:left;text-align:left;">Halo 3 Level:</div>
<div style="width:170px;float:left;text-align:right;">{{{Halo 3 Level}}}</div>
</div>


</div><noinclude>{{Clear}}
{{Infobox|entry|title={{{developer-title|Developer(s)}}}|content={{{developer|}}}}}
Add the following code and change the values to add the game template to the an article:
{{Infobox|entry|title={{{primary-dev-title|Primary developer}}}|content={{{primary-dev|}}}}}
<PRE>
{{Infobox|entry|title={{{support-dev-title|Support developer(s)}}}|content={{{support-dev|}}}}}
{{Game Info Box
{{Infobox|entry|title={{{publisher-title|Publisher(s)}}}|content={{{publisher|}}}}}
{{Infobox|entry|title={{{writer-title|Writer(s)}}}|content={{{writer|}}}}}
{{Infobox|entry|title={{{composer-title|Composer(s)}}}|content={{{composer|}}}}}
{{Infobox|entry|title={{{engine-title|Engine}}}|content={{{engine|}}}}}
{{Infobox|entry|title={{{platform-title|Platform(s)}}}|content={{{platform|}}}}}
{{Infobox|entry|title={{{releasedate-title|Release date(s)}}}|content={{{releasedate|}}}}}
{{Infobox|entry|title={{{canceldate-title|Cancellation date}}}|content={{{canceldate|}}}}}
{{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|}}}}}
 
{{Infobox|end}}<includeonly>{{Infobox/pagetitle|name={{{pagename|{{{name|}}}}}}|label={{{pagelabel|Game}}}}}</includeonly><noinclude>{{clear}}
==Usage instructions==
Paste the following code into the top of an article, filling all known fields:
 
<pre>
{{Game infobox
|name=
|name=
|image=
|image=
|imageSize=
|developer=
|Developer=
|primary-dev=
|Publisher=
|support-dev=
|US Date Released=
|publisher=
|UK Date Released=
|writer=
|Genre=
|composer=
|Game modes=
|engine=
|ESRB=
|platform=
|Platform=
|releasedate=
|Media=
|canceldate=
|Website=
|genre=
|modes=
|rating=
}}
}}
</pre>


[[Category:Templates|Game]]
[[Category:Infobox templates]]</noinclude>
</noinclude>

Latest revision as of 11:11, June 14, 2024

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=
|publisher=
|writer=
|composer=
|engine=
|platform=
|releasedate=
|canceldate=
|genre=
|modes=
|rating=
}}