Template:Structure: Difference between revisions

From JCraft Wiki
Jump to navigation Jump to search
m 1 revision imported
No edit summary
Tag: Reverted
Line 1: Line 1:
<infobox>
<includeonly>
  <title source="name">
<div class="fandom-infobox structure-infobox">
    <default>{{PAGENAME}}</default>
    <div class="pi-header">{{{name|{{PAGENAME}}}}}</div>
  </title>
   
    {{#if:{{{image|}}}|
    <div class="pi-image">
        [[File:{{{image}}}|300px]]
        {{#if:{{{caption|}}}|<div class="pi-caption">{{{caption}}}</div>}}
    </div>
    }}


  <panel>
     <table class="pi-data">
     <section>
        {{#if:{{{type|}}}|
      <label source="label1">View 1</label>
        <tr>
      <image source="image1"></image>
            <th class="pi-label">Type</th>
    </section>
            <td class="pi-value">{{{type}}}</td>
    <section>
        </tr>
      <label source="label2">View 2</label>
        }}
      <image source="image2"></image>
        {{#if:{{{biome|}}}|
    </section>
        <tr>
    <section>
            <th class="pi-label">Biome</th>
      <label source="label3">View 3</label>
            <td class="pi-value">{{{biome}}}</td>
      <image source="image3"></image>
        </tr>
    </section>
        }}
    <section>
        {{#if:{{{materials|}}}|
      <label source="label4">View 4</label>
        <tr>
      <image source="image4"></image>
            <th class="pi-label">Materials</th>
    </section>
            <td class="pi-value">{{{materials}}}</td>
    <section>
        </tr>
      <label source="label5">View 5</label>
        }}
      <image source="image5"></image>
        {{#if:{{{generation|}}}|
    </section>
        <tr>
  </panel>
            <th class="pi-label">Generation</th>
 
            <td class="pi-value">{{{generation}}}</td>
  <group>
        </tr>
    <header>General Information</header>
        }}
    <data source="biomes">
     </table>
      <label>Biomes</label>
</div>
    </data>
</includeonly>
    <data source="existing_chunks">
      <label>Can generate in existing chunks?</label>
     </data>
  </group>
</infobox>

Revision as of 22:37, 25 April 2026