Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:UserCharacter1"

From Paragon Wiki Archive
Jump to: navigation, search
(adding in ability to include epic pool choice)
 
Line 1: Line 1:
{{#if:{{{name|}}}|{{{name}}}<br />}}{{#if:{{{image|}}}|{{{image}}}<br />}}{{#if:{{{nick|}}}|'''Nickname: '''{{{nick}}}<br />}}{{#if:{{{lvl|}}}|'''Level: '''{{{lvl}}}<br />}}{{#if:{{{arch|}}}|'''Archetype: '''{{{arch}}}<br />}}{{#if:{{{origin|}}}|'''Origin: '''{{{origin}}}<br />}}{{#if:{{{primary|}}}|'''Primary Power: '''{{{primary}}}<br />}}{{#if:{{{secondary|}}}|'''Secondary Power: '''{{{secondary}}}<br />}}{{#if:{{{travel|}}}|'''Travel Power: '''{{{travel}}}<br />}}{{#if:{{{epic|}}}|'''Epic Pool: '''{{{epic}}}<br />}}<<noinclude>
+
{{#if:{{{name|}}}|{{{name}}}<br />}}{{#if:{{{image|}}}|{{{image}}}<br />}}{{#if:{{{nick|}}}|'''Nickname: '''{{{nick}}}<br />}}{{#if:{{{lvl|}}}|'''Level: '''{{{lvl}}}<br />}}{{#if:{{{arch|}}}|'''Archetype: '''{{{arch}}}<br />}}{{#if:{{{origin|}}}|'''Origin: '''{{{origin}}}<br />}}{{#if:{{{primary|}}}|'''Primary Power: '''{{{primary}}}<br />}}{{#if:{{{secondary|}}}|'''Secondary Power: '''{{{secondary}}}<br />}}{{#if:{{{travel|}}}|'''Travel Power: '''{{{travel}}}<br />}}{{#if:{{{epic|}}}|'''Epic Pool: '''{{{epic}}}<br />}}<noinclude>
 
==Purpose==
 
==Purpose==
 
One of several methods of displaying character information on User: pages.
 
One of several methods of displaying character information on User: pages.

Latest revision as of 04:55, 24 July 2012

Purpose

One of several methods of displaying character information on User: pages.

This one uses <br> tags for line breaks, and has bolded line titles.

original layout from User:Savron

Usage

{{UserCharacter1
| name =
| image =
| nick =
| lvl =
| arch =
| origin =
| primary =
| secondary =
| travel =
| epic =
}}

EVERY parameter is optional.

  • Name could be a section title, name = ===Character Name===, but doesn't have to be.
  • Image can be a string of images or just one.
  • Nick is a nickname for Nickname which is the nickname of your character's name, and will be prefixed by Nickname:.
  • lvl is level, prefixed my Level:.
  • arch is Archetype, no default linking, prefixed by Archetype:.
  • origin is Origin, no default linking, prefixed by Origin:.
  • Primary is prefixed by Primary Power:.
  • Secondary is prefixed by Secondary Power:.
  • travel is prefixed by Travel Power:.
  • epic is prefixed by Epic Pool:.

Example

code result
{{UserCharacter1
| name = ===Savron===
| image =[[Image:Archetypeicon controller.png]][[Image:Originicon mutation.png]][[Image:Illusions Decieve.png]][[Image:Empathy RegenerationAura.png]]
| nick =Sav
| lvl =38
| arch =[[Controller]]
| origin =[[Mutation]]
| primary =[[Illusion Control|Illusion]]
| secondary =[[Empathy]]
| travel =[[Flight]]
| epic =[[Psionic Mastery]]
}}
===Savron===
Archetypeicon controller.pngOriginicon mutation.pngIllusions Decieve.pngEmpathy RegenerationAura.png
Nickname: Sav
Level: 38
Archetype: Controller
Origin: Mutation
Primary Power: Illusion
Secondary Power: Empathy
Travel Power: Flight
Epic Pool: Psionic Mastery