Template:Main page: Difference between revisions

From RexKraft
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="border: 5px solid #ccc; padding: 10px; margin-bottom: 20px;">
<div style="border: 2px solid #007bff; /* blue border */
 
            border-radius: 10px; /* rounded corners */
== {{{name}}} ==
            padding: 10px;  
 
            margin: 10px;
<div style="float: left; margin-right: 50px; border: 5px solid #cdc; padding: 10px;">
            width: 300px;
<th colspan="2">Item Info
            background-color: rgba(0, 0, 0, 0.5); /* black transparent background */
</th>
            color: white; /* white text color */">
[[File:{{{image|}}}|130px|alt=Item Image|{{{caption|}}}]]
{{#if:image | <div style="border: 2px solid #007bff; /* blue border */
</div>
                            border-radius: 5px; /* rounded corners */
 
                            padding: 5px;  
== Description ==
                            margin: auto; /* center the box */
{{{description|Provide a brief description of the item.}}}
                            display: table;"> <!-- center the box -->
 
                [[File:{{{image}}}|frameless|center|300px]] <!-- Image -->
== Type ==
            </div>
{{{type|Type/category of the item.}}}
            <br />}}
 
{{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Name of the item -->
== Rarity ==
{{#if:caption | '''Caption''': {{{caption}}}<br />}}
{{{rarity|Rarity level of the item.}}}
{{#if:type | '''Type''': {{{type}}}<br />}}
 
{{#if:rarity | '''Rarity''': {{{rarity}}}<br />}}
== Mining Power ==
{{#if:mining_power | '''Mining Power''': {{{mining_power}}}<br />}}
{{{mining_power|Mining power of the item.}}}
{{#if:cost | '''Cost''': {{{cost}}}<br />}}
 
{{#if:obtainable_from | '''Obtainable From''': {{{obtainable_from}}}<br />}}
== Cost ==
{{#if:effects | '''Effects''': {{{effects}}}<br />}}
{{{cost|Cost of the item.}}}
{{#if:durability | '''Durability''': {{{durability}}}<br />}}
 
{{#if:weight | '''Weight''': {{{weight}}}<br />}}
== Obtainable From ==
{{#if:value | '''Value''': {{{value}}}<br />}}
{{{obtainable_from|Where the item can be obtained.}}}
{{#if:uses | '''Uses''': {{{uses}}}<br />}}
 
{{#if:description | '''Description''': {{{description}}}<br />}}
== Effects ==
{{{effects|Special effects or abilities of the item.}}}
 
== Durability ==
{{{durability|Durability or lifespan of the item.}}}
 
== Weight ==
{{{weight|Weight of the item.}}}
 
== Value ==
{{{value|Monetary value of the item.}}}
 
== Uses ==
{{{uses|Common uses or applications of the item.}}}
 
[[Category:{{{category|CategoryName}}}]]
</div>
</div>

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