Template:UserCharacter1: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) m (I give up for now) |
imported>Thirty7 (historical) No edit summary |
||
(4 intermediate revisions by 4 users not shown) | |||
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|}}}|''' | {{#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 41: | Line 44: | ||
| origin =[[Mutation]]</nowiki><br /><nowiki> | | origin =[[Mutation]]</nowiki><br /><nowiki> | ||
| primary =[[Illusion Control|Illusion]]</nowiki><br /><nowiki> | | primary =[[Illusion Control|Illusion]]</nowiki><br /><nowiki> | ||
| secondary =[[ | | 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 52: | Line 56: | ||
| origin =[[Mutation]] | | origin =[[Mutation]] | ||
| primary =[[Illusion Control|Illusion]] | | primary =[[Illusion Control|Illusion]] | ||
| secondary =[[ | | secondary =[[Empathy]] | ||
| travel =[[Flight]] | | travel =[[Flight]] | ||
| epic =[[Psionic Mastery]] | |||
}} | }} | ||
|} | |} | ||
[[Category: | [[Category:User Page Templates]]</noinclude> |
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
|
===Savron=== Nickname: Sav Level: 38 Archetype: Controller Origin: Mutation Primary Power: Illusion Secondary Power: Empathy Travel Power: Flight Epic Pool: Psionic Mastery |