Template:PlaneInfobox: 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:{{{sphere|}}}|<tr> <th>Sphere</th> <td>{{{sphere}}}</td> </tr>}} {{#if:{{{alignment|}}}|<tr> <th>Alignment</th> <td>{{{alignment}}}</td> </tr>}} {{#if:{{{denizens|}}}|<tr> <th>Denizens</th> <td>{{{denizens}}}</td> </tr>}} {{#if:{{{description|}}}|<tr> <th>Descriptio...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<infobox>
<div class="infobox-title">{{{name|{{PAGENAME}}}}}</div>
  <title source="name">
 
    <default>{{PAGENAME}}</default>
{{#if:{{{image|}}}|
  </title>
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
  <image source="image">
 
    <caption source="image_desc" />
 
  </image>
<table>
  <data source="sphere">
{{#if:{{{sphere|}}}|<tr>
     <label>Sphere</label>
     <th>Sphere</th>
  </data>
    <td>{{{sphere}}}</td>
  <!--<data source="alignment">
</tr>}}
     <label>Alignment</label>
 
  </data>-->
{{#if:{{{alignment|}}}|<tr>
  <data source="denizens">
     <th>Alignment</th>
     <label>Denizens</label>
    <td>{{{alignment}}}</td>
  </data>
</tr>}}
  <data source="description">
 
     <label>Description</label>
{{#if:{{{denizens|}}}|<tr>
  </data>
     <th>Denizens</th>
</infobox>
    <td>{{{denizens}}}</td>
</tr>}}
 
{{#if:{{{description|}}}|<tr>
     <th>Description</th>
    <td>{{{description}}}</td>
</tr>}}
 
</table>
</div>

Latest revision as of 01:28, 9 May 2024