Template:Infobox Item: Difference between revisions

From RexKraft
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 8: Line 8:


{{#if:image }} <!-- Check if image exists -->
{{#if:image }} <!-- Check if image exists -->
<div style="border: 2px solid white; /* white border */
<div style="display: flex; justify-content: center;"> <!-- Center image horizontally -->
            border-radius: 5px; /* rounded corners */
    <div style="border: 2px solid white; /* white border */
            padding: 5px; /* padding */
                border-radius: 10px; /* rounded corners */
            background-color: #007bff; /* blue background */">
                overflow: hidden; /* Hide overflow */
    <div style="display: flex; justify-content: center;"> <!-- Center image horizontally -->
                background-color: #007bff; /* blue background */">
        <div style="display: inline-block; /* Make div inline-block */
        [[File:{{{image}}}|frameless|100px]] <!-- Image -->
                    width: 100px; /* Width of the square */
                    height: 100px; /* Height of the square */
                    overflow: hidden; /* Hide overflow */
                    border: 2px solid white; /* White border */
                    border-radius: 10px; /* Rounded corners */">
            [[File:{{{image}}}|frameless|100px]] <!-- Image -->
        </div>
     </div>
     </div>
</div>
</div>

Revision as of 09:38, 13 April 2024


       [[File:{{{image}}}|frameless|100px]] 

Template:Infobox Item/if

{{{name}}}

Caption: {{{caption}}}
Type: {{{type}}}
Rarity: {{{rarity}}}
Mining Power: {{{mining_power}}}
Cost: {{{cost}}}
Obtainable From: {{{obtainable_from}}}
Effects: {{{effects}}}
Durability: {{{durability}}}
Weight: {{{weight}}}
Value: {{{value}}}
Uses: {{{uses}}}
Description: {{{description}}}