Template:Item: Difference between revisions
From EotL - End of the Line MUD
Created page with "{| width="250" align="right" cellpadding="3" cellspacing="0" style="clear: right; border: 2px #ccc solid; background: #ccc; border-bottom-right-radius: .8em; border-bottom-lef..." |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
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: {{{cabal|}}}| | |||
{{!}} class="info-label" {{!}} Cabal: | |||
{{!}} class="info-value" {{!}} | |||
[[:Category:{{{cabal}}}{{!}}{{{cabal}}}]]}} | |||
|- | |||
{{#if: {{{location|}}}| | |||
{{!}} class="info-label" {{!}} Location: | |||
{{!}} class="info-value" {{!}} | |||
{{{location}}}}} | |||
|- | |- | ||
{{#if: {{{cost|}}}| | {{#if: {{{cost|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Cost: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{cost}}}}} | {{{cost}}}}} | ||
|- | |||
{{#if: {{{sell|}}}| | |||
{{!}} class="info-label" {{!}} Sells for: | |||
{{!}} class="info-value" {{!}} | |||
{{{sell}}}}} | |||
|- | |||
{{#if: {{{storable|}}}| | |||
{{!}} class="info-label" {{!}} Storable: | |||
{{!}} class="info-value" {{!}} | |||
{{{storable}}}}} | |||
|- | |||
{{#if: {{{dests|}}}| | |||
{{!}} class="info-label" {{!}} Dests: | |||
{{!}} class="info-value" {{!}} | |||
{{{dests}}}}} | |||
|- | |- | ||
{{#if: {{{type|}}}| | {{#if: {{{type|}}}| | ||
{{!}} | {{!}} class="info-label" {{!}} Type: | ||
{{!}} | {{!}} class="info-value" {{!}} | ||
{{{type}}}}} | {{{type}}}}} | ||
|- | |||
{{#if: {{{enhancement|}}}| | |||
{{!}} class="info-label" {{!}} Enhancement: | |||
{{!}} class="info-value" {{!}} | |||
{{{enhancement}}}}} | |||
|- | |- | ||
{{#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}}}}} | ||
|-}} | |-}} | ||
|} | |} | ||
<includeonly> | <includeonly> | ||
[[Category: | [[Category:Item]]{{#if: {{{cabal|}}}| [[Category:{{{cabal}}}]][[Category:{{{cabal}}} Item]]}} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{Clear}} | {{Clear}} | ||
Line 46: | Line 71: | ||
|image= | |image= | ||
|name= | |name= | ||
|cabal= | |||
|location= | |||
|storable= | |||
|dests= | |||
|cost= | |cost= | ||
|sell= | |||
|type= | |type= | ||
|enhancement= | |||
|usage= | |usage= | ||
|requirements= | |requirements= | ||
}}</pre> | }}</pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 14:30, 27 June 2013
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{#if: |
{{{image}}}}} | |
{{{name}}} | |
General Information | |
Cabal: |
[[:Category:{{{cabal}}}|{{{cabal}}}]]}} |
Location: |
{{{location}}}}} |
Cost: |
{{{cost}}}}} |
Sells for: |
{{{sell}}}}} |
Storable: |
{{{storable}}}}} |
Dests: |
{{{dests}}}}} |
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= |cabal= |location= |storable= |dests= |cost= |sell= |type= |enhancement= |usage= |requirements= }}