Template:Quest walkthrough infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "{{#if:({{{[^\|}\n]+\|}}})\|↵{{!}} ?class="infoboxlabel" style="background:[^\n;"]+" {{!}}↵([^\n]+):↵{{!}} ?class="infoboxcell" style="[^\n"]+" {{!}}↵{{{[^\|}\n]+\|?}}}↵}}↵\|-" to "{{Infobox|entry|title=$2|content=$1}}")
mNo edit summary
Line 1: Line 1:
{{Infobox|start|color={{{color1|inherit}}}|bg={{{BG|#7995CA}}}}}
{{Infobox|start|color={{{color1|inherit}}}|bg={{{BG|#7995CA}}}}}
|-
 
{{Infobox|entry|title=Prev|content={{{prev|}}}}}
{{Infobox|entry|title=Prev|content={{{prev|}}}}}
{{Infobox|entry|title=Next|content={{{next|}}}}}
{{Infobox|entry|title=Next|content={{{next|}}}}}
! class="infoboxheading" colspan="3" style="background:{{{nameBG|transparent}}}; color:{{{color2|#fff}}}; line-height:20px" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
 
|-
{{Infobox|title|name={{{name|}}}|color={{{color2|#fff}}}|bg={{{nameBG|transparent}}}}}
{{#if:{{{image|}}}|
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg={{{imageBG|#B4C5E3}}}|linebg={{{lineBG|#999}}}}}
{{!}} class="infoboxmedia" colspan="3" style="background:{{{imageBG|#B4C5E3}}}; border-bottom:1px solid {{{lineBG|#999}}}" {{!}} {{{image}}} {{#if:{{{caption|}}}|{{clear}}{{{caption}}}}}
 
}}
{{Infobox|entry|title={{{npcs-title|NPCs}}}|content={{{npcs|}}}}}
|-
{{Infobox|entry|title={{{type-title|Type}}}|content={{{type|}}}}}
{{Infobox|entry|title={{{npcs-title|NPCs}}}|content={{{npcs|}}}|colspan=2}}
{{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}}}
{{Infobox|entry|title={{{type-title|Type}}}|content={{{type|}}}|colspan=2}}
{{Infobox|entry|title={{{steps-title|Steps}}}|content={{{steps|}}}}}
{{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}|colspan=2}}
{{Infobox|entry|title={{{mission-title|Mission(s)}}}|content={{{mission|}}}}}
{{Infobox|entry|title={{{steps-title|Steps}}}|content={{{steps|}}}|colspan=2}}
{{Infobox|entry|title={{{rewards-title|Rewards}}}|content={{{rewards|}}}}}
{{Infobox|entry|title={{{mission-title|Mission(s)}}}|content={{{mission|}}}|colspan=2}}
 
{{Infobox|entry|title={{{rewards-title|Rewards}}}|content={{{rewards|}}}|colspan=2}}
{{Infobox|end}}<includeonly>[[Category:Walkthroughs]]</includeonly><noinclude>{{clear}}
| class="infoboxfooter" colspan="3" | &nbsp;
|}<includeonly>[[Category:Walkthroughs]]</includeonly><noinclude>{{clear}}
==Usage instructions==
==Usage instructions==
Cut and paste the following code into your article, then put the relevant specifications after the "=" signs.
Cut and paste the following code into your article, then put the relevant specifications after the "=" signs.

Revision as of 11:20, June 1, 2024

Quest walkthrough infobox
 

Usage instructions

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

{{Quest walkthrough infobox
|prev=
|next=
|name=
|image=
|npcs=
|type=
|location=
|steps=
|mission=
|rewards=
}}

Custom parameters

The following allows you to alter the background colors of the template:

|imageBG=
|nameBG=
|sectionBG=
|fieldBG=
|titleBG=