Template:Item: Difference between revisions
From EotL - End of the Line MUD
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
{{!}} class="info-value" {{!}} | {{!}} class="info-value" {{!}} | ||
{{{type}}}}} | {{{type}}}}} | ||
|- | |||
{{#if: {{{enhancement|}}}| | |||
{{!}} class="info-label" {{!}} Enhancement: | |||
{{!}} class="info-value" {{!}} | |||
{{{enhancement}}}}} | |||
|- | |- | ||
{{#if: {{{usage|}}}| | {{#if: {{{usage|}}}| | ||
| Line 49: | Line 54: | ||
|cost= | |cost= | ||
|type= | |type= | ||
|enhancement= | |||
|usage= | |usage= | ||
|requirements= | |requirements= | ||
}}</pre> | }}</pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 11:24, 20 May 2013
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
| {{{image}}}}} | |
| {{{name}}} | |
| General Information | |
| Location: |
{{{location}}}}} |
| Cost: |
{{{cost}}}}} |
| Type: |
{{{type}}}}} |
| Enhancement: |
{{{enhancement}}}}} |
| Usage: |
{{{usage}}}}} |
| Requirements: |
{{{requirements}}}}} |
Usage
To use this template, paste the following code into the top of the page, filling all relevant fields:
{{Item
|image=
|name=
|location=
|cost=
|type=
|enhancement=
|usage=
|requirements=
}}