We are actively looking for staff to help us build the wiki. If you are interested please join our Discord server and apply.

Template:Infobox/accesory: Difference between revisions

From Moonbounce Wiki
Jump to navigation Jump to search
(A template for individual accessories)
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
<div class="infobox" style="width: 300px; border: 2px solid #90FAFF; background-color: #CAEBEC; padding: 10px; font-size: 90%; line-height: 1.4em; text-align: left; border-radius: 10px;">
 
  <table style="width: 100%; border-collapse: separate; border-spacing: 0 10px;">
    <tr>
      <th colspan="2" style="background-color: #90FAFF; text-align: center; padding: 10px; border: 1px solid #90FAFF; border-radius: 10px; font-size: 110%;">{{{name}}}</th>
    </tr>
    <tr>
      <td colspan="2" style="text-align: center; padding: 0px;">
        <div style="overflow: hidden; border-radius: 10px;">
          [[File:{{{image}}}|128px|center|]]
        </div>
      </td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Item #</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{item_no}}}</td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Rarity</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{rarity}}}</td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Type</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{type}}}</td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Description</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{description}}}</td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Diffuse Value</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{diffuse_value}}}</td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Drops</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{drops}}}</td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Craftable</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{craftable}}}</td>
    </tr>
    <tr>
      <td style="padding: 10px; background: linear-gradient(to right, #90FAFF, white); border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;"><strong>Found in</strong></td>
      <td style="padding: 10px; background-color: white; border: 1px solid #90FAFF; border-radius: 10px; margin-bottom: 10px;">{{{found_in}}}</td>
    </tr>
  </table>
</div>

Latest revision as of 15:22, 21 June 2024