Template:Test: Difference between revisions

From IdleOn MMO Wiki
imported>Grzib
mNo edit summary
imported>Grzib
mNo edit summary
Line 1: Line 1:
<div class="bestiary-gallery">
<includeonly>
    <div class="bestiary-cell">
      <table style="border: 1px solid red;">
        <tr>
          <td>
            <p>[[File:Glublin.png]] </p>
            <p>Glubaaaaaaalin</p>
          </td>
        </tr>
      </table>
    </div>
  <div class="bestiary-cell">
    <table style="border: 1px solid blue;">
      <tr>
        <td>
          <p>[[File:Archer card.png]]</p>
          <p>Glubaaaaaaalin</p>
        </td>
      </tr>
    </table>
  </div>
 
  <div class="bestiary-cell">
    <table style="border: 1px solid red;">
      <tr>
        <td>
          <p>[[File:Glublin.png]] </p>
          <p>Glubaaaaaaalin</p>
        </td>
      </tr>
    </table>
  </div>
 
  <div class="bestiary-cell">
    <table style="border: 1px solid blue;">
      <tr>
        <td>
          <p>[[File:Archer card.png]]</p>
          <p>Glubaaaaaaalin</p>
        </td>
      </tr>
    </table>
  </div>
 
  <div class="bestiary-cell">
    <table style="border: 1px solid red;">
      <tr>
        <td>
          <p>[[File:Glublin.png]] </p>
          <p>Glubaaaaaaalin</p>
        </td>
      </tr>
    </table>
  </div>
 
   <div class="bestiary-cell">
   <div class="bestiary-cell">
     <table>
     <table>
Line 64: Line 10:
     </table>
     </table>
   </div>
   </div>
</includeonly>


</div>
<noinclude>
Use <pre><div class="bestiary-gallery"></pre> first to create a wrapping row of cells. Then input info for every cell:
<pre>
{{Bestiarymonster
|monstername=example
|monsterlink=example      Type regular names BUT INCLUDE UNDERSCORES, ex. Green_Mushroom
}}
</pre>
</noinclude>

Revision as of 17:45, 22 November 2020


Use

<div class="bestiary-gallery">

first to create a wrapping row of cells. Then input info for every cell:

{{Bestiarymonster
|monstername=example
|monsterlink=example      Type regular names BUT INCLUDE UNDERSCORES, ex. Green_Mushroom
}}