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"

From Paragon Wiki Archive
Jump to: navigation, search
m
m
Line 60: Line 60:
 
{{{zone}}} COULD be used to auto-populate categorization (<nowiki>[[Category:Missions in {{{zone}}}]]</nowiki>), but many missions are located in multiple zones, so would need to add optional extra zones (<nowiki>{{#if {{{zone2|}}} | [[Category:Missions in {{{zone2}}} }}</nowiki>, zone3, zone4, etc.).
 
{{{zone}}} COULD be used to auto-populate categorization (<nowiki>[[Category:Missions in {{{zone}}}]]</nowiki>), but many missions are located in multiple zones, so would need to add optional extra zones (<nowiki>{{#if {{{zone2|}}} | [[Category:Missions in {{{zone2}}} }}</nowiki>, zone3, zone4, etc.).
  
{{{level}}} COULD be used to auto-populate categorization by alignment/level, like contacts are currently.
+
{{{level}}} COULD be used to auto-populate categorization by alignment/level, as suggested [http://www.cohtitan.com/forum/index.php/topic,3347.msg35377.html#msg35377 here] on the forums by Sekoia.
 
{{clr}}
 
{{clr}}
 
== Example ==
 
== Example ==
 +
<nowiki>{{User:Aggelakis/MissionArc|</nowiki>
 +
|arc=To Save a Thousand Worlds
 +
|contact=Unai Kemen
 +
|zone=<nowiki>[[Paragon City]]</nowiki>
 +
|level=45-50
 +
|badge=
 +
<nowiki>|prev=[[Mission:To Save a Thousand Worlds - Find the missing scientists|Find the missing scientists]]</nowiki>
 +
|mission=Go see Tina Macintyre
 +
<nowiki>|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]</nowiki>
 +
}}
 +
{{clr}}
 
{{:User:Aggelakis/MissionArc|
 
{{:User:Aggelakis/MissionArc|
 
|arc=To Save a Thousand Worlds
 
|arc=To Save a Thousand Worlds
Line 73: Line 84:
 
|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]
 
|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]
 
}}
 
}}
{{clr}}
+
Would yield the text shown to the right:</noinclude>
<nowiki>{{User:Aggelakis/MissionArc|</nowiki>
+
|arc=To Save a Thousand Worlds
+
|contact=Unai Kemen
+
|zone=Zone Name
+
|level=45-50
+
|badge=
+
<nowiki>|prev=[[Mission:To Save a Thousand Worlds - Find the missing scientists|Find the missing scientists]]</nowiki>
+
|mission=Go see Tina Macintyre
+
<nowiki>|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]</nowiki>
+
}}
+
</noinclude>
+

Revision as of 09:20, 2 February 2011

Overview
Contact {{{contact}}}
Level {{{level}}}
Mission Name
  {{{mission}}}
v  d  e

Usage

To be used in Mission: space to provide navigation between missions and also to auto-categorize them according to a structured categorization style to avoid miscategorization.

Markup

{{User:Aggelakis/MissionArc|
|arc=Name of story arc (optional)
|contact=Contact Name (required)
|zone=Zone Name (optional)
|level=Level Range (required)
|badge=List of badges; use {{BadgeLink}} (optional)
|prev=Link to previous mission (optional)
|mission=Mission Name (acceptance text or "Part X: Y Z") (required)
|next=Link to next mission (optional)
}}

{{{contact}}} and {{{badge}}} could be used to auto-populate mission categorization.

  • [[Category:{{{contact}}} Missions]]
  • {{#if {{{badge|}}} | [[Category:Badge Missions]] }}

{{{zone}}} COULD be used to auto-populate categorization ([[Category:Missions in {{{zone}}}]]), but many missions are located in multiple zones, so would need to add optional extra zones ({{#if {{{zone2|}}} | [[Category:Missions in {{{zone2}}} }}, zone3, zone4, etc.).

{{{level}}} COULD be used to auto-populate categorization by alignment/level, as suggested here on the forums by Sekoia.

Example

{{User:Aggelakis/MissionArc|
|arc=To Save a Thousand Worlds
|contact=Unai Kemen
|zone=[[Paragon City]]
|level=45-50
|badge=
|prev=[[Mission:To Save a Thousand Worlds - Find the missing scientists|Find the missing scientists]]
|mission=Go see Tina Macintyre
|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]
}}


User:Aggelakis/MissionArc Would yield the text shown to the right: