Template:Forerunner infobox: Difference between revisions

From Halopedia, the Halo wiki

m (Text replacement - "{{#if:({{{[^\|}\n]+\|}}})\|↵{{!}} ?class="infoboxlabel" style="[^\n"]+" {{!}}↵([^\n]+):↵{{!}} ?class="infoboxcell" style="[^\n"]+" {{!}}↵{{{[^\|}\n]+\|?}}}↵}}↵\|-" to " {{Infobox|entry|title=$2|content=$1}}")
No edit summary
Line 1: Line 1:
{| class="infobox" style="width:300px; background:{{{BG|#6E7F80}}}; color:{{{color1|#000}}}" cellspacing="0"
{{Infobox|start|bg=#6E7F80}}
! class="infoboxheading" colspan="2" style="background:{{{nameBG|transparent}}}; color:{{{color2|#fff}}}" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
{{Infobox|title|name={{{name|}}}}}
|-
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{#if:{{{image|}}}|
 
{{!}} class="infoboxmedia" colspan="2" style="background:{{{imageBG|#F0F0F0}}}; border-bottom:1px solid {{{lineBG|#999}}}" {{!}} {{{image}}} {{#if:{{{caption|}}}|{{clear}}{{{caption}}}}}
{{Infobox|section|title={{{section1-title|Overview}}}|entries=
}}
|-
{{#if:{{{hidea|}}}||
! class="infoboxsubheading" colspan="2" style="color:{{{color2|#fff}}}; background:{{{sectionBG|#6E7F80}}}" {{!}} {{{section1-title|Overview}}}
}}
|-
{{Infobox|entry|title={{{role-title|Role}}}|content={{{role|}}}}}
{{Infobox|entry|title={{{role-title|Role}}}|content={{{role|}}}}}
{{Infobox|entry|title={{{manufacturer-title|Manufacturer}}}|content={{{manufacturer|}}}}}
{{Infobox|entry|title={{{manufacturer-title|Manufacturer}}}|content={{{manufacturer|}}}}}
Line 18: Line 12:
{{Infobox|entry|title={{{armament-title|Armament}}}|content={{{armament|}}}}}
{{Infobox|entry|title={{{armament-title|Armament}}}|content={{{armament|}}}}}
{{Infobox|entry|title={{{armor-title|Armor}}}|content={{{armor|}}}}}
{{Infobox|entry|title={{{armor-title|Armor}}}|content={{{armor|}}}}}
}}
{{Infobox|end}}<noinclude>{{clear}}
{{Infobox|end}}<noinclude>{{clear}}
==Usage==
==Usage==
This infobox is for Forerunner constructs. For individual characters, see [[Template:Character infobox|Character infobox]].  
This infobox is for Forerunner constructs. For individual characters, see [[Template:Character infobox|Character infobox]].  
Line 40: Line 35:
|armor=
|armor=
}}
}}
</pre>
==Custom parameters==
The following are custom parameters that allows you to alter the text in the box.
:<small>Note: misc1 and misc2 is for General information section, while the rest is for the Technical specifications section.</small>
<pre>
|misc1=
|misc1-title=
|misc2=
|misc2-title=
|misc3=
|misc3-title=
|misc4=
|misc4-title=
|size-title=
|armament-title=
|armor-title=
</pre>
</pre>


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

Revision as of 13:06, August 29, 2023

Forerunner infobox
 

Usage

This infobox is for Forerunner constructs. For individual characters, see Character infobox.

How to

Copy the following:

Note: If information regarding length, width and/or height is unknown, use size instead.
{{Forerunner infobox
|name=
|image=
|role=
|manufacturer=
|length=
|width=
|height=
|mass=
|armament=
|armor=
}}