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: rgba(0, 0, 0, 0.5); /* transparent black background */
             background-color: rgba(0, 0, 0, 0.5); /* transparent black background */
             color: white;"> <!-- white text color -->
             color: white; /* white text color */">
   <div style="text-align: center;">
   <div style="text-align: center;">
     <div style="width: 100px; height: 100px; border: 2px solid #007bff; /* blue border */
     <div style="width: 100px; height: 100px; border: 2px solid #007bff; /* blue border */
Line 19: Line 19:
     {{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Center-align the name -->
     {{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Center-align the name -->
   </div>
   </div>
   {{#if:caption | '''Caption''': {{{caption}}}<br />}}
   <div style="background-color: transparent;"> <!-- Transparent background for text -->
  {{#if:type | '''Type''': {{{type}}}<br />}}
    {{#if:caption | '''Caption''': {{{caption}}}<br />}}
  {{#if:rarity | '''Rarity''': {{{rarity}}}<br />}}
    {{#if:type | '''Type''': {{{type}}}<br />}}
  {{#if:mining_power | '''Mining Power''': {{{mining_power}}}<br />}}
    {{#if:rarity | '''Rarity''': {{{rarity}}}<br />}}
  {{#if:cost | '''Cost''': {{{cost}}}<br />}}
    {{#if:mining_power | '''Mining Power''': {{{mining_power}}}<br />}}
  {{#if:obtainable_from | '''Obtainable From''': {{{obtainable_from}}}<br />}}
    {{#if:cost | '''Cost''': {{{cost}}}<br />}}
  {{#if:effects | '''Effects''': {{{effects}}}<br />}}
    {{#if:obtainable_from | '''Obtainable From''': {{{obtainable_from}}}<br />}}
  {{#if:durability | '''Durability''': {{{durability}}}<br />}}
    {{#if:effects | '''Effects''': {{{effects}}}<br />}}
  {{#if:weight | '''Weight''': {{{weight}}}<br />}}
    {{#if:durability | '''Durability''': {{{durability}}}<br />}}
  {{#if:value | '''Value''': {{{value}}}<br />}}
    {{#if:weight | '''Weight''': {{{weight}}}<br />}}
  {{#if:uses | '''Uses''': {{{uses}}}<br />}}
    {{#if:value | '''Value''': {{{value}}}<br />}}
  {{#if:description | '''Description''': {{{description}}}<br />}}
    {{#if:uses | '''Uses''': {{{uses}}}<br />}}
    {{#if:description | '''Description''': {{{description}}}<br />}}
  </div>
</div>
</div>

Revision as of 09:45, 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}}}