Difference between revisions of "Template:Characterbox"
From Ouroboros Portal
m |
|||
Line 1: | Line 1: | ||
+ | '''NOTE:''' Technically, all fields are optional. | ||
<includeonly>{| class="infobox" style="width: 250px; text-align: left; font-size: 70%; background-color: 778FE1; padding: 2px; -moz-border-radius:10px;" cellspacing="2" | <includeonly>{| class="infobox" style="width: 250px; text-align: left; font-size: 70%; background-color: 778FE1; padding: 2px; -moz-border-radius:10px;" cellspacing="2" | ||
|- | |- | ||
Line 8: | Line 9: | ||
<br /> | <br /> | ||
{{#if: {{{image|}}} | {{#if: {{{image|}}} | ||
− | |{{{image}}} | + | |[[Image:{{{image}}}|150px]] |
|[[Image:blankperson.jpg]] | |[[Image:blankperson.jpg]] | ||
}} | }} | ||
Line 17: | Line 18: | ||
|- | |- | ||
{{#if: {{{origin|}}}| | {{#if: {{{origin|}}}| | ||
− | {{!}}'''Origin'''{{!}}{{!}}{{{origin}}}| | + | {{!}}'''Origin'''{{!}}{{!}}[[paragonwiki:{{{origin}}}|{{{origin}}}]]| |
''Classified.'' | ''Classified.'' | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{archetype|}}}| | {{#if: {{{archetype|}}}| | ||
− | {{!}}'''Archetype'''{{!}}{{!}}{{{archetype}}}| | + | {{!}}'''Archetype'''{{!}}{{!}}[[paragonwiki:{{{archetype}}}|{{{archetype}}}]]| |
''Classified.'' | ''Classified.'' | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{primary|}}}| | {{#if: {{{primary|}}}| | ||
− | {{!}}'''Primary'''{{!}}{{!}}{{{primary}}}| | + | {{!}}'''Primary'''{{!}}{{!}}[[paragonwiki:{{{primary}}}|{{{primary}}}]]| |
''Classified.'' | ''Classified.'' | ||
}} | }} | ||
|- | |- | ||
{{#if: {{{secondary|}}}| | {{#if: {{{secondary|}}}| | ||
− | {{!}}'''Secondary'''{{!}}{{!}}{{{secondary}}}| | + | {{!}}'''Secondary'''{{!}}{{!}}[[paragonwiki:{{{secondary}}}|{{{secondary}}}]]| |
''Classified.'' | ''Classified.'' | ||
}} | }} | ||
Line 66: | Line 67: | ||
}} | }} | ||
|} | |} | ||
− | |}</includeonly><noinclude> | + | |}</includeonly> |
+ | <br clear=all><noinclude> | ||
{{Characterbox | {{Characterbox | ||
− | | name = | + | | name = Example Girl |
− | | image = | + | | image = OliviaDarque1.jpg |
| origin = Magic | | origin = Magic | ||
− | | archetype = | + | | archetype = Scrapper |
− | | primary = | + | | primary = Dark Blast |
| secondary = Dark Melee | | secondary = Dark Melee | ||
| other = Leaping | | other = Leaping | ||
| formal = Olivia Darque | | formal = Olivia Darque | ||
| gender = Female | | gender = Female | ||
− | | supergroup = Supergroup name | + | | supergroup = The Supergroup name |
− | | details = | + | | details = She is an example for this template! |
}} | }} | ||
− | |||
− | < | + | ==Usage== |
− | + | Produces a formatted sidebar for character pages. See the formatted box below for a blank template for use in articles. | |
− | + | ||
− | + | ||
− | + | {| style="background: transparent;" | |
− | + | |<pre> | |
− | + | {{Characterbox | |
− | + | | name = <!-- Character's Name --> | |
− | + | | image = <!-- In format of Example.jpg --> | |
− | + | | origin = <!-- Registered Origin --> | |
− | + | | archetype = <!--Archetype. Will link to paragonwiki. --> | |
− | + | | primary = <!-- Primary Powerset. Will link to paragonwiki. --> | |
− | + | | secondary = <!-- Secondary Powerset. Will link to paragonwiki. --> | |
− | + | | other = <!-- Other powers (pools, epics, temps, fictional) --> | |
+ | | formal = <!-- Alias(es), birth name, etc. --> | ||
+ | | gender = <!-- Gender --> | ||
+ | | supergroup = <!-- Supergroup name --> | ||
+ | | details = <!-- Optional summary of other important details. --> | ||
+ | }}</pre> | ||
+ | |} | ||
[[Category:Character templates|Characterbox]]</noinclude> | [[Category:Character templates|Characterbox]]</noinclude> |
Revision as of 08:27, 3 June 2009
NOTE: Technically, all fields are optional.
Example Girl
|
Usage
Produces a formatted sidebar for character pages. See the formatted box below for a blank template for use in articles.
{{Characterbox | name = <!-- Character's Name --> | image = <!-- In format of Example.jpg --> | origin = <!-- Registered Origin --> | archetype = <!--Archetype. Will link to paragonwiki. --> | primary = <!-- Primary Powerset. Will link to paragonwiki. --> | secondary = <!-- Secondary Powerset. Will link to paragonwiki. --> | other = <!-- Other powers (pools, epics, temps, fictional) --> | formal = <!-- Alias(es), birth name, etc. --> | gender = <!-- Gender --> | supergroup = <!-- Supergroup name --> | details = <!-- Optional summary of other important details. --> }} |