Template:CharacterInfoBox: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
{| class="infobox" style="border: 1px solid #000; width: 250px; float: right;"
<div class="infobox" style="border: 1px solid #000; width: 250px; float: right; padding: 10px;">
|-
  <div style="text-align: center; font-size: 1.25em; font-weight: bold;">Character Information</div>
! colspan="2" style="text-align: center; font-size: 1.25em;" | Character Information
  <div style="text-align: center;">
|-
    {{#if: {{{image|}}}
| colspan="2" style="text-align: center;" |
      | [[File:{{{image|Default_Profile.png}}}|250px|Profile Image]]
{{#if: {{{image|}}}
      | [[File:Default_Profile.png|250px|Profile Image]]
  | [[File:{{{image|Default_Profile.png}}}|250px|Profile Image]]
    }}
  | [[File:Default_Profile.png|250px|Profile Image]]
  </div>
}}
  <hr />
|-
  {{#if: {{{fullname|}}} | <div><b>Full Name:</b> {{{fullname}}}</div> }}
| colspan="2" style="text-align: center;" | <hr />
  {{#if: {{{species|}}} | <div><b>Species:</b> {{{species}}}</div> }}
|-
  {{#if: {{{sex|}}} | <div><b>Sex:</b> {{{sex}}}</div> }}
{{#if: {{{fullname|}}} | <tr><td><b>Full Name:</b></td><td>{{{fullname}}}</td></tr> }}
  {{#if: {{{homeworld|}}} | <div><b>Homeworld:</b> {{{homeworld}}}</div> }}
{{#if: {{{species|}}} | <tr><td><b>Species:</b></td><td>{{{species}}}</td></tr> }}
  {{#if: {{{occupation|}}} | <div><b>Occupation:</b> {{{occupation}}}</div> }}
{{#if: {{{sex|}}} | <tr><td><b>Sex:</b></td><td>{{{sex}}}</td></tr> }}
  {{#if: {{{group|}}} | <div><b>Group:</b> {{{group}}}</div> }}
{{#if: {{{homeworld|}}} | <tr><td><b>Homeworld:</b></td><td>{{{homeworld}}}</td></tr> }}
  {{{custom|}}}
{{#if: {{{occupation|}}} | <tr><td><b>Occupation:</b></td><td>{{{occupation}}}</td></tr> }}
</div>
{{#if: {{{group|}}} | <tr><td><b>Group:</b></td><td>{{{group}}}</td></tr> }}
|}

Revision as of 13:29, 18 May 2024

Character Information