|
|
(13 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {| class="infobox" style="width:260px; background:{{{BG|#7995CA}}}; color:{{{color1|inherit}}}" cellspacing="0" | | {{Infobox|start|width=260px|bg=#7995CA}} |
| |-
| | |
| {{#if:{{{prev|}}}|
| | {{Infobox|entry|title={{{prev-title|Prev}}}|content={{{prev|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}" width="40px" {{!}}
| | {{Infobox|entry|title={{{next-title|Next}}}|content={{{next|}}}}} |
| Prev:
| | |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}" {{!}}
| | {{Infobox|title|name={{{name|}}}}} |
| {{{prev}}}
| | {{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg=#B4C5E3}} |
| }}
| | |
| |- | | {{Infobox|entry|title={{{npcs-title|NPCs}}}|content={{{npcs|}}}}} |
| {{#if:{{{next|}}}|
| | {{Infobox|entry|title={{{type-title|Type}}}|content={{{type|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}" width="40px" {{!}}
| | {{Infobox|entry|title={{{location-title|Location(s)}}}|content={{{location|}}}}} |
| Next:
| | {{Infobox|entry|title={{{steps-title|Steps}}}|content={{{steps|}}}}} |
| {{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}" {{!}} | | {{Infobox|entry|title={{{mission-title|Mission(s)}}}|content={{{mission|}}}}} |
| {{{next}}}
| | {{Infobox|entry|title={{{rewards-title|Rewards}}}|content={{{rewards|}}}}} |
| }}
| | |
| |- | | {{Infobox|end}}<includeonly>[[Category:Walkthroughs]]</includeonly><noinclude>{{clear}} |
| ! class="infoboxheading" colspan="3" style="background:{{{nameBG|transparent}}}; color:{{{color2|#fff}}}; line-height:20px" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
| | ==Usage instructions== |
| |-
| |
| {{#if:{{{image|}}}|
| |
| {{!}} class="infoboxmedia" colspan="3" style="background:{{{imageBG|#B4C5E3}}}; border-bottom:1px solid {{{lineBG|#999}}}" {{!}} {{{image}}} {{#if:{{{caption|}}}|{{clear}}{{{caption}}}}}
| |
| }} | |
| |-
| |
| {{#if:{{{npcs|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{npcs-title|NPCs}}}: | |
| {{!}} class="infoboxcell" colspan="2" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
| |
| {{{npcs}}} | |
| }}
| |
| |-
| |
| {{#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" |
| |
| |}<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. |
|
| |
|
Line 82: |
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> |