|
|
Line 1: |
Line 1: |
| <includeonly> | | <infobox> |
| <!-- START OF PADDING AROUND INFO BOX --> | | <title source="Box title"> |
| {| border="0" cellpadding="20" width= "320px" style="float: right;"
| | <default> |
| |-
| | <div style="font-size:150%;font-family:Metamorphous;padding:3px;border-radius:3ex;text-align:center;"><span style="font-weight: bold; color:white; text-shadow:black 0px 0px 10px;">{{PAGENAME}}</span></div></default> |
| |
| | </title> |
| <!-- START OF ACTUAL INFO BOX --> | | <image source="image"/> |
| {| border="0" cellpadding="2" cellspacing="0" style="background: whitesmoke; border: 1px solid #aaaaaa" align="center"
| | <data source="fullname"> |
| |-
| | <label>Full Name</label> |
| !style="background:#b19cd9;" |'''{{{name|{{PAGENAME}}}}}'''
| | <default>No information</default> |
| |-
| | </data> |
| |
| | <data source="alias"> |
| <!-- BORDER AROUND THE IMAGE --> | | <label>Alias</label> |
| {| border="0" cellpadding="2" cellspacing="0" style="background: whitesmoke; border: 1px solid #aaaaaa" align="center"
| | <default>No information</default> |
| |-
| | </data> |
| ![[Image:{{{Image|none.png}}}|330px|center|]]
| | <data source="origin"> |
| |-
| | <label>Origin</label> |
| |}<div style= align="center">{{#if:{{{Quote|}}}|{{{Quote|}}}}}</div>
| | <default>No information</default> |
| <!-- END OF BORDER AROUND IMAGE --> | | </data> |
| |-
| | <data source="occupation"> |
| |
| | <label>Occupation</label> |
| {| border="0" cellpadding="2" cellspacing="1" style="text-align:left; background: none; border-top:1px solid #aaaaaa"
| | <default>No information</default> |
| |-valign="top"
| | </data> |
| {{#if:{{{fullname|}}} |
| | <data source="skills"> |
| !width=100{{!}}Fullname:
| | <label>Powers / Skills</label> |
| !width=200{{!}}{{{fullname|}}}
| | <default>No information</default> |
| }}
| | </data> |
| |-valign="top"
| | <data source="hobby"> |
| {{#if:{{{alias|}}} |
| | <label>Hobby</label> |
| !width=100{{!}}Alias:
| | <default>No information</default> |
| !width=200{{!}}{{{alias|''Unknown''}}}
| | </data> |
| }}
| | <data source="goals"> |
| |-valign="top"
| | <label>Goals</label> |
| {{#if:{{{origin|}}} |
| | <default>No information</default> |
| !width=100{{!}}Origin:
| | </data> |
| !width=200{{!}}{{{origin|''Unknown''}}}
| | <data source="crimes"> |
| }}
| | <label>Crimes</label> |
| |-valign="top"
| | <default>No information</default> |
| {{#if:{{{occupation|}}} |
| | </data> |
| !width=100{{!}}Occupation:
| | <data source="type of villains"> |
| !width=200{{!}}{{{occupation|''Unknown''}}}
| | <label>Type of Villains</label> |
| }}
| | <default>No information</default> |
| |-valign="top"
| | </data> |
| {{#if:{{{hobby|}}} |
| | </infobox> |
| !width=100{{!}}Hobby:
| |
| !width=200{{!}}{{{hobby|''Unknown''}}}
| |
| }}
| |
| |-valign="top"
| |
| {{#if:{{{goals|}}} |
| |
| !width=100{{!}}Goals:
| |
| !width=200{{!}}{{{goals|''Unknown''}}}
| |
| }}
| |
| |-valign="top"
| |
| {{#if:{{{crimes|}}} |
| |
| !width=100{{!}}Crimes:
| |
| !width=200{{!}}{{{crimes|''Unknown''}}}
| |
| }}
| |
| |-valign="top"
| |
| {{#if:{{{type of villains|}}} |
| |
| !width=100{{!}}Type of Villains:
| |
| !width=200{{!}}{{{type of villains|''Unknown''}}}
| |
| }}
| |
| |-
| |
| |}
| |
| <!-- END OF FIRST SECTION --> | |
| |}
| |
| <!-- END OF ACTUAL INFOBOX --> | |
| |}
| |
| <!-- END OF PADDING AROUND INFOBOX --> | |
| </includeonly> | |