Difference between revisions of "Template:CharacterBox"
From Redwall MUCK Wiki
(Created page with "<noinclude>This template is used for creating character pages via the form on Category:Characters.</noinclude><includeonly><!-- Fill this in with information about your c...") |
Tag: Rollback |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Character box template! | |||
Use it like so (feel free to delete lines that don't apply to you, except for FullName) | |||
<pre> | |||
{{CharacterBox | {{CharacterBox | ||
| FullName=Matthias | | FullName=Matthias | ||
Line 10: | Line 12: | ||
| Occupation=Novice | | Occupation=Novice | ||
| Organization=Redwall Order | | Organization=Redwall Order | ||
| Alignment=Good | |||
}} | }} | ||
</includeonly>< | </pre> | ||
</noinclude><includeonly>__NOTOC__ | |||
<div class="RWCharacterBox" style="width: 250px; float: right; border: solid 2px white; margin: 5px; padding: 5px;"> | |||
<div class="Portrait">{{#if:{{{Portrait|}}}|{{#ifexist:File:{{{Portrait}}}|[[File:{{{Portrait}}}|250px]]|{{{Portrait}}}}}}}</div> | |||
=={{{FullName}}}== | |||
{{#if:{{{Title|}}}|'''Title''': [[{{{Title}}}]]<br/>}}{{#if:{{{Race|}}}|'''Race''': [[{{{Race}}}]]<br/>}}{{#if:{{{Sex|}}}|'''Sex''': {{{Sex|Hermaphrodite}}}<br/>}}{{#if:{{{Occupation|}}}|'''Occupation''': [[{{{Occupation}}}]]<br/>}}{{#if:{{{Organization|}}}|'''Organization''': [[{{{Organization|Independent}}}]]<br/>}}{{#if:{{{Alignment|}}}|'''Alignment''': [[{{{Alignment|None}}}]]<br/>}}{{#if:{{{Picture|}}}|'''Picture''': [[{{{Picture|me}}}]]<br/>}} | |||
{{#if:{{{DisableLogs|}}}| | <div class="RWCharBoxLogs" style="max-height: 200px; overflow: scroll;">{{#dpl:resultsheader=<hr/>'''Logs'''<br/>|suppresserrors=true|namespace=Log|ordermethod=firstedit|order=descending|linksto={{PAGENAME}}}}</div>}}</div>[[Category:Characters]]</includeonly> |
Latest revision as of 12:14, 7 March 2022
Character box template!
Use it like so (feel free to delete lines that don't apply to you, except for FullName)
{{CharacterBox | FullName=Matthias | Portrait={{Image|http://wiki.rwmuck.org/resources/assets/wiki.png}} (if it's a file on another server OR) Matthias.png (if it's an uploaded [[File:Matthias.png]] here.) | Title=You! | Species=Mouse | Sex=Male | Occupation=Novice | Organization=Redwall Order | Alignment=Good }}