Template:Infobox CoH Character: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| 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> | |||
<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