Difference between revisions of "Template:Characterbox"

From Ouroboros Portal
Jump to: navigation, search
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 = Olivia Darque
+
| name = Example Girl
| image = [[File:OliviaDarque1.jpg|150px]]
+
| image = OliviaDarque1.jpg
 
| origin = Magic
 
| origin = Magic
| archetype = Scrapfender
+
| archetype = Scrapper
| primary = [[paragonwiki:Dark Blast|Dark Blast]]
+
| 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 = Summarize other important details.
+
| details = She is an example for this template!
 
}}
 
}}
'''NOTE:''' Technically, all fields are optional.
 
  
  <nowiki>{{</nowiki>Characterbox
+
==Usage==
| name = Registered Hero/Villain Name
+
Produces a formatted sidebar for character pages. See the formatted box below for a blank template for use in articles.
| image = <nowiki>[[</nowiki>File:OliviaDarque1.jpg|150px]]
+
 
| origin = Registered Origin
+
 
| archetype = Registered Archetype
+
{| style="background: transparent;"
| primary = Registered Primary Powerset; can link to Paragon Wiki's powerset page:
+
|<pre>
            <nowiki>[[</nowiki>paragonwiki:Dark Blast|Dark Blast]]
+
{{Characterbox
| secondary = Registered Secondary Powerset
+
| name = <!-- Character's Name -->
| other = Other powers (pools, epics, temps, fictional)
+
| image = <!-- In format of Example.jpg -->
| formal = Alias(es), birth name, etc.
+
| origin = <!-- Registered Origin -->
| gender = Gender
+
| archetype = <!--Archetype. Will link to paragonwiki. -->
| supergroup = Supergroup name
+
| primary = <!-- Primary Powerset. Will link to paragonwiki. -->
| details = Summarize other important details.
+
| 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

150x300px

Character Details
Origin Originicon magic.png Magic
Archetype Archetypeicon scrapper.png Scrapper
Primary Dark Blast
Secondary Dark Melee
Other Powers Leaping
Security Level Classified.
Formal Name Olivia Darque
Gender Gendericon female.png Female
Supergroup The Supergroup name

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. -->
}}