Jump to content

Template:Infobox CoH Character: Difference between revisions

From BarkWiki
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude>
<infobox>
   <infobox>
   <title source="title">
    <title source="title">
    <default>{{PAGENAME}}</default>
      <default>{{PAGENAME}}</default>
  </title>
    </title>
  <image source="image"/>
    <image source="image"/>
  <header>Character</header>
    <header>Character</header>
  <data source="origin">
    <data source="origin">
    <label>Origin</label>
      <label>Origin</label>
  </data>
    </data>
  <data source="archetype">
    <data source="archetype">
    <label>Archetype</label>
      <label>Archetype</label>
  </data>
    </data>
  <data source="alignment">
    <data source="alignment">
    <label>Alignment</label>
      <label>Alignment</label>
  </data>
    </data>
  <data source="primary_power">
    <data source="primary_power">
    <label>Primary Power</label>
      <label>Primary Power</label>
  </data>
    </data>
  <data source="secondary_power">
    <data source="secondary_power">
    <label>Secondary Power</label>
      <label>Secondary Power</label>
  </data>
    </data>
  <header>Meta</header>
    <header>Meta</header>
  <data source="server">
    <data source="server">
    <label>Server</label>
      <label>Server</label>
  </data>
    </data>
  <data source="first_issue">
    <data source="first_issue">
    <label>First Issue</label>
      <label>First Issue</label>
  </data>
    </data>
  <data source="played_by">
    <data source="played_by">
    <label>Played by</label>
      <label>Played by</label>
  </data>
    </data>
</infobox>
  </infobox>
</onlyinclude>
<noinclude>
<noinclude>
== Documentation ==
== Documentation ==


This infobox template is used to display character information for City of Heroes characters on wiki pages.
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 ===
=== Parameters ===

Revision as of 00:15, 30 June 2026

Documentation

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

Usage

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

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