Difference between revisions of "Template:Sidebar"
From Game Logs
m (Examples.) |
m |
||
Line 20: | Line 20: | ||
<div>{{{Name}}}</div></td> | <div>{{{Name}}}</div></td> | ||
</tr> | </tr> | ||
− | {{#if: {{{1|}}} |<tr><th scope="row">{{{1}}}</th><td class="category">{{{2}}}</td></tr>|}} | + | {{#if: {{{1|}}} |<tr><th scope="row" style="text-align:right">{{{1}}}</th><td class="category">{{{2}}}</td></tr>|}} |
− | {{#if: {{{3|}}} |<tr><th scope="row">{{{3}}}</th><td class="category">{{{4}}}</td></tr>|}} | + | {{#if: {{{3|}}} |<tr><th scope="row" style="text-align:right">{{{3}}}</th><td class="category">{{{4}}}</td></tr>|}} |
− | {{#if: {{{5|}}} |<tr><th scope="row">{{{5}}}</th><td class="category">{{{6}}}</td></tr>|}} | + | {{#if: {{{5|}}} |<tr><th scope="row" style="text-align:right">{{{5}}}</th><td class="category">{{{6}}}</td></tr>|}} |
− | {{#if: {{{7|}}} |<tr><th scope="row">{{{7}}}</th><td class="category">{{{8}}}</td></tr>|}} | + | {{#if: {{{7|}}} |<tr><th scope="row" style="text-align:right">{{{7}}}</th><td class="category">{{{8}}}</td></tr>|}} |
− | {{#if: {{{9|}}} |<tr><th scope="row">{{{9}}}</th><td class="category">{{{10}}}</td></tr>|}} | + | {{#if: {{{9|}}} |<tr><th scope="row" style="text-align:right">{{{9}}}</th><td class="category">{{{10}}}</td></tr>|}} |
− | {{#if: {{{11|}}} |<tr><th scope="row">{{{11}}}</th><td class="category">{{{12}}}</td></tr>|}} | + | {{#if: {{{11|}}} |<tr><th scope="row" style="text-align:right">{{{11}}}</th><td class="category">{{{12}}}</td></tr>|}} |
− | {{#if: {{{13|}}} |<tr><th scope="row">{{{13}}}</th><td class="category">{{{14}}}</td></tr>|}} | + | {{#if: {{{13|}}} |<tr><th scope="row" style="text-align:right">{{{13}}}</th><td class="category">{{{14}}}</td></tr>|}} |
− | {{#if: {{{15|}}} |<tr><th scope="row">{{{15}}}</th><td class="category">{{{16}}}</td></tr>|}} | + | {{#if: {{{15|}}} |<tr><th scope="row" style="text-align:right">{{{15}}}</th><td class="category">{{{16}}}</td></tr>|}} |
− | {{#if: {{{17|}}} |<tr><th scope="row">{{{17}}}</th><td class="category">{{{18}}}</td></tr>|}} | + | {{#if: {{{17|}}} |<tr><th scope="row" style="text-align:right">{{{17}}}</th><td class="category">{{{18}}}</td></tr>|}} |
− | {{#if: {{{19|}}} |<tr><th scope="row">{{{19}}}</th><td class="category">{{{20}}}</td></tr>|}} | + | {{#if: {{{19|}}} |<tr><th scope="row" style="text-align:right">{{{19}}}</th><td class="category">{{{20}}}</td></tr>|}} |
<tr> | <tr> | ||
<td colspan="2" style="text-align:center"></td> | <td colspan="2" style="text-align:center"></td> |
Revision as of 08:27, 12 June 2016
PC | |
---|---|
Character Name |
|
Born | 01.01.2001 (age 30) |
Gender | Female |
Race | Half-Human |
Aligment | Chaotic-Stupid |
Side bar with a character info (nick, portrait, name, and up to 10 attribute pairs).
Example code
{{Sidebar|Nick=PC|File=Generic-portrait.png|Name=Character Name|Born|01.01.2001 (age 30)|Gender|Female|Race|Half-Human|Aligment|Chaotic-Stupid}}
results in -------->
Example |
|
One | 1 |
---|---|
Two | 2 |
Three | 3 |
Four | 4 |
Five | 5 |
Six | 6 |
Seven | 7 |
Eight | 8 |
Nine | 9 |
Ten | 10 |
While this one
{{Sidebar|Name=Example|One|1|Two|2|Three|3|Four|4|Five|5|Six|6|Seven|7|Eight|8|Nine|9|Ten|10}}
gives you that -------->