Template:Infobox Item: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<div style="border: 1px solid #aaa; padding: 10px; margin: 10px; width: 300px;"> {{#if:{{{name|}}} | '''Name''': {{{name}}}<br />}} {{#if:{{{image|}}} | [[File:{{{image}}}|frameless|center|300px]]<br />}} {{#if:{{{caption|}}} | '''Caption''': {{{caption}}}<br />}} {{#if:{{{type|}}} | '''Type''': {{{type}}}<br />}} {{#if:{{{rarity|}}} | '''Rarity''': {{{rarity}}}<br />}} {{#if:{{{mining_power|}}} | '''Mining Power''': {{{mining_power}}}<br />}} {{#if:{{{cost|}}} | '''Cost...") |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="border: 1px solid #aaa; padding: 10px; margin: 10px; width: 300px;"> | <div style="border: 1px solid #aaa; padding: 10px; margin: 10px; width: 300px;"> | ||
{{#if: | {{#if:name | '''Name''': {{{name}}}<br />}} | ||
{{#if: | {{#if:image | [[File:{{{image}}}|frameless|center|300px]]<br />}} | ||
{{#if: | {{#if:caption | '''Caption''': {{{caption}}}<br />}} | ||
{{#if: | {{#if:type | '''Type''': {{{type}}}<br />}} | ||
{{#if: | {{#if:rarity | '''Rarity''': {{{rarity}}}<br />}} | ||
{{#if: | {{#if:mining_power | '''Mining Power''': {{{mining_power}}}<br />}} | ||
{{#if: | {{#if:cost | '''Cost''': {{{cost}}}<br />}} | ||
{{#if: | {{#if:obtainable_from | '''Obtainable From''': {{{obtainable_from}}}<br />}} | ||
{{#if: | {{#if:effects | '''Effects''': {{{effects}}}<br />}} | ||
{{#if: | {{#if:durability | '''Durability''': {{{durability}}}<br />}} | ||
{{#if: | {{#if:weight | '''Weight''': {{{weight}}}<br />}} | ||
{{#if: | {{#if:value | '''Value''': {{{value}}}<br />}} | ||
{{#if: | {{#if:uses | '''Uses''': {{{uses}}}<br />}} | ||
{{#if: | {{#if:description | '''Description''': {{{description}}}<br />}} | ||
</div> | </div> | ||
Revision as of 09:19, 13 April 2024
Name: {{{name}}}
[[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}}}