No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Character | Character box template! | ||
Use it like so (feel free to delete lines that don't apply to you, except for FullName) | Use it like so (feel free to delete lines that don't apply to you, except for FullName) | ||
<pre> | <pre> | ||
{{ | {{CharacterBox | ||
| FullName=Han Solo | | FullName=Han Solo | ||
| Portrait=HanSolo.png | | 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 | | Race=Human | ||
| Sex=Male | | Sex=Male | ||
| Title=General | | Title=General | ||
| Profession=Smuggler | | Profession=Smuggler (Use this line for your coded Profession) | ||
| Occupation=Rebel | | Occupation=Rebel (Use this line for whatever you want) | ||
| Homeworld=Corellia | | Homeworld=Corellia | ||
| Organization=Rebel Alliance | | Organization=Rebel Alliance | ||
Line 18: | Line 19: | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly>__NOTOC__ | ||
{{ | <div class="infobox" style="width: 250px; float: right; border: solid 2px white; margin: 5px; padding: 5px;"> | ||
<div style="text-align: center;"> | |||
| | {{#if: {{{Portrait|}}} | ||
| | | {{#ifexist: File:{{{Portrait}}} | ||
| | | [[File:{{{Portrait}}}|250px|center|frameless|alt={{{FullName}}}]] | ||
| | | [[File:Default_Profile.png|250px|center|frameless|alt=Default Profile]] | ||
| | }} | ||
| [[File:Default_Profile.png|250px|center|frameless|alt=Default Profile]] | |||
}} | |||
| | </div> | ||
<div class="sci-fi-font" style="text-align: center; font-size: 1.5em;">{{{FullName}}}</div> | |||
<hr /> | |||
{{#if: {{{Title|}}} | <div><b>Title:</b> {{{Title}}}</div>}}{{#if: {{{Race|}}} | <div><b>Race:</b> {{{Race}}}</div>}} | |||
< | |||
{{{ | |||
</ |
Revision as of 14:29, 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 }}