Template:Infobox Player: Difference between revisions
Template page
More actions
Imported from text file |
Imported from text file |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><table class="infobox"> | ||
<caption class="infobox-title">{{{title|{{PAGENAME}}}}}</caption> | |||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<tr><td colspan="2" class="infobox-image">[[File:{{{image}}}|300px]]</td></tr> | |||
}} | |||
}} | {{#if:{{{Tags|}}}| | ||
{{#if:{{{Tags|}}}| | <tr><th class="infobox-label">Tags</th><td class="infobox-data">{{{Tags}}}</td></tr> | ||
}} | |||
{{#if:{{{Player|}}}| | |||
<tr><th class="infobox-label">Player</th><td class="infobox-data">{{{Player}}}</td></tr> | |||
}} | }} | ||
{{#if:{{{Player|}}}| | {{#if:{{{World|}}}| | ||
<tr><th class="infobox-label">World</th><td class="infobox-data">{{{World}}}</td></tr> | |||
}} | |||
{{#if:{{{Campaign|}}}| | |||
}} | <tr><th class="infobox-label">Campaign</th><td class="infobox-data">{{{Campaign}}}</td></tr> | ||
{{#if:{{{World|}}}| | }} | ||
{{#if:{{{From|}}}| | |||
<tr><th class="infobox-label">From</th><td class="infobox-data">{{{From}}}</td></tr> | |||
}} | |||
}} | {{#if:{{{AC|}}}| | ||
{{#if:{{{Campaign|}}}| | <tr><th class="infobox-label">AC</th><td class="infobox-data">{{{AC}}}</td></tr> | ||
}} | |||
{{#if:{{{Hit Points|}}}| | |||
<tr><th class="infobox-label">Hit Points</th><td class="infobox-data">{{{Hit Points}}}</td></tr> | |||
}} | }} | ||
{{#if:{{{From|}}}| | {{#if:{{{Trained Skills|}}}| | ||
<tr><th class="infobox-label">Trained Skills</th><td class="infobox-data">{{{Trained Skills}}}</td></tr> | |||
}} | |||
{{#if:{{{Feats|}}}| | |||
}} | <tr><th class="infobox-label">Feats</th><td class="infobox-data">{{{Feats}}}</td></tr> | ||
{{#if:{{{AC|}}}| | }} | ||
{{#if:{{{Languages|}}}| | |||
<tr><th class="infobox-label">Languages</th><td class="infobox-data">{{{Languages}}}</td></tr> | |||
}} | |||
}} | {{#if:{{{Faction|}}}| | ||
{{#if:{{{Hit Points|}}}| | <tr><th class="infobox-label">Faction</th><td class="infobox-data">{{{Faction}}}</td></tr> | ||
}} | |||
{{#if:{{{Contained By|}}}| | |||
<tr><th class="infobox-label">Contained By</th><td class="infobox-data">{{{Contained By}}}</td></tr> | |||
}} | }} | ||
{{#if:{{{Trained Skills|}}}| | {{#if:{{{Related Entries|}}}| | ||
<tr><th class="infobox-label">Related Entries</th><td class="infobox-data">{{{Related Entries}}}</td></tr> | |||
}} | |||
{{#if:{{{Link|}}}| | |||
}} | <tr><th class="infobox-label">Link</th><td class="infobox-data">{{{Link}}}</td></tr> | ||
{{#if:{{{Feats|}}}| | }} | ||
</table></includeonly> | |||
}} | |||
{{#if:{{{Languages|}}}| | |||
}} | |||
{{#if:{{{Faction|}}}| | |||
}} | |||
{{#if:{{{Contained By|}}}| | |||
}} | |||
{{#if:{{{Related Entries|}}}| | |||
}} | |||
{{#if:{{{Link|}}}| | |||
}} | |||