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}}")
(adding some more fields)
 
(One intermediate revision by one other user not shown)
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 16: Line 10:
{{Infobox|entry|title={{{height-title|Height}}}|content={{{height|}}}}}
{{Infobox|entry|title={{{height-title|Height}}}|content={{{height|}}}}}
{{Infobox|entry|title={{{mass-title|Mass}}}|content={{{mass|}}}}}
{{Infobox|entry|title={{{mass-title|Mass}}}|content={{{mass|}}}}}
{{Infobox|entry|title={{{propulsion-title|Propulsion}}}|content={{{propulsion|}}}}}
{{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|entry|title={{{shields-title|Energy shielding}}}|content={{{shields|}}}}}
{{Infobox|entry|title={{{systems-title|Other systems}}}|content={{{systems|}}}}}
}}
{{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 37: Line 35:
|height=
|height=
|mass=
|mass=
|propulsion=
|armament=
|armament=
|armor=
|armor=
|shields=
|systems=
}}
}}
</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>

Latest revision as of 10:27, March 10, 2024

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=
|propulsion=
|armament=
|armor=
|shields=
|systems=
}}