Template:Infobox CoH Character: Difference between revisions
Appearance
Infobox created with infobox builder. |
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> | <onlyinclude> | ||
<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> | |||
</onlyinclude> | |||
<noinclude> | |||
== Documentation == | |||
This infobox template is used to display character information for City of Heroes characters on wiki pages. | |||
=== 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 === | |||
{{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> | |||
Revision as of 23:55, 29 June 2026
Documentation
This infobox template is used to display character information for City of Heroes characters on wiki pages.
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