Difference between revisions of "Template:Infobox character"

From SDSDWiki
Line 2: Line 2:
 
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
 
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
 
<div class="infobox-image">[[File:{{{image}}}|225px|caption]]</div>}}
 
<div class="infobox-image">[[File:{{{image}}}|225px|caption]]</div>}}
 +
{{#if:{{{caption|}}}|<tr>
 +
    <td>{{{caption}}}</td>
 +
</tr>}}
 
<table>{{#if:{{{fullname|}}}|<tr>
 
<table>{{#if:{{{fullname|}}}|<tr>
 
     <th>Full Name:</th>
 
     <th>Full Name:</th>
Line 38: Line 41:
 
     <th>Affiliations:</th>
 
     <th>Affiliations:</th>
 
     <td>{{{affiliations}}}</td>
 
     <td>{{{affiliations}}}</td>
</tr>}}{{#if:{{{caption|}}}|<tr>
 
    <td>{{{caption}}}</td>
 
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>
 +
 +
Here are categories you can use for your infoboxes, in the order in which they will appear (seemingly?).
 +
 +
Page Name appears at the top by default.
 +
image calls an image.
 +
caption works as an image caption, sort of, for now

Revision as of 18:35, 19 December 2020

Infobox character

Here are categories you can use for your infoboxes, in the order in which they will appear (seemingly?).

Page Name appears at the top by default. image calls an image. caption works as an image caption, sort of, for now