Jump to content

Template:Infobox Story Arc: Difference between revisions

From BarkWiki
m Tonytins moved page Template:Infobox Mission to Template:Infobox Story Arc: Misspelled title
No edit summary
 
Line 1: Line 1:
<infobox><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><header>Basic Informaiton</header><data source="creator"><label>Creator</label></data><data source="arc_id"><label>Arc ID</label></data><data source="keywords"><label>Keywords</label></data><data source="length"><label>Length</label></data><data source="first_publish"><label>First Published</label></data><data source="morality"><label>Morality</label></data><data source="enemy_groups"><label>Enemy Groups</label></data><data source="status"><label>Status</label></data><header>Missions</header><data source="mission_1"><label>Mission 1</label></data><data source="mission_2"><label>Mission 2</label></data><data source="mission_3"><label>Mission 3</label></data></infobox>
<infobox><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><header>Basic Informaiton</header><data source="creator"><label>Creator</label></data><data source="arc_id"><label>Arc ID</label></data><data source="keywords"><label>Keywords</label></data><data source="length"><label>Length</label></data><data source="first_publish"><label>First Published</label></data><data source="morality"><label>Morality</label></data><data source="enemy_groups"><label>Enemy Groups</label></data><data source="status"><label>Status</label></data><header>Missions</header><data source="mission_1"><label>Mission 1</label></data><data source="mission_2"><label>Mission 2</label></data><data source="mission_3"><label>Mission 3</label></data></infobox>
<noinclude>
== Documentation ==
This infobox template is used to display information about City of Heroes story arcs on wiki pages.
=== Usage ===
<code><nowiki>
{{Infobox Story Arc
|title=
|image=
|creator=
|arc_id=
|keywords=
|length=
|first_publish=
|morality=
|enemy_groups=
|status=
|mission_1=
|mission_2=
|mission_3=
}}
</nowiki></code>
=== Parameters ===
; 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 ===
{{Infobox Story Arc
|title=The Rise of the Clockwork King
|image=Clockwork_King_Arc.jpg
|creator=Ms. Liberty
|arc_id=12345
|keywords=Clockwork, Crey, Technology
|length=Long
|first_publish=Issue 5
|morality=Hero
|enemy_groups=Clockwork, Crey Industries, Malta Group
|status=Final
|mission_1=Disrupt the Clockwork Assembly
|mission_2=Infiltrate the Crey Facility
|mission_3=Defeat the Clockwork King
}}
</noinclude>

Latest revision as of 03:07, 30 June 2026

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]