Anonymous

Template:Infobox Item: Difference between revisions

From Palworld.io
no edit summary
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
    <div class="card infobox" style="width: 18em">
      <div
        class="card-header border-0"
        style="padding: 5px; color: white; background-color: rgba(0, 0, 0, 0.8)"
      >
        <p>{{{ItemName|Item}}}</p>
      </div>
<div class="border-bottom" style="margin:0;padding:0">[[Image:{{{image|placeholder.png}}}|frameless|alt={{{alt|Default alt
      text}}}]]</div>


<div>
<div style="padding: 10px 8px 0 8px">
     {{{itemname}}}
<table class="table table-borderless table-sm">
      
    <tr>
      <td>Type </td>
      <td>{{{type|?}}}</td>
    </tr>
    <tr>
      <td>Rarity </td>
      <td>{{{rarity|?}}}</td>
    </tr>
    <tr>
      <td>Weight</td>
      <td>{{{weight|?}}}</td>
    </tr>
    <tr>
      <td>Stack Size</td>
      <td>{{{stack|?}}}</td>
    </tr>
    <tr>
      <td>Sell Price</td>
      <td>{{{sellPrice|?}}}</td>
    </tr>
    <tr>
      <td>Buy Price</td>
      <td>{{{buyPrice|?}}}</td>
    </tr>
     <tr>
      <td>Description</td>
      <td>{{{description|?}}}</td>
     </tr>
</table>
</div>
</div>
    </div>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.