Template:Item: Difference between revisions
From EotL - End of the Line MUD
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| width="250" align="right" | {| width="250" align="right" class="info-box item" | ||
|- | |- | ||
{{#if: {{{image|}}}| | {{#if: {{{image|}}}| | ||
{{!}} colspan="2" | {{!}} colspan="2" class="info-image" {{!}} {{{image}}}}} | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="info-name" | '''{{{name}}}''' | ||
|- | |- | ||
| colspan="2" | | colspan="2" class="info" | '''General Information''' | ||
|- | |- | ||
{{#if: {{{cost|}}}| | {{#if: {{{cost|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Cost: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{cost}}}}} | {{{cost}}}}} | ||
|- | |- | ||
{{#if: {{{type|}}}| | {{#if: {{{type|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Type: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{type}}}}} | {{{type}}}}} | ||
|- | |- | ||
{{#if: {{{usage|}}}| | {{#if: {{{usage|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Usage: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{usage}}}}} | {{{usage}}}}} | ||
|- | |- | ||
{{#if: {{{requirements|}}}| | {{#if: {{{requirements|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Requirements: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{requirements}}}}} | {{{requirements}}}}} | ||
|- | |- | ||
{{#if: {{{found|}}}| | {{#if: {{{found|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Found: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{found}}}}} | {{{found}}}}} | ||
|-}} | |-}} |
Revision as of 13:02, 16 May 2013
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{{image}}}}} | |
{{{name}}} | |
General Information | |
Cost: |
{{{cost}}}}} |
Type: |
{{{type}}}}} |
Usage: |
{{{usage}}}}} |
Requirements: |
{{{requirements}}}}} |
Found: |
{{{found}}}}} |
Usage
To use this template, paste the following code into the top of the page, filling all relevant fields:
{{Item |image= |name= |cost= |type= |usage= |requirements= |found= }}