Difference between revisions of "Template:God"

From Mournheim
Jump to navigation Jump to search
Line 3: Line 3:
 
     {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|center|thumb|250px|{{{caption}}}]]</div>}}
 
     {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|center|thumb|250px|{{{caption}}}]]</div>}}
 
     <h2 class="infobox-title">{{{name}}} {{#if:{{{power|}}}|<br /><small>({{{power}}})</small>}}</h2>
 
     <h2 class="infobox-title">{{{name}}} {{#if:{{{power|}}}|<br /><small>({{{power}}})</small>}}</h2>
     <table>
+
     <section>
       {{#if:{{{param1|}}}|<tr>
+
      <h2>Basic Information</h2>
         <th>Parameter 1</th>
+
          <table>
         <td>{{{param1}}}</td>
+
       {{#if:{{{titles|}}}|<tr>
 +
         <th>Title(s)</th>
 +
         <td>{{{titles|}}}</td>
 
       </tr>
 
       </tr>
 
       }}
 
       }}
       {{#if:{{{param2|}}}|
+
       {{#if:{{{adjective|}}}|
 
       <tr>
 
       <tr>
           <th>Parameter 2</th>
+
           <th>Adjective(s)</th>
           <td>{{{param2}}}</td>
+
           <td>{{{adjective}}}</td>
 
       </tr>
 
       </tr>
 
       }}
 
       }}
       {{#if:{{{param3|}}}|
+
       {{#if:{{{symbol|}}}|
 
       <tr>
 
       <tr>
           <th>Parameter 3</th>
+
           <th>Symbol</th>
           <td>{{{param3}}}</td>
+
           <td>{{{symbol}}}</td>
 
       </tr>
 
       </tr>
 
       }}
 
       }}
Line 34: Line 36:
 
       }}
 
       }}
 
     </table>
 
     </table>
 +
    </section
 +
 
   </div>
 
   </div>
 
</includeonly>
 
</includeonly>

Revision as of 12:49, 14 February 2022