Difference between revisions of "User:Aggelakis/Mission Objective"
From Paragon Wiki Archive
m (+image) |
m (testing) |
||
Line 6: | Line 6: | ||
{{#if: {{{entrance|}}}| {{!}} style="color:#ffd700; font-style:italic;" {{!}} {{{entrance}}} }} | {{#if: {{{entrance|}}}| {{!}} style="color:#ffd700; font-style:italic;" {{!}} {{{entrance}}} }} | ||
|- | |- | ||
− | | style="color:#ffffff; font-weight:bold; padding-top:15px; padding-bottom:10px;" | {{#if: {{{image|}}}| [[File:{{{image}}}|right|150px]] }}<div style="padding-left:20px;">{{{objective}}}</div><div style="padding-left:40px;">{{#if: {{{sub|}}}| <span style="font-weight:normal;">{{{sub}}}</span> }}</div> | + | | style="color:#ffffff; font-weight:bold; padding-top:15px; padding-bottom:10px;" | {{#if: {{{image|}}}| [[File:{{{image}}}|right|150px|{{#if: {{{imgtext|}}}|thumb{{!}}{{center{{!}}{{{imgtext}}} }} }}]] }}<div style="padding-left:20px;">{{{objective}}}</div><div style="padding-left:40px;">{{#if: {{{sub|}}}| <span style="font-weight:normal;">{{{sub}}}</span> }}</div> |
{{#if: {{{enemies|}}}| <br />'''Enemies'''<br /> | {{#if: {{{enemies|}}}| <br />'''Enemies'''<br /> | ||
{{{enemies}}} | {{{enemies}}} | ||
Line 18: | Line 18: | ||
− | Mission objectives template. Two required parameters, | + | Mission objectives template. Two required parameters, six optional: |
*'''entrance''' = Entry text. | *'''entrance''' = Entry text. | ||
**If there is no entrance text in a door mission, use {{tl|No Entrance}}. | **If there is no entrance text in a door mission, use {{tl|No Entrance}}. | ||
Line 24: | Line 24: | ||
*'''objective''' = Top line of nav bar text. '''Required.''' | *'''objective''' = Top line of nav bar text. '''Required.''' | ||
*'''sub''' = Sub-objectives. One per line, asterisk (*) at beginning of each line. | *'''sub''' = Sub-objectives. One per line, asterisk (*) at beginning of each line. | ||
− | *'''image''' = An image. Do not include File: or any formatting (e.g. "HellionMission.jpg" only). | + | *'''image''' = An image. Do not include File: or any formatting (e.g. "HellionMission.jpg|Hellions Hideout" only). |
*Automatically aligns image to the right and forces image to 150px wide. | *Automatically aligns image to the right and forces image to 150px wide. | ||
+ | *To specify a description for the image, use '''imgtext''' (requires '''image'''). | ||
*'''enemies''' = <nowiki>{{Enemy EnemyName}}</nowiki> (e.g. {{tl|Enemy Council}}) list. | *'''enemies''' = <nowiki>{{Enemy EnemyName}}</nowiki> (e.g. {{tl|Enemy Council}}) list. | ||
*'''npc''' = Notable NPCs. One per line, asterisk (*) at beginning of each line. Requires {{{enemies}}}. | *'''npc''' = Notable NPCs. One per line, asterisk (*) at beginning of each line. Requires {{{enemies}}}. |
Revision as of 01:25, 7 October 2010
{{{objective}}} |
{{{objective}}}
|
{{{complete}}} |
Mission objectives template. Two required parameters, six optional:
- entrance = Entry text.
- If there is no entrance text in a door mission, use {{No Entrance}}.
- Open-world missions (hunts, talk-to, click objects, etc.) do not require entrance.
- objective = Top line of nav bar text. Required.
- sub = Sub-objectives. One per line, asterisk (*) at beginning of each line.
- image = An image. Do not include File: or any formatting (e.g. "HellionMission.jpg|Hellions Hideout" only).
- Automatically aligns image to the right and forces image to 150px wide.
- To specify a description for the image, use imgtext (requires image).
- enemies = {{Enemy EnemyName}} (e.g. {{Enemy Council}}) list.
- npc = Notable NPCs. One per line, asterisk (*) at beginning of each line. Requires {{{enemies}}}.
- complete = Mission completion text. Required.
- If there is no completion text, use {{No Completion}}.