Difference between revisions of "Template:Infobox Traveller"

From AtlasKeepers
Jump to navigation Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table> {{#i...")
 
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div class="infobox">
 
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
+
<div class="infobox-title"><big>{{{title|{{PAGENAME}}}}}</big></div>
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
+
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>
  
 
<table>
 
<table>
 
+
<tr><td></td></tr>
{{#if:{{{name|}}}|<tr>
+
<tr>
 
     <th>Name:</th>
 
     <th>Name:</th>
 
     <td>{{{name}}}</td>
 
     <td>{{{name}}}</td>
</tr>}}
+
</tr>
{{#if:{{{species|}}}|<tr>
+
<tr>
 
     <th>Species:</th>
 
     <th>Species:</th>
 
     <td>{{{species}}}</td>
 
     <td>{{{species}}}</td>
</tr>}}
+
</tr>
{{#if:{{{pronouns|}}}|<tr>
+
<tr>
 
     <th>Pronouns:</th>
 
     <th>Pronouns:</th>
 
     <td>{{{pronouns}}}</td>
 
     <td>{{{pronouns}}}</td>
</tr>}}
+
</tr>
{{#if:{{{facet|}}}|<tr>
+
<tr>
 +
    <th>Primary Guild:</th>
 +
    <td>{{{guild}}}</td>
 +
</tr>
 +
<tr>
 
     <th>Facet:</th>
 
     <th>Facet:</th>
 
     <td>{{{facet}}}</td>
 
     <td>{{{facet}}}</td>
</tr>}}
+
</tr>
{{#if:{{{facet-title|}}}|<tr>
+
<tr>
 
     <th>Facet Title:</th>
 
     <th>Facet Title:</th>
     <td>{{{facet-title}}}</td>
+
     <td>{{{facet_title}}}</td>
</tr>}}
+
</tr>
{{#if:{{{status|}}}|<tr>
+
<tr>
 
     <th>Status:</th>
 
     <th>Status:</th>
 
     <td>{{{status}}}</td>
 
     <td>{{{status}}}</td>
</tr>}}
+
</tr>
  
 
</table>
 
</table>
 
</div>
 
</div>

Latest revision as of 22:36, 25 July 2019

Infobox Traveller
[[File:{{{image}}}|300px]]
Name: {{{name}}}
Species: {{{species}}}
Pronouns: {{{pronouns}}}
Primary Guild: {{{guild}}}
Facet: {{{facet}}}
Facet Title: {{{facet_title}}}
Status: {{{status}}}