Template:Item: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
   <div class="itemName">{{{name}}}</div>
   <div class="itemName">{{{name}}}</div>
   <div class="itemType" style="color: #808080; line-height: 1;">{{{type|}}}</div>
   <div class="itemType" style="color: #808080; line-height: 1;">{{{type|}}}</div>
   <div class="itemSlot" style="line-height: 1;">{{{slot|}}}</div>
   <div class="itemDescription">{{{description}}}</div>
  <div class="itemSlot">{{{slot|}}}</div>
   <div class="itemReq" style="line-height: 1;">{{{req|}}}</div>
   <div class="itemReq" style="line-height: 1;">{{{req|}}}</div>
  <div class="itemDescription">{{{description}}}</div>
   <div class="itemValue" style="color: #0000ff;">Value: {{{value}}}</div>
   <div class="itemValue" style="color: #0000ff;">Value: {{{value}}}</div>
   <div class="itemStats" style="color: #4371cc; line-height: 1">{{{stats|}}}</div>
   <div class="itemStats" style="color: #4371cc; line-height: 1">{{{stats|}}}</div>
   <div class="itemBoost" style="color: #8a6215; line-height: 1;">{{{boost|}}}</div>
   <div class="itemBoost" style="color: #8a6215; line-height: 1;">{{{boost|}}}</div>
</div>
</div>