Template:CharacterInfoBox: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
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|}}} | {{!}}'''Full Name:''' {{!}}{{{fullname}}}{{!}}- }}
  {{#if: {{{homeworld|}}} | <div><b>Homeworld:</b> {{{homeworld}}}</div>}}
{{#if: {{{species|}}} | {{!}}'''Species:''' {{!}}{{{species}}}{{!}}- }}
  {{#if: {{{occupation|}}} | <div><b>Occupation:</b> {{{occupation}}}</div>}}
{{#if: {{{sex|}}} | {{!}}'''Sex:''' {{!}}{{{sex}}}{{!}}- }}
  {{#if: {{{group|}}} | <div><b>Group:</b> {{{group}}}</div>}}
{{#if: {{{homeworld|}}} | {{!}}'''Homeworld:''' {{!}}{{{homeworld}}}{{!}}- }}
  {{#if: {{{custom|}}} | {{{custom}}} }}
{{#if: {{{occupation|}}} | {{!}}'''Occupation:''' {{!}}{{{occupation}}}{{!}}- }}
</div>
{{#if: {{{group|}}} | {{!}}'''Group:''' {{!}}{{{group}}}{{!}}- }}
|}

Revision as of 13:41, 18 May 2024

Character Information