Template:UserCharacter1: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko No edit summary |
imported>Konoko m (eesh, this is tricky) |
||
Line 1: | Line 1: | ||
{{#if:{{{name|}}}|{{{name}}}<br />}} | {{#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|}}}|'''Originl: '''{{{origin}}}<br />}}{{#if:{{{primary|}}}|'''Primary Power: '''{{{primary}}}<br />}}{{#if:{{{secondary|}}}|'''Secondary Power: '''{{{secondary}}}<br />}}{{#if:{{{travel|}}}|'''Travel Power: '''{{{travel}}}<br />}}<noinclude> | ||
{{#if:{{{image|}}}|{{{image}}}<br />}} | |||
{{#if:{{{nick|}}}|'''Nickname: '''{{{nick}}}<br />}} | |||
{{#if:{{{lvl|}}}|'''Level: '''{{{lvl}}}<br />}} | |||
{{#if:{{{arch|}}}|'''Archetype: '''{{{arch}}}<br />}} | |||
{{#if:{{{origin|}}}|'''Originl: '''{{{origin}}}<br />}} | |||
{{#if:{{{primary|}}}|'''Primary Power: '''{{{primary}}}<br />}} | |||
{{#if:{{{secondary|}}}|'''Secondary Power: '''{{{secondary}}}<br />}} | |||
{{#if:{{{travel|}}}|'''Travel Power: '''{{{travel}}}<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. | ||
Line 37: | Line 29: | ||
* travel is prefixed by Travel Power:. | * travel is prefixed by Travel Power:. | ||
==Example== | ==Example== | ||
{{UserCharacter1 | |||
| image =[[Image:Archetypeicon controller.png]][[Image:Originicon mutation.png]][[Image:Illusions Decieve.png]][[Image:Empathy RegenerationAura.png]] | |||
| lvl =38 | |||
| arch =[[Controller]] | |||
| primary =[[Illusion Control|Illusion]] | |||
| secondary =[[Empaty]] | |||
}} | |||
{| | {| | ||
! code | ! code |
Revision as of 22:10, 13 March 2007
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 = }}
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:.
Example
Level: 38
Archetype: Controller
Primary Power: Illusion
Secondary Power: Empaty
code | result |
---|---|
{{UserCharacter1
|
===Savron=== Nickname: Sav Level: 38 Archetype: Controller Originl: Mutation Primary Power: Illusion Secondary Power: Empaty Travel Power: Flight |