Difference between revisions of "Template:CharacterSheet"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Needs Work}} | ||
<div class="characterSheet"> | <div class="characterSheet"> | ||
<div class="characterStatBlock" style="padding:0; width:325px; height:30px; position: absolute; margin-top:90px; margin-left:55px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%;">{{{CharacterName|{{PAGENAME}}}}}</div> | <div class="characterStatBlock" style="padding:0; width:325px; height:30px; position: absolute; margin-top:90px; margin-left:55px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%;">{{{CharacterName|{{PAGENAME}}}}}</div> | ||
Line 9: | Line 10: | ||
<div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:260px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{{STR|}}}</div> | <div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:260px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{{STR|}}}</div> | ||
− | <div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:300px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{#if: {{{STR|}}}| {{#ifexpr: (({{{STR}}}-10)/2) > 0|+|}}{{#expr: ({{{STR}}}-10)/2 | + | <div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:300px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{#if: {{{STR|}}}| {{#ifexpr: (({{{STR}}}-10)/2) > 0|+|}}{{#expr: floor(({{{STR}}}-10)/2)}} }}</div> |
<div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:382px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{{DEX|}}}</div> | <div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:382px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{{DEX|}}}</div> | ||
Line 24: | Line 25: | ||
<div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:870px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{{CHA|}}}</div> | <div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:870px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{{CHA|}}}</div> | ||
− | <div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:910px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{#if: {{{CHA|}}}| {{#ifexpr: (({{{CHA}}}-10)/2) > 0|+|}}{{#expr: ({{{CHA}}}-10)/2 | + | <div class="characterStatBlock" style="padding:0; width:65px; height:25px; position: absolute; margin-top:910px; margin-left:42px; border: 1px dashed #ff00ff; font-weight:bold; font-size:130%; text-align:center;">{{#if: {{{CHA|}}}| {{#ifexpr: (({{{CHA}}}-10)/2) > 0|+|}}{{#expr: floor(({{{CHA}}}-10)/2)}} }}</div> |
</div> | </div> |
Latest revision as of 19:58, 5 January 2020
🚧This article needs work. This is a note to remind Falben to work on it.🚧 |
CharacterSheet