Template:Walkthrough infobox: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 1: Line 1:
{{Infobox|start|bg=#7995CA}}
{{Infobox|start|bg=#7995CA}}
 
{{Infobox|span|content={{{era|}}}}}
{{#if:{{{era|}}}|
! style="background:{{{fieldBG|#F2F3F4}}}" width="100px" rowspan="3" {{!}} {{{era|}}}
}}
|-
{{Infobox|entry|title=Prev|content={{{prev|}}}}}
{{Infobox|entry|title=Prev|content={{{prev|}}}}}
{{Infobox|entry|title=Next|content={{{next|}}}}}
{{Infobox|entry|title=Next|content={{{next|}}}}}
{{Infobox|title|name={{{name|}}}|colspan=3}}
{{Infobox|title|name={{{name|}}}|colspan=3}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|colspan=3}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|colspan=3}}


{{#if:{{{hidea|}}}||
{{Infobox|section|title={{{section1-title|Level overview}}}|colspan=3|entries=
! class="infoboxsubheading" colspan="3" style="background:{{{sectionBG|#7995CA}}}; color:#fff" {{!}} {{{section1-title|Level overview}}}
{{Infobox|entry|title={{{player-title|Player(s)}}}|content={{{player|}}}|colspan=2}}
{{Infobox|entry|title={{{objective-title|Objective(s)}}}|content={{{objective|}}}|colspan=2}}
{{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}|colspan=2}}
}}
}}
|-
 
{{Infobox|entry|title={{{player-title|Player(s)}}}|content={{{player|}}}|colspan=2}}
{{Infobox|section|title={{{section2-title|Gameplay overview}}}|colspan=3|entries=
{{Infobox|entry|title={{{objective-title|Objective(s)}}}|content={{{objective|}}}|colspan=2}}
{{Infobox|entry|title={{{starting weapons-title|Default weapons}}}|content={{{starting weapons|}}}|colspan=2}}
{{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}|colspan=2}}
{{Infobox|entry|title={{{new weapons-title|Available weapons}}}|content={{{new weapons|}}}|colspan=2}}
{{#if:{{{hideb|}}}||
{{Infobox|entry|title={{{enemies-title|Enemies}}}|content={{{enemies|}}}|colspan=2}}
! class="infoboxsubheading" colspan="3" style="background:{{{sectionBG|#7995CA}}}; color:#fff" {{!}} {{{section2-title|Gameplay overview}}}
{{Infobox|entry|title={{{skulls-title|Skulls}}}|content={{{skulls|}}}|colspan=2}}
{{Infobox|entry|title={{{misc-title|Miscellaneous}}}|content={{{misc|}}}|colspan=2}}
}}
}}
|-
{{Infobox|entry|title={{{starting weapons-title|Default weapons}}}|content={{{starting weapons|}}}|colspan=2}}
{{Infobox|entry|title={{{new weapons-title|Available weapons}}}|content={{{new weapons|}}}|colspan=2}}
{{Infobox|entry|title={{{enemies-title|Enemies}}}|content={{{enemies|}}}|colspan=2}}
{{Infobox|entry|title={{{skulls-title|Skulls}}}|content={{{skulls|}}}|colspan=2}}
{{Infobox|entry|title={{{misc-title|Miscellaneous}}}|content={{{misc|}}}|colspan=2}}


{{Infobox|end|colspan=3}}<includeonly>{{#if:{{{pagegamelabel|}}}|{{#ifexist:Category:{{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}} walkthroughs|[[Category:{{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}} walkthroughs]]|[[Category:Miscellaneous walkthroughs]]}}}}{{pagetitle|{{{pagetitle|{{{pagename|{{ROOTPAGENAME}}}}} - {{{pagelabel|Walkthrough {{#ifeq:{{SUBPAGENAME}}|Silver|(Silver Timeline)}}}}}}}}{{#if:{{{pagegamelabel|}}}|<nowiki/> - {{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}}}}}}</includeonly><noinclude>__NOTOC__
{{Infobox|end|colspan=3}}<includeonly>{{#if:{{{pagegamelabel|}}}|{{#ifexist:Category:{{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}} walkthroughs|[[Category:{{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}} walkthroughs]]|[[Category:Miscellaneous walkthroughs]]}}}}{{pagetitle|{{{pagetitle|{{{pagename|{{ROOTPAGENAME}}}}} - {{{pagelabel|Walkthrough {{#ifeq:{{SUBPAGENAME}}|Silver|(Silver Timeline)}}}}}}}}{{#if:{{{pagegamelabel|}}}|<nowiki/> - {{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}}}}}}</includeonly><noinclude>__NOTOC__
Line 47: Line 41:
|skulls=
|skulls=
}}
}}
</pre>
==Custom parameters==
The following allows you to alter the title of the sub-sections:
<pre>
|imageBG=
|nameBG=
|sectionBG=
|fieldBG=
|titleBG=
|section1-title=
|section2-title=
</pre>
==Display parameters==
The following allows you to hide the section header
*hidea (hides Overview section header)
*hideb (hides Gameplay section header)
<pre>
|hidea=
|hideb=
</pre>
</pre>


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

Revision as of 14:44, August 28, 2023

Walkthrough infobox
 

Instructions

Cut and paste the following code into your article, then put the relevant specifications after the "=" signs.

{{Walkthrough infobox
|era=
|prev=
|next=
|name=
|image=
|player=
|objective=
|location=
|starting weapons=
|new weapons=
|enemies=
|skulls=
}}