Difference between revisions of "User:Aggelakis/Mission"
From Paragon Wiki Archive
m |
m |
||
| Line 53: | Line 53: | ||
{{{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, like contacts are currently. |
{{clr}} | {{clr}} | ||
== Example == | == Example == | ||
Revision as of 09:11, 2 February 2011
| Overview | |
|---|---|
| Contact | {{{contact}}} |
| Level | {{{level}}} |
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)
|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|
|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]]
|next=[[Mission:To Save a Thousand Worlds - Extract the missing scientists|Extract the missing scientists]]
}}