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}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox|start|color={{{color1|inherit}}}|bg={{{BG|#7995CA}}}}}
{{Infobox|start|width=260px|bg=#7995CA}}
|-
 
{{Infobox|entry|title=Prev|content={{{prev|}}}}}
{{Infobox|entry|title={{{prev-title|Prev}}}|content={{{prev|}}}}}
{{Infobox|entry|title=Next|content={{{next|}}}}}
{{Infobox|entry|title={{{next-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|}}}}}
{{#if:{{{image|}}}|
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg=#B4C5E3}}
{{!}} 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.
Line 33: Line 31:
|rewards=
|rewards=
}}
}}
</pre>
==Custom parameters==
The following allows you to alter the background colors of the template:
<pre>
|imageBG=
|nameBG=
|sectionBG=
|fieldBG=
|titleBG=
</pre>
</pre>


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

Latest revision as of 09:58, June 14, 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=
}}