Jump to content

Template:Infobox CoH Character: Difference between revisions

From BarkWiki
Infobox created with infobox builder.
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><header>Character</header><data source="origin"><label>Origin</label></data><data source="archetype"><label>Archetype</label></data><data source="alignment"><label>Alignment</label></data><data source="primary_power"><label>Primary Power</label></data><data source="secondary_power"><label>Secondary Power</label></data><header>Meta</header><data source="server"><label>Server</label></data><data source="first_issue"><label>First Issue</label></data><data source="played_by"><label>Played by</label></data></infobox>
<infobox>
  <title source="title">
    <default>{{PAGENAME}}</default>
  </title>
  <image source="image"/>
  <header>Character</header>
  <data source="origin">
    <label>Origin</label>
  </data>
  <data source="archetype">
    <label>Archetype</label>
  </data>
  <data source="alignment">
    <label>Alignment</label>
  </data>
  <data source="primary_power">
    <label>Primary Power</label>
  </data>
  <data source="secondary_power">
    <label>Secondary Power</label>
  </data>
  <header>Meta</header>
  <data source="server">
    <label>Server</label>
  </data>
  <data source="first_issue">
    <label>First Issue</label>
  </data>
  <data source="played_by">
    <label>Played by</label>
  </data>
</infobox>
<noinclude>
== Documentation ==
 
This infobox template is used to display character information for City of Heroes characters on wiki pages.
 
=== Usage ===
 
<code>
<nowiki>
{{PAGENAME
|title=
|image=
|origin=
|archetype=
|alignment=
|primary_power=
|secondary_power=
|server=
|first_issue=
|played_by=
}}
</nowiki>
</code>
 
=== Parameters ===
 
; title
: The character'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., "Character_name.jpg").
: ''Type:'' File
: ''Required:'' No
 
; origin
: The character's origin (Mutation, Magic, Science, Technology, Natural, or Primal).
: ''Type:'' String
: ''Required:'' No
 
; archetype
: The character's archetype (Blaster, Controller, Defender, Scrapper, Tanker, Brute, Corruptor, Dominator, or Mastermind).
: ''Type:'' String
: ''Required:'' No
 
; alignment
: The character's alignment (Hero, Villain, or Rogue).
: ''Type:'' String
: ''Required:'' No
 
; primary_power
: The character's primary power set.
: ''Type:'' String
: ''Required:'' No
 
; secondary_power
: The character's secondary power set.
: ''Type:'' String
: ''Required:'' No
 
; server
: The City of Heroes server where the character resides (e.g., Virtue, Justice, Protector).
: ''Type:'' String
: ''Required:'' No
 
; first_issue
: The game issue or update in which the character first appeared or was introduced.
: ''Type:'' String
: ''Required:'' No
 
; played_by
: The player's username or character creator's name.
: ''Type:'' String
: ''Required:'' No
 
=== Example ===
 
{{Infobox CoH Character
|title=Captain Thunder
|image=Captain_Thunder.jpg
|origin=Magic
|archetype=Blaster
|alignment=Hero
|primary_power=Electricity Blast
|secondary_power=Electric Armor
|server=Virtue
|first_issue=I1
|played_by=Thunderstrike
}}
</noinclude>

Latest revision as of 03:11, 30 June 2026

Documentation[edit source]

This infobox template is used to display character information for City of Heroes characters on wiki pages.

Usage[edit source]

{{PAGENAME |title= |image= |origin= |archetype= |alignment= |primary_power= |secondary_power= |server= |first_issue= |played_by= }}

Parameters[edit source]

title
The character'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., "Character_name.jpg").
Type: File
Required: No
origin
The character's origin (Mutation, Magic, Science, Technology, Natural, or Primal).
Type: String
Required: No
archetype
The character's archetype (Blaster, Controller, Defender, Scrapper, Tanker, Brute, Corruptor, Dominator, or Mastermind).
Type: String
Required: No
alignment
The character's alignment (Hero, Villain, or Rogue).
Type: String
Required: No
primary_power
The character's primary power set.
Type: String
Required: No
secondary_power
The character's secondary power set.
Type: String
Required: No
server
The City of Heroes server where the character resides (e.g., Virtue, Justice, Protector).
Type: String
Required: No
first_issue
The game issue or update in which the character first appeared or was introduced.
Type: String
Required: No
played_by
The player's username or character creator's name.
Type: String
Required: No

Example[edit source]