Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "User:Aggelakis/Mission Objective"

From Paragon Wiki Archive
Jump to: navigation, search
m
m
 
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{| width="90%" style="background:#777777; padding:1em; border-radius:1em; -moz-border-radius:1em; color:white; border:1px solid #ff0000;"
 
{| width="90%" style="background:#777777; padding:1em; border-radius:1em; -moz-border-radius:1em; color:white; border:1px solid #ff0000;"
 
|-
 
|-
| style="color:#ffd700; font-size:120%; font-weight:bold; border-bottom:1px white solid;" | [[File:Mission Selected.png|26px]] Mission Objective
+
| style="color:#ffd700; font-size:120%; font-weight:bold; border-bottom:1px white solid;" | [[File:Mission Selected.png|26px]] {{{objective}}}
 
|-
 
|-
{{#if: {{{entrance|}}}| {{!}} style="color:#ffd700; font-style:italic;" {{!}} {{{entrance}}} }}
+
{{#if: {{{entrance|}}}| {{!}} style="color:#ffd700; font-style:italic; padding-bottom:5px;" {{!}} {{{entrance}}} }}
 
|-
 
|-
| style="color:#ffffff; font-weight:bold; padding-top:15px; padding-bottom:15px; text-align:center;" | {{{objective}}} {{#if: {{{sub|}}}| <br /><span style="font-weight:normal;">{{{sub}}}</span> }}
+
| style="color:#ffffff; font-weight:bold; padding-top:10px; padding-bottom:10px;" | {{#if: {{{image|}}}| [[File:{{{image}}}|right| {{#if: {{{imgwidth|150}}}| {{{imgwidth}}} }}px {{#if: {{{imgtext|}}}| {{!}}thumb{{!}}<span style="color:#000000;">{{{imgtext}}}</span> }} ]]}}<div style="padding-left:20px;">{{{objective}}}</div><div style="padding-left:40px;">{{#if: {{{sub|}}}| <span style="font-weight:normal;">{{{sub}}}</span> }}</div>
{{#if: {{{enemies|}}}|
+
{{#if: {{{enemies|}}}| <br />'''Enemies'''<br />
<div width="100%" style="text-align:left;"><br /><br />'''Enemies'''<br />
+
 
{{{enemies}}}
 
{{{enemies}}}
  
 
{{#if: {{{npc|}}}| '''Notable NPCs'''<br />
 
{{#if: {{{npc|}}}| '''Notable NPCs'''<br />
{{{npc}}} }}</div> }}
+
{{{npc}}} }} }}
 
|-
 
|-
 
| style="color:#ffd700; font-style:italic; border-top:1px white solid;" | {{{complete}}}
 
| style="color:#ffd700; font-style:italic; border-top:1px white solid;" | {{{complete}}}
Line 19: Line 18:
  
  
Mission objectives template. Two required parameters, four optional:
+
Mission objectives template. Two required parameters, six optional:
*'''entrance''' = Entry text. Optional.
+
*'''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}}.
 
**Open-world missions (hunts, talk-to, click objects, etc.) do not require entrance.
 
**Open-world missions (hunts, talk-to, click objects, etc.) do not require entrance.
 
*'''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. Optional.
+
*'''sub''' = Sub-objectives. One per line, asterisk (*) at beginning of each line.
*'''enemies''' = <nowiki>{{Enemy EnemyName}}</nowiki> (e.g. {{tl|Enemy Council}}) list. Optional.
+
*'''image''' = An image. Do not include File: or any formatting (e.g. "HellionMission.jpg|Hellions Hideout" only).
*'''npc''' = Notable NPCs. One per line, asterisk (*) at beginning of each line. Optional. Requires {{{enemies}}}.
+
*Automatically aligns image to the right.
 +
*To specify a width of the image, use '''imgwidth''' (requires '''image'''). Defaults to ''150''.
 +
*To specify a description for the image, use '''imgtext''' (requires '''image''').
 +
*'''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}}}.
 
*'''complete''' = Mission completion text. '''Required.'''
 
*'''complete''' = Mission completion text. '''Required.'''
 
**If there is no completion text, use {{tl|No Completion}}.
 
**If there is no completion text, use {{tl|No Completion}}.
 
</noinclude>
 
</noinclude>

Latest revision as of 02:22, 7 October 2010

Mission Selected.png {{{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.
  • To specify a width of the image, use imgwidth (requires image). Defaults to 150.
  • 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.