Template:UserCharacter1: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (historical) m (fix cat) |
imported>Thirty7 (historical) (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 />}}<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. | ||
Line 17: | Line 17: | ||
| secondary = | | secondary = | ||
| travel = | | travel = | ||
| epic = | |||
}}</nowiki></pre> | }}</nowiki></pre> | ||
EVERY parameter is optional. | EVERY parameter is optional. | ||
Line 28: | Line 29: | ||
* Secondary is prefixed by Secondary Power:. | * Secondary is prefixed by Secondary Power:. | ||
* travel is prefixed by Travel Power:. | * travel is prefixed by Travel Power:. | ||
* epic is prefixed by Epic Pool:. | |||
==Example== | ==Example== | ||
{| | {| | ||
Line 43: | Line 46: | ||
| secondary =[[Empathy]]</nowiki><br /><nowiki> | | secondary =[[Empathy]]</nowiki><br /><nowiki> | ||
| travel =[[Flight]]</nowiki><br /><nowiki> | | travel =[[Flight]]</nowiki><br /><nowiki> | ||
| epic =[[Psionic Mastery]]</nowiki><br /><nowiki> | |||
}}</nowiki></code> | }}</nowiki></code> | ||
| {{UserCharacter1 | | {{UserCharacter1 | ||
Line 54: | Line 58: | ||
| secondary =[[Empathy]] | | secondary =[[Empathy]] | ||
| travel =[[Flight]] | | travel =[[Flight]] | ||
| epic =[[Psionic Mastery]] | |||
}} | }} | ||
|} | |} | ||
[[Category:User Page Templates]]</noinclude> | [[Category:User Page Templates]]</noinclude> |
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
|
===Savron=== Nickname: Sav Level: 38 Archetype: Controller Origin: Mutation Primary Power: Illusion Secondary Power: Empathy Travel Power: Flight Epic Pool: Psionic Mastery < |