Template:Infobox Item: Difference between revisions

From RexKraft
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 4: Line 4:
             margin: 10px;  
             margin: 10px;  
             width: 300px;
             width: 300px;
             background-color: rgba(0, 0, 0, 0.5); /* black transparent background */
             background-color: #f8f9fa; /* light gray background */">
            color: white; /* white text color */">
{{#if:image | [[File:{{{image}}}|frameless|center|300px]]<br />}}
 
{{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Move the name right below the image and make it bold -->
{{#if:image }} <!-- Check if image exists -->
<div style="display: flex; justify-content: center;"> <!-- Center image horizontally -->
    <div style="border: 2px solid white; /* white border */
                border-radius: 10px; /* rounded corners */
                overflow: hidden; /* Hide overflow */
                background-color: #007bff; /* blue background */">
        <div style="display: flex; justify-content: center;"> <!-- Center image vertically -->
            [[File:{{{image}}}|frameless|100px]] <!-- Image -->
        </div>
    </div>
</div>
 
{{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Name of the item -->
{{#if:caption | '''Caption''': {{{caption}}}<br />}}
{{#if:caption | '''Caption''': {{{caption}}}<br />}}
{{#if:type | '''Type''': {{{type}}}<br />}}
{{#if:type | '''Type''': {{{type}}}<br />}}

Revision as of 09:41, 13 April 2024

[[File:{{{image}}}|frameless|center|300px]]

{{{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}}}