Template:Infobox test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<table class="infobox player"> | <table class="infobox player"> | ||
< | <tr> | ||
<th class="name" colspan="2">{{{title|{{PAGENAME}}}}}</th> | |||
</tr> | |||
{{#if:{{{tag|}}}| | |||
<tr class="mergedrow"> | |||
<td class="tag" colspan="2">{{{tag}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{image|}}}| | |||
<tr class="mergedtoprow"> | |||
<td colspan="2">[[File:{{{image}}}|300px]]</td> | |||
</tr> | |||
}} | |||
{{#if:{{{gender|}}}| | |||
<tr class="mergedtoprow"> | |||
<th>Gender</th> | |||
<td>{{{gender}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{race|}}}| | |||
<tr class="mergedrow"> | |||
<th>Race</th> | |||
<td>{{{race}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{alignment|}}}| | |||
<tr class="mergedrow"> | |||
<th>Alignment</th> | |||
<td>{{{alignment}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{class|}}}| | |||
<tr class="mergedrow"> | |||
<th>Class</th> | |||
<td>{{{class}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{height|}}}| | |||
<tr class="mergedtoprow"> | |||
<th>Height</th> | |||
<td>{{{height}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{weight|}}}| | |||
<tr class="mergedrow"> | |||
<th>Weight</th> | |||
<td>{{{weight}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{status|}}}| | |||
<tr class="mergedtoprow"> | |||
<th>Status</th> | |||
<td>{{{status}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{born|}}}| | |||
<tr class="mergedrow"> | |||
<th>Born</th> | |||
<td>{{{born}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{age|}}}| | |||
<tr class="mergedrow"> | |||
<th>Age</th> | |||
<td>{{{age}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{died|}}}| | |||
<tr class="mergedrow"> | |||
<th>Died</th> | |||
<td>{{{died}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{campaigns|}}}| | |||
<tr class="mergedtoprow"> | |||
<th>Campaigns</th> | |||
<td>{{{campaigns}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{firstsession|}}}| | |||
<tr class="mergedrow"> | |||
<th>First Session</th> | |||
<td>{{{firstsession}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{lastsession|}}}| | |||
<tr class="mergedrow"> | |||
<th>Last Session</th> | |||
<td>{{{lastsession}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{charactersheet|}}}| | |||
<tr class="mergedtoprow"> | |||
<td colspan="2" class="charactersheet">[{{{charactersheet}}} Character Sheet]</td> | |||
</tr> | |||
}} | |||
</table> | </table> |
Revision as of 23:59, 13 March 2021
Infobox test |
---|