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 (+whitespace for clarity; removed a lot of #if's on label/data pairs, output was the same as just using a parameter default of null)
(allowing prev/mission/next to use full width of infobox)
Line 34: Line 34:
  
 
|header8  =
 
|header8  =
|label8  =  
+
|label8  =  
|data8    = {{#if: {{{prev|}}} | {{{prev}}} }}
+
|data8    = {{#if: {{{prev|}}} | <div style="text-align: left;">{{{prev}}}</div> }}
  
 
|header9  = Current Mission
 
|header9  = Current Mission
Line 42: Line 42:
  
 
|header10 =
 
|header10 =
|label10  = &nbsp;
+
|label10  =  
|data10  = {{{mission}}}
+
|data10  = <div style="text-align: left;">{{{mission}}}</div>
  
 
|header11 = {{#if: {{{next|}}} | Next Mission }}
 
|header11 = {{#if: {{{next|}}} | Next Mission }}
Line 50: Line 50:
  
 
|header12 =
 
|header12 =
|label12  = &nbsp;
+
|label12  =  
|data12  = {{#if: {{{next|}}} | {{{next}}} }}
+
|data12  = {{#if: {{{next|}}} | <div style="text-align: left;">{{{next}}}</div>} }}
 
}}<noinclude>
 
}}<noinclude>
 
== Usage ==
 
== Usage ==

Revision as of 15:12, 2 February 2011

Overview
Current Mission
{{{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/Mission|
|arc=Name of story arc (optional)
|contact=Contact Name (required)
|zone=Zone Name (optional)
|level=Level Range (required)
|enemies=Plain links to enemy types (not {{Enemy XYZ}}) (optional)
|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/Mission|
|arc=To Save a Thousand Worlds
|contact=Unai Kemen
|zone=[[Paragon City]]
|enemies=
|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]]
}}


To Save a Thousand Worlds
Overview
Contact Unai Kemen
Zone Paragon City
Level 45-50
Previous Mission
Current Mission
Go see Tina Macintyre
Next Mission
v  d  e

Would yield the text shown to the right: