Template:Infobox/Engine: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
m (Text replacement - "{{#if:({{{[^\|}\n]+\|}}})\|↵{{!}} ?class="infoboxlabel" style="[^\n"]+" {{!}}↵([^\n]+):↵{{!}} ?class="infoboxcell" style="[^\n"]+" {{!}}↵{{{[^\|}\n]+\|?}}}↵}}↵\|-" to "{{Infobox|entry|title=$2|content=$1}}")
Line 9: Line 9:
|-
|-
<!-- OTHER NAMES -->
<!-- OTHER NAMES -->
{{#if:{{{othernames|}}}|
{{Infobox|entry|title={{{othernames-title|Also known as}}}|content={{{othernames|}}}}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}; width:100px" {{!}}
{{{othernames-title|Also known as}}}:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{othernames}}}
}}
|-
<!-- DEVELOPED BY -->
<!-- DEVELOPED BY -->
{{#if:{{{developer|}}}|
{{Infobox|entry|title={{{developer-title|Developed by}}}|content={{{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 -->
<!-- ENTERED DEVELOPMENT -->
{{#if:{{{entereddev|}}}|
{{Infobox|entry|title={{{entereddev-title|Entered development}}}|content={{{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 -->
<!-- DERIVED FROM -->
{{#if:{{{derivedfrom|}}}|
{{Infobox|entry|title={{{derivedfrom-title|Derived from}}}|content={{{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 -->
<!-- DERIVATIVE ENGINES -->
{{#if:{{{derivatives|}}}|
{{Infobox|entry|title={{{derivatives-title|Derivative engines}}}|content={{{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-->
<!-- FIRST USE-->
{{#if:{{{firstuse|}}}|
{{Infobox|entry|title={{{firstuse-title|First use}}}|content={{{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 -->
<!-- LATEST USE -->
{{#if:{{{latestuse|}}}|
{{Infobox|entry|title={{{latestuse-title|Latest use}}}|content={{{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}}}
}}
|-
{{Infobox|end}}{{pagetitle|{{{pagename|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}} - {{{pagelabel|Game engine {{#ifeq:{{SUBPAGENAME}}|Silver|(Silver Timeline)}}}}}}}</includeonly><noinclude>{{Doc/Template}} [[Category:Infobox templates]]</noinclude>
{{Infobox|end}}{{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 11:43, August 29, 2023

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=
}}