Template:Infobox/Engine: Difference between revisions

From Halopedia, the Halo wiki

m (Text replacement - "cellspacing="0" {{!}}- " to "cellspacing="0" ")
m (Text replacement - "{{pagetitle\|{{{pagename\|{{#if:{{{name\|}}}\|{{{name}}}\|{{PAGETITLE}}}}}}} - {{{pagelabel\|([^ ]+ [^ ]+) {{#ifeq:{{SUBPAGENAME}}\|Silver\|\(Silver Timeline\)}}}}}}}" to "{{Infobox/pagetitle|name={{{pagename|{{{name|}}}}}}|label={{{pagelabel|$1}}}}}")
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| class="infobox" style="width:300px; color:{{{color|#000}}}; background:{{{BG|#{{#switch:{{{variant|}}}|Cov=9966CC|Human=3779AE|Forerunner=B3B3B3|#default=555}}}}}" cellspacing="0"
<includeonly>{{Infobox|start}}
<!-- NAME -->
{{Infobox|title|name={{{name|}}}}}
! class="infoboxheading" colspan="2" style="background:{{{nameBG|transparent}}}; color:#fff" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{!}}-
 
<!-- IMAGE -->
{{Infobox|entry|title={{{othernames-title|Also known as}}}|content={{{othernames|}}}}}
{{#if:{{{image|}}}|
{{Infobox|entry|title={{{developer-title|Developed by}}}|content={{{developer|}}}}}
{{!}} class="infoboxmedia" colspan="2" style="background:{{{imageBG|#f0f0f0}}}; border-bottom:1px solid {{{lineBG|#999}}}" {{!}} {{{image}}} {{#if:{{{caption|}}}|{{clear}}{{{caption}}}}}
{{Infobox|entry|title={{{entereddev-title|Entered development}}}|content={{{entereddev|}}}}}
}}
{{Infobox|entry|title={{{derivedfrom-title|Derived from}}}|content={{{derivedfrom|}}}}}
|-
{{Infobox|entry|title={{{derivatives-title|Derivative engines}}}|content={{{derivatives|}}}}}
<!-- OTHER NAMES -->
{{Infobox|entry|title={{{firstuse-title|First use}}}|content={{{firstuse|}}}}}
{{#if:{{{othernames|}}}|
{{Infobox|entry|title={{{latestuse-title|Latest use}}}|content={{{latestuse|}}}}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
 
{{{othernames-title|Also known as}}}:
{{Infobox|end}}{{Infobox/pagetitle|name={{{pagename|{{{name|}}}}}}|label={{{pagelabel|Game engine}}}}}</includeonly><noinclude>{{Doc/Template}} [[Category:Infobox templates]]</noinclude>
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{othernames}}}
{{!}}-}}
<!-- DEVELOPED BY -->
{{#if:{{{developer|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
{{{developer-title|Developed by}}}:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{developer}}}
{{!}}-}}
<!-- ENTERED DEVELOPMENT -->
{{#if:{{{entereddev|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
{{{entereddev-title|Entered development}}}:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{entereddev}}}
{{!}}-}}
<!-- DERIVED FROM -->
{{#if:{{{derivedfrom|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
{{{derivedfrom-title|Derived from}}}:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{derivedfrom}}}
{{!}}-}}
<!-- DERIVATIVE ENGINES -->
{{#if:{{{derivatives|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
{{{derivatives-title|Derivative engines}}}:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{derivatives}}}
{{!}}-}}
<!-- FIRST USE-->
{{#if:{{{firstuse|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
{{{firstuse-title|First use}}}:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{firstuse}}}
{{!}}-}}
<!-- LATEST USE -->
{{#if:{{{latestuse|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
{{{latestuse-title|Latest use}}}:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{latestuse}}}
{{!}}-}}
| class="infoboxfooter" colspan="2" | &nbsp;
|}{{pagetitle|{{{pagename|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}} - {{{pagelabel|Game Engine {{#ifeq:{{SUBPAGENAME}}|Silver|(Silver Timeline)}}}}}}}</includeonly><noinclude>{{Doc/Template}} [[Category:Infobox templates]]</noinclude>

Revision as of 12:21, March 22, 2024

vde
Template Documentation

Usage

Copy/paste the following text and fill in the relevant fields:

{{Infobox/Engine
|name=
|image=
|othernames=
|developer=
|entereddev=
|derivedfrom=
|derivatives=
|firstuse=
|latestuse=
}}