Template:Main page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="border: | <div style="border: 2px solid #007bff; /* blue border */ | ||
border-radius: 10px; /* rounded corners */ | |||
padding: 10px; | |||
margin: 10px; | |||
<div style=" | width: 300px; | ||
background-color: rgba(0, 0, 0, 0.5); /* black transparent background */ | |||
< | color: white; /* white text color */"> | ||
[[File:{{{image | {{#if:image | <div style="border: 2px solid #007bff; /* blue border */ | ||
</div> | border-radius: 5px; /* rounded corners */ | ||
padding: 5px; | |||
margin: auto; /* center the box */ | |||
{{{ | display: table;"> <!-- center the box --> | ||
[[File:{{{image}}}|frameless|center|300px]] <!-- Image --> | |||
</div> | |||
{{{type | <br />}} | ||
{{#if:name | '''<center>{{{name}}}</center>'''}} <!-- Name of the item --> | |||
{{#if:caption | '''Caption''': {{{caption}}}<br />}} | |||
{{{rarity | {{#if:type | '''Type''': {{{type}}}<br />}} | ||
{{#if:rarity | '''Rarity''': {{{rarity}}}<br />}} | |||
{{#if:mining_power | '''Mining Power''': {{{mining_power}}}<br />}} | |||
{{{mining_power | {{#if:cost | '''Cost''': {{{cost}}}<br />}} | ||
{{#if:obtainable_from | '''Obtainable From''': {{{obtainable_from}}}<br />}} | |||
{{#if:effects | '''Effects''': {{{effects}}}<br />}} | |||
{{{cost | {{#if:durability | '''Durability''': {{{durability}}}<br />}} | ||
{{#if:weight | '''Weight''': {{{weight}}}<br />}} | |||
{{#if:value | '''Value''': {{{value}}}<br />}} | |||
{{{obtainable_from | {{#if:uses | '''Uses''': {{{uses}}}<br />}} | ||
{{#if:description | '''Description''': {{{description}}}<br />}} | |||
{{{effects | |||
{{{durability | |||
{{{weight | |||
{{{value | |||
{{{uses | |||
</div> | </div> | ||
Revision as of 09:34, 13 April 2024
[[File:{{{image}}}|frameless|center|300px]]
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}}}