Template:CharacterPage: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
{{CharacterInfoBox
<noinclude>
| image = {{{image|}}}
Character page template!
| fullname = {{{fullname|}}}
 
| species = {{{species|}}}
Use it like so (feel free to delete lines that don't apply to you, except for FullName)
| sex = {{{sex|}}}
<pre>
| homeworld = {{{homeworld|}}}
{{CharacterPage
| occupation = {{{occupation|}}}
| FullName=Han Solo
| group = {{{group|}}}
| Portrait=HanSolo.png
| custom = {{{custom|}}}
| Race=Human
| Sex=Male
| Title=General
| Profession=Smuggler
| Occupation=Rebel
| Homeworld=Corellia
| Organization=Rebel Alliance
| Ship=Millennium Falcon
}}
</pre>
</noinclude>
<includeonly>
{{CharacterBox
| FullName={{{FullName}}}
| Portrait={{{Portrait}}}
| Race={{{Race}}}
| Sex={{{Sex}}}
| Title={{{Title}}}
| Profession={{{Profession}}}
| Occupation={{{Occupation}}}
| Homeworld={{{Homeworld}}}
| Organization={{{Organization}}}
| Ship={{{Ship}}}
| DisableLogs={{{DisableLogs}}}
}}
}}
<!-- Add your character's custom information here -->
<!-- Add your character's custom information here -->
 
{{{custom|}}}
<includeonly>{{#ifeq:{{NAMESPACE}}|Template||[[Category:Characters]]}}</includeonly>
</includeonly>

Revision as of 13:56, 18 May 2024

Character page template!

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

{{CharacterPage
| FullName=Han Solo
| Portrait=HanSolo.png
| Race=Human
| Sex=Male
| Title=General
| Profession=Smuggler
| Occupation=Rebel
| Homeworld=Corellia
| Organization=Rebel Alliance
| Ship=Millennium Falcon
}}