Template:Quest walkthrough infobox: Difference between revisions

From Destinypedia, the Destiny wiki

mNo edit summary
m (Text replacement - "{{#if:({{{[^\|}\n]+\|}}})\|↵{{!}} ?class="infoboxlabel" style="[^\n"]+" {{!}}↵([^\n]+):↵{{!}} ?class="infoboxcell" colspan="(\d)" style="[^\n"]+" {{!}}↵{{{[^\|}\n]+\|?}}}↵}}↵\|-" to "{{Infobox|entry|title=$2|content=$1|colspan=$3}}")
Line 21: Line 21:
}}
}}
|-
|-
{{#if:{{{npcs|}}}|
{{Infobox|entry|title={{{npcs-title|NPCs}}}|content={{{npcs|}}}|colspan=2}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{type-title|Type}}}|content={{{type|}}}|colspan=2}}
{{{npcs-title|NPCs}}}:
{{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}|colspan=2}}
{{!}} class="infoboxcell" colspan="2" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{steps-title|Steps}}}|content={{{steps|}}}|colspan=2}}
{{{npcs}}}
{{Infobox|entry|title={{{mission-title|Mission(s)}}}|content={{{mission|}}}|colspan=2}}
}}
{{Infobox|entry|title={{{rewards-title|Rewards}}}|content={{{rewards|}}}|colspan=2}}
|-
{{#if:{{{type|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{type-title|Type}}}:
{{!}} class="infoboxcell" colspan="2" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{type}}}
}}
|-
{{#if:{{{location|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{location-title|Location(s)}}}:
{{!}} class="infoboxcell" colspan="2" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{location}}}
}}
|-
{{#if:{{{steps|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{steps-title|Steps}}}:
{{!}} class="infoboxcell" colspan="2" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{steps}}}
}}
|-
{{#if:{{{mission|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{mission-title|Mission(s)}}}:
{{!}} class="infoboxcell" colspan="2" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{mission}}}
}}
|-
{{#if:{{{rewards|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{rewards-title|Rewards}}}:
{{!}} class="infoboxcell" colspan="2" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{rewards}}}
}}
|-
| class="infoboxfooter" colspan="3" |  
| class="infoboxfooter" colspan="3" |  
|}<includeonly>[[Category:Walkthroughs]]</includeonly><noinclude>{{clear}}
|}<includeonly>[[Category:Walkthroughs]]</includeonly><noinclude>{{clear}}

Revision as of 11:09, 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=