Template:Quest walkthrough infobox: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
mNo edit summary
 
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" cellspacing="0" style="width:260px; background:{{{BG|#7995CA}}}; color:{{{color1|inherit}}}"
{{Infobox|start|width=260px|bg=#7995CA}}
{{!}}-
 
{{#if:{{{prev|}}}|
{{Infobox|entry|title={{{prev-title|Prev}}}|content={{{prev|}}}}}
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}" width="40px" {{!}}
{{Infobox|entry|title={{{next-title|Next}}}|content={{{next|}}}}}
'''Prev''':
 
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}" {{!}}
{{Infobox|title|name={{{name|}}}}}
{{{prev|}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg=#B4C5E3}}
{{!}}-}}
 
{{#if:{{{next|}}}|
{{Infobox|entry|title={{{npcs-title|NPCs}}}|content={{{npcs|}}}}}
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}" width="40px" {{!}}
{{Infobox|entry|title={{{type-title|Type}}}|content={{{type|}}}}}
'''Next''':
{{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}}}
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}" {{!}}
{{Infobox|entry|title={{{steps-title|Steps}}}|content={{{steps|}}}}}
{{{next|}}}
{{Infobox|entry|title={{{mission-title|Mission(s)}}}|content={{{mission|}}}}}
{{!}}-}}
{{Infobox|entry|title={{{rewards-title|Rewards}}}|content={{{rewards|}}}}}
! style="background:{{{nameBG|transparent}}}; color:{{{color2|#FFFFFF}}}; text-align:center; font-size:120%; line-height:20px" colspan="3" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
 
{{!}}-
{{Infobox|end}}<includeonly>[[Category:Walkthroughs]]</includeonly><noinclude>{{clear}}
{{#if:{{{image|}}}|
==Usage instructions==
! style="background:{{{imageBG|#B4C5E3}}}; text-align:center; border-bottom:1px solid {{{lineBG|#999999}}}" colspan="3" {{!}} {{{image|}}} {{#if:{{{caption|}}}|<div>{{{caption}}}</div>}}
}}
{{!}}-
{{#if:{{{npcs|}}}|
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
'''{{{npcs-title|NPCs}}}''':
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" colspan="2" {{!}}
{{{npcs|}}}
{{!}}-}}
{{#if:{{{type|}}}|
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
'''{{{type-title|Type}}}''':
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" colspan="2" {{!}}
{{{type|}}}
{{!}}-}}
{{#if:{{{location|}}}|
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
'''{{{location-title|Location(s)}}}''':
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" colspan="2" {{!}}
{{{location|}}}
{{!}}-}}
{{#if:{{{steps|}}}|
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
'''{{{steps-title|Steps}}}''':
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" colspan="2" {{!}}
{{{steps|}}}
{{!}}-}}
{{#if:{{{mission|}}}|
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
'''{{{mission-title|Mission(s)}}}:'''
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" colspan="2" {{!}}
{{{mission|}}}
{{!}}-}}
{{#if:{{{rewards|}}}|
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" {{!}}
'''{{{rewards-title|Rewards}}}:'''
{{!}} class="infoboxcell" style="background:{{{fieldBG|#F2F3F4}}}; border-color:{{{lineBG|#999999}}}" colspan="2" {{!}}
{{{rewards|}}}
{{!}}-}}
| colspan="3" style="text-align:center; background:{{{BG|transparent}}}; padding:0; font-size:10px" | &nbsp;
|}<includeonly>[[Category:Walkthroughs]]</includeonly><noinclude>__NOTOC__
{{clear}}
==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.
<pre>
<pre>
{{Quest walkthrough infobox
{{Quest walkthrough infobox
Line 73: 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 22:01, 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=
}}