Template:PersonInfobox: Difference between revisions

Template page
(Created page with "<div class="infobox"> <div class="infobox-title">{{{name|{{PAGENAME}}}}}</div> {{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table> {{#if:{{{title|}}}|<tr> <th>Title</th> <td>{{{title}}}</td> </tr>}} {{#if:{{{alignment|}}}|<tr> <th>Alignment</th> <td>{{{alignment}}}</td> </tr>}} {{#if:{{{ancestry|}}}|<tr> <th>Ancestry</th> <td>{{{ancestry}}}</td> </tr>}} {{#if:{{{gender|}}}|<tr> <th>Gender</th> <t...")
 
No edit summary
Line 4: Line 4:
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}


<table>
<table>

Revision as of 19:12, 30 March 2022

PersonInfobox