Template:Infobox Story Arc
Appearance
(Redirected from Template:Infobox Mission)
Documentation[edit source]
This infobox template is used to display information about City of Heroes story arcs on wiki pages.
Usage[edit source]
{{Infobox Story Arc
|title=
|image=
|creator=
|arc_id=
|keywords=
|length=
|first_publish=
|morality=
|enemy_groups=
|status=
|mission_1=
|mission_2=
|mission_3=
}}
Parameters[edit source]
- title
- The story arc's name. Defaults to the page name if not specified.
- Type: String
- Required: No
- image
- An image file to display in the infobox. Should be the filename only (e.g., "Arc_name.jpg").
- Type: File
- Required: No
- creator
- The name of the NPC contact or mission giver who offers the story arc.
- Type: String
- Required: No
- arc_id
- The unique identification number for the story arc.
- Type: Integer
- Required: No
- keywords
- Tags or keywords associated with the arc for categorization and searchability.
- Type: String
- Required: No
- length
- The estimated length or difficulty of the arc (e.g., "Short", "Medium", "Long").
- Type: String
- Required: No
- first_publish
- The date or issue when the story arc was first published or released.
- Type: String
- Required: No
- morality
- The moral alignment of the arc (Hero, Villain, or Neutral).
- Type: String
- Required: No
- enemy_groups
- A list of enemy groups encountered throughout the arc.
- Type: String
- Required: No
- status
- The current status of the arc (Active, Discontinued, Revamped, etc.).
- Type: String
- Required: No
- mission_1
- The title or description of the first mission in the arc.
- Type: String
- Required: No
- mission_2
- The title or description of the second mission in the arc.
- Type: String
- Required: No
- mission_3
- The title or description of the third mission in the arc.
- Type: String
- Required: No
Example[edit source]