Template:Walkthrough infobox: Difference between revisions

From Halopedia, the Halo wiki

(new template)
 
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(113 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| border=0 cellspacing=0 cellpadding=4 style="float:right; clear:right; width:260px; background:#F0F0F0; border-collapse:collapse; border:1px solid #999999; color:#000; font-size:smaller; line-height:1.5;"
{{Infobox|start|bg=#7995CA}}
|-
 
| align="center" |
{{Infobox|rowspan|align=center|content={{{era|}}}|width=100px|entries=
{{#if:{{{era|}}}|
{{Infobox|entry|title={{{prev-title|Prev}}}|content={{{prev|}}}<nowiki/>}}
{{!}}{{!}}{{{era}}}}}
{{Infobox|entry|title={{{next-title|Next}}}|content={{{next|}}}<nowiki/>}}
| align="left" style="width:200px;" |
{| style="color:#000; font-size:smaller; line-height:1.5;"
|-
{{#if:{{{prev|}}}|
{{!}}{{!}} '''Prev:'''
{{!}}{{!}} {{{prev}}}}}
|-
{{#if:{{{next|}}}|
{{!}}{{!}} '''Next:'''
{{!}}{{!}} {{{next}}}}}
|}
|}
{| border=0 cellspacing=0 cellpadding=4 style="float:right; clear:right; width:250px; background:#F0F0F0; border-collapse:collapse; border:1px solid #999999; color:#000000; font-size:smaller; line-height:1.5;"
|-
| colspan=2 style="background:#7995CA; text-align:center; font-size:150%; border-bottom:1px solid #999999;"|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
|-
{{#if:{{{image|}}}|
! colspan=2 style="background:#B4C5E3; text-align:center; border-bottom:1px solid #999999;"{{!}} {{{image}}}
}}
}}
|-
 
{{#if:{{{player|}}}|
{{Infobox|title|name={{{name|}}}|colspan=3}}
{{!}} style="border-bottom:1px solid #999999;" {{!}} '''Player:'''
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|colspan=3}}
{{!}} style="border-bottom:1px solid #999999;" {{!}} {{{player}}}}}
 
|-
{{Infobox|section|title={{{section1-title|Level overview}}}|colspan=3|entries=
{{#if:{{{objective|}}}|
{{Infobox|entry|title={{{player-title|Player(s)}}}|content={{{player|}}}|colspan=2}}
{{!}} style="border-bottom:1px solid #999999;" {{!}} '''OBJECTIVE:'''
{{Infobox|entry|title={{{objective-title|Objective(s)}}}|content={{{objective|}}}|colspan=2}}
{{!}} style="border-bottom:1px solid #999999;" {{!}} {{{objective}}}}}
{{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}|colspan=2}}
|-
}}
{{#if:{{{location|}}}|
 
{{!}} style="border-bottom:1px solid #999999;" {{!}} '''Location:'''
{{Infobox|section|title={{{section2-title|Gameplay overview}}}|colspan=3|entries=
{{!}} style="border-bottom:1px solid #999999;" {{!}} {{{location}}}}}
{{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}}
{{#if:{{{starting weapons|}}}|
{{Infobox|entry|title={{{enemies-title|Enemies}}}|content={{{enemies|}}}|colspan=2}}
{{!}} style="border-bottom:1px solid #999999;" {{!}} '''Starting Weapons:'''
{{Infobox|entry|title={{{skulls-title|Skulls}}}|content={{{skulls|}}}|colspan=2}}
{{!}} style="border-bottom:1px solid #999999;" {{!}}
{{Infobox|entry|title={{{misc-title|Miscellaneous}}}|content={{{misc|}}}|colspan=2}}
{{{starting weapons}}}}}
}}
|-
 
{{#if:{{{new weapons|}}}|
{{Infobox|end|colspan=3}}<includeonly>{{Infobox/pagetitle|name={{{pagename|{{{name|}}}}}}|label={{{pagelabel|Walkthrough}}}|label2={{#acronym:game|{{{pagegamelabel|}}}|title|{{{pagegamelabel|}}}}}}}{{#if:{{{pagegamelabel|}}}|{{#ifexist:Category:{{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}} walkthroughs|[[Category:{{#acronym:game|{{{pagegamelabel}}}|title|{{{pagegamelabel}}}}} walkthroughs]]|[[Category:Miscellaneous walkthroughs]]}}}}</includeonly><noinclude>{{clear}}
{{!}} style="border-bottom:1px solid #999999;" {{!}} '''New Weapons:'''
==Usage instructions==
{{!}} style="border-bottom:1px solid #999999;" {{!}}
Copy and paste the following code into your article, then put the relevant specifications after the "=" signs.
{{{new weapons}}}}}
 
|-
{{#if:{{{enemies|}}}|
{{!}} style="border-bottom:1px solid #999999;" {{!}} '''Enemies:'''
{{!}} style="border-bottom:1px solid #999999;" {{!}}
{{{enemies}}}}}
|-
{{#if:{{{skulls|}}}|
{{!}} style="border-bottom:1px solid #999999;" {{!}} '''Skulls:'''
{{!}} style="border-bottom:1px solid #999999;" {{!}}
{{{skulls}}}}}
|-
|-
| colspan=2 style="text-align:center; background:#FFFFFF; border-bottom:1px solid #999; padding:0px;" | [[Template:Walkthrough Infobox|[Source]]]
|}
<noinclude>
==Usage==
To use this template, paste the following code into the top of the article, filling all relevant fields:
<pre>
<pre>
{{Walkthrough Infobox
{{Walkthrough infobox
|era=
|era=
|prev=
|prev=
Line 78: Line 43:
}}
}}
</pre>
</pre>
[[Category:Infoboxes]]
 
</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 10:11, June 14, 2024

Walkthrough infobox
 

Usage instructions

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