Template:CharacterInfoBox: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<div class="infobox" style="border: 1px solid #000; width: 250px; float: right; padding: 10px;">
<noinclude>
Character box template!
 
Use it like so (feel free to delete lines that don't apply to you, except for FullName)
<pre>
{{CharacterBox
| FullName=Han Solo
| Portrait={{Image|http://www.swaoa-mush.com/resources/assets/wiki.png}}  (if it's a file on another server OR)
| Portrait=HanSolo.png (if it's an uploaded [[File:HanSolo.png]] here.)
| Race=Human
| Sex=Male
| Title=General
| Profession=Smuggler (Use this line for your coded Profession)
| Occupation=Rebel (Use this line for whatever you want)
| Homeworld=Corellia
| Organization=Rebel Alliance
| Ship=Millennium Falcon
}}
</pre>
</noinclude>
<includeonly>__NOTOC__
<div class="infobox" style="width: 250px; float: right; border: solid 2px white; margin: 5px; padding: 5px;">
   <div style="text-align: center; font-size: 1.25em; font-weight: bold;">Character Information</div>
   <div style="text-align: center; font-size: 1.25em; font-weight: bold;">Character Information</div>
   <div style="text-align: center;">
   <div style="text-align: center;">
     {{#if: {{{image|}}}
     {{#if: {{{Portrait|}}}
       | [[File:{{{image|Default_Profile.png}}}|250px|Profile Image]]
       | {{#ifexist: File:{{{Portrait}}}
        | [[File:{{{Portrait}}}|250px]]
        | {{{Portrait}}}
      }}
       | [[File:Default_Profile.png|250px|Profile Image]]
       | [[File:Default_Profile.png|250px|Profile Image]]
     }}
     }}
   </div>
   </div>
   <hr />
   <hr />
   {{#if: {{{fullname|}}} | <div><b>Full Name:</b> {{{fullname}}}</div>}}{{#if: {{{species|}}} | <div><b>Species:</b> {{{species}}}</div>}}{{#if: {{{sex|}}} | <div><b>Sex:</b> {{{sex}}}</div>}}{{#if: {{{homeworld|}}} | <div><b>Homeworld:</b> {{{homeworld}}}</div>}}{{#if: {{{occupation|}}} | <div><b>Occupation:</b> {{{occupation}}}</div>}}{{#if: {{{group|}}} | <div><b>Group:</b> {{{group}}}</div>}}{{#if: {{{custom|}}} | {{{custom}}} }}
   {{#if: {{{FullName|}}} | <div><b>Full Name:</b> {{{FullName}}}</div>}}{{#if: {{{Title|}}} | <div><b>Title:</b> {{{Title}}}</div>}}{{#if: {{{Race|}}} | <div><b>Race:</b> {{{Race}}}</div>}}{{#if: {{{Sex|}}} | <div><b>Sex:</b> {{{Sex}}}</div>}}{{#if: {{{Occupation|}}} | <div><b>Occupation:</b> {{{Occupation}}}</div>}}{{#if: {{{Profession|}}} | <div><b>Profession:</b> {{{Profession}}}</div>}}{{#if: {{{Homeworld|}}} | <div><b>Homeworld:</b> {{{Homeworld}}}</div>}}{{#if: {{{Organization|}}} | <div><b>Organization:</b> {{{Organization}}}</div>}}{{#if: {{{Ship|}}} | <div><b>Ship:</b> {{{Ship}}}</div>}}
  {{#if: {{{DisableLogs|}}}  
    |
    | <div class="SWAOACharBoxLogs" style="max-height: 200px; overflow: scroll;">
        {{#dpl:resultsheader=<hr/>'''Logs'''<br/>|suppresserrors=true|namespace=Log|ordermethod=firstedit|order=descending|linksto={{PAGENAME}}|format=,*%PAGE%¦%TITLE%\n,|redirects=only}}
      </div>
  }}
</div>
</div>
[[Category:Characters]]
</includeonly>

Revision as of 13:54, 18 May 2024

Character box template!

Use it like so (feel free to delete lines that don't apply to you, except for FullName)

{{CharacterBox
| FullName=Han Solo
| Portrait={{Image|http://www.swaoa-mush.com/resources/assets/wiki.png}}  (if it's a file on another server OR)
| Portrait=HanSolo.png (if it's an uploaded [[File:HanSolo.png]] here.)
| Race=Human
| Sex=Male
| Title=General
| Profession=Smuggler (Use this line for your coded Profession)
| Occupation=Rebel (Use this line for whatever you want)
| Homeworld=Corellia
| Organization=Rebel Alliance
| Ship=Millennium Falcon
}}