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 (+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)
Line 8: Line 8:
 
|label1  =  
 
|label1  =  
 
|data1    =  
 
|data1    =  
 +
 
|header2  =  
 
|header2  =  
 
|label2  = Contact
 
|label2  = Contact
|data2    = {{{contact}}}
+
|data2    = {{{contact|}}}
 +
 
 
|header3  =  
 
|header3  =  
 
|label3  = Zone
 
|label3  = Zone
|data3    = {{#if: {{{zone|}}} | {{{zone}}} }}
+
|data3    = {{{zone|}}}
 +
 
 
|header4  =
 
|header4  =
 
|label4  = Level
 
|label4  = Level
|data4    = {{{level}}}
+
|data4    = {{{level|}}}
 +
 
 
|header5  =
 
|header5  =
 
|label5  = Enemies
 
|label5  = Enemies
|data5    = {{#if: {{{enemies|}}} | {{{enemies}}} }}
+
|data5    = {{{enemies|}}}
 +
 
 
|header6  =
 
|header6  =
 
|label6  = Badge
 
|label6  = Badge
|data6    = {{#if: {{{badge|}}} | {{{badge}}} }}
+
|data6    = {{{badge|}}}
 +
 
 
|header7  = {{#if: {{{prev|}}} | Previous Mission }}
 
|header7  = {{#if: {{{prev|}}} | Previous Mission }}
 
|label7  =  
 
|label7  =  
 
|data7    =  
 
|data7    =  
 +
 
|header8  =
 
|header8  =
 
|label8  =  
 
|label8  =  
 
|data8    = {{#if: {{{prev|}}} | {{{prev}}} }}
 
|data8    = {{#if: {{{prev|}}} | {{{prev}}} }}
 +
 
|header9  = Current Mission
 
|header9  = Current Mission
 
|label9  =
 
|label9  =
 
|data9    =
 
|data9    =
 +
 
|header10 =
 
|header10 =
 
|label10  =  
 
|label10  =  
 
|data10  = {{{mission}}}
 
|data10  = {{{mission}}}
 +
 
|header11 = {{#if: {{{next|}}} | Next Mission }}
 
|header11 = {{#if: {{{next|}}} | Next Mission }}
 
|label11  =  
 
|label11  =  
 
|data11  =  
 
|data11  =  
 +
 
|header12 =
 
|header12 =
 
|label12  =  
 
|label12  =  

Revision as of 15:10, 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: