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 26: Line 26:
 
|label7  =  
 
|label7  =  
 
|data7    = {{#if: {{{prev|}}} | {{{prev}}} }}
 
|data7    = {{#if: {{{prev|}}} | {{{prev}}} }}
|header8  = {{#if: {{{next|}}} | Next Mission }}
+
|header8  = Mission Name
|label8  =  
+
|label8  =
|data8    =  
+
|data8    =
 
|header9  =
 
|header9  =
 
|label9  =  
 
|label9  =  
|data9    = {{#if: {{{next|}}} | {{{next}}} }}
+
|data9    = {{{mission}}}
 +
|header10 = {{#if: {{{next|}}} | Next Mission }}
 +
|label10  =
 +
|data10  =
 +
|header11 =
 +
|label11  =  
 +
|data11  = {{#if: {{{next|}}} | {{{next}}} }}
 
}}<noinclude>
 
}}<noinclude>
 
== Usage ==
 
== Usage ==
Line 44: Line 50:
 
  |badge=List of badges; use {{tl|BadgeLink}} (optional)
 
  |badge=List of badges; use {{tl|BadgeLink}} (optional)
 
  |prev=Link to previous mission (optional)
 
  |prev=Link to previous mission (optional)
 +
|mission=Mission Name (acceptance text or "Part X: Y Z") (required)
 
  |next=Link to next mission (optional)
 
  |next=Link to next mission (optional)
 
  }}
 
  }}
Line 59: Line 66:
 
|arc=To Save a Thousand Worlds
 
|arc=To Save a Thousand Worlds
 
|contact=Unai Kemen
 
|contact=Unai Kemen
|zone=Zone Name
+
|zone=[[Paragon City]]
 
|level=45-50
 
|level=45-50
 
|badge=
 
|badge=
 
|prev=[[Mission:To Save a Thousand Worlds - Find the missing scientists|Find the missing scientists]]
 
|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]]
 
|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]
 
}}
 
}}
 +
{{clr}}
 
  <nowiki>{{User:Aggelakis/MissionArc|</nowiki>
 
  <nowiki>{{User:Aggelakis/MissionArc|</nowiki>
 
  |arc=To Save a Thousand Worlds
 
  |arc=To Save a Thousand Worlds
Line 72: Line 81:
 
  |badge=
 
  |badge=
 
  <nowiki>|prev=[[Mission:To Save a Thousand Worlds - Find the missing scientists|Find the missing scientists]]</nowiki>
 
  <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>
 
  <nowiki>|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]</nowiki>
 
  }}
 
  }}
 
</noinclude>
 
</noinclude>

Revision as of 09:15, 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, like contacts are currently.

Example

User:Aggelakis/MissionArc

{{User:Aggelakis/MissionArc|
|arc=To Save a Thousand Worlds
|contact=Unai Kemen
|zone=Zone Name
|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]]
}}