Template:Infobox Item: Difference between revisions

From RexKraft
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
             width: 300px;
             width: 300px;
             background-color: #f8f9fa; /* light gray background */">
             background-color: #f8f9fa; /* light gray background */">
{{#if:image | [[File:{{{image}}}|frameless|center|300px]]}}<br /> <!-- Move the image code to display it first -->
  <div style="text-align: center;">
{{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Move the name right below the image and make it bold -->
    <div style="width: 100px; height: 100px; border: 2px solid #007bff; /* blue border */
{{#if:caption | '''Caption''': {{{caption}}}<br />}}
                border-radius: 10px; /* rounded corners */
{{#if:type | '''Type''': {{{type}}}<br />}}
                margin: 0 auto; /* center horizontally */
{{#if:rarity | '''Rarity''': {{{rarity}}}<br />}}
                padding: 5px;"> <!-- Square box -->
{{#if:mining_power | '''Mining Power''': {{{mining_power}}}<br />}}
      {{#if:image | [[File:{{{image}}}|frameless|100px]]}} <!-- Fixed size for the image -->
{{#if:cost | '''Cost''': {{{cost}}}<br />}}
    </div>
{{#if:obtainable_from | '''Obtainable From''': {{{obtainable_from}}}<br />}}
    {{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Center-align the name -->
{{#if:effects | '''Effects''': {{{effects}}}<br />}}
  </div>
{{#if:durability | '''Durability''': {{{durability}}}<br />}}
  {{#if:caption | '''Caption''': {{{caption}}}<br />}}
{{#if:weight | '''Weight''': {{{weight}}}<br />}}
  {{#if:type | '''Type''': {{{type}}}<br />}}
{{#if:value | '''Value''': {{{value}}}<br />}}
  {{#if:rarity | '''Rarity''': {{{rarity}}}<br />}}
{{#if:uses | '''Uses''': {{{uses}}}<br />}}
  {{#if:mining_power | '''Mining Power''': {{{mining_power}}}<br />}}
{{#if:description | '''Description''': {{{description}}}<br />}}
  {{#if:cost | '''Cost''': {{{cost}}}<br />}}
  {{#if:obtainable_from | '''Obtainable From''': {{{obtainable_from}}}<br />}}
  {{#if:effects | '''Effects''': {{{effects}}}<br />}}
  {{#if:durability | '''Durability''': {{{durability}}}<br />}}
  {{#if:weight | '''Weight''': {{{weight}}}<br />}}
  {{#if:value | '''Value''': {{{value}}}<br />}}
  {{#if:uses | '''Uses''': {{{uses}}}<br />}}
  {{#if:description | '''Description''': {{{description}}}<br />}}
</div>
</div>

Revision as of 09:43, 13 April 2024

     [[File:{{{image}}}|frameless|100px]] 
{{{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}}}