Template:CharacterInfoBox: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
Character box template!
Your CharacterInfoBox information can be filled out to personalize your page. Examples can be found below.
 
If you would like to exclude a line, simply delete it and it will not appear in your Character Info Box. <u>Do not delete FullName.</u>


Use it like so (feel free to delete lines that don't apply to you, except for FullName)
<pre>
<pre>
{{CharacterInfoBox
{{CharacterInfoBox
| FullName=Han Solo
| FullName=Lone Starr      (This can be longer than your login name. DO NOT DELETE.)
| Portrait={{Image|http://www.swaoa-mush.com/resources/assets/wiki.png}}  (if it's a file on another server OR)
| Portrait=LoneStarr.png   (The name of an uploaded image)
| Portrait=HanSolo.png (if it's an uploaded [[File:HanSolo.png]] here.)
| Species=Humanish          (Your species)
| Race=Human
| Sex=Awkward              (Your sex)
| Sex=Male
| Title=Captain            (Rank, title, maybe an insult that stuck)
| Title=General
| Occupation=Space Vagabond (Your job or occupational identity)
| Profession=Smuggler (Use this line for your coded Profession)
| Homeworld=Druidia?        (Where you were born, or where you now live)
| Occupation=Rebel (Use this line for whatever you want)
| Group=Loner's Inc.        (Your most important or public group)
| Homeworld=Corellia
| Organization=Rebel Alliance
| Ship=Millennium Falcon
}}
}}
</pre>
</pre>
Line 32: Line 30:
   <div class="sci-fi-font" style="text-align: center; font-size: 1.5em;">{{{FullName}}}</div>
   <div class="sci-fi-font" style="text-align: center; font-size: 1.5em;">{{{FullName}}}</div>
   <hr />
   <hr />
   {{#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: {{{Species|}}} | <div><b>Species:</b> {{{Species}}}</div>}}{{#if: {{{Sex|}}} | <div><b>Sex:</b> {{{Sex}}}</div>}}{{#if: {{{Title|}}} | <div><b>Title:</b> {{{Title}}}</div>}}{{#if: {{{Occupation|}}} | <div><b>Occupation:</b> {{{Occupation}}}</div>}}{{#if: {{{Homeworld|}}} | <div><b>Homeworld:</b> {{{Homeworld}}}</div>}}{{#if: {{{Group|}}} | <div><b>Group:</b> {{{Group}}}</div>}}
   {{#if: {{{DisableLogs|}}}
   {{#if: {{{DisableLogs|}}}
     |
     |
Line 46: Line 44:
   }}
   }}
</div>
</div>
[[Category:Characters]]
</includeonly>
</includeonly>

Revision as of 15:02, 18 May 2024

Your CharacterInfoBox information can be filled out to personalize your page. Examples can be found below.

If you would like to exclude a line, simply delete it and it will not appear in your Character Info Box. Do not delete FullName.

{{CharacterInfoBox
| FullName=Lone Starr       (This can be longer than your login name. DO NOT DELETE.)
| Portrait=LoneStarr.png    (The name of an uploaded image)
| Species=Humanish          (Your species)
| Sex=Awkward               (Your sex)
| Title=Captain             (Rank, title, maybe an insult that stuck)
| Occupation=Space Vagabond (Your job or occupational identity)
| Homeworld=Druidia?        (Where you were born, or where you now live)
| Group=Loner's Inc.        (Your most important or public group)
}}