Template:Weapon: Difference between revisions

From EotL - End of the Line MUD
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 8: Line 8:
|-
|-
| colspan="2" class="info" | '''General Information'''
| colspan="2" class="info" | '''General Information'''
|-
{{#if: {{{type|}}}|
{{!}} class="info-label" {{!}} Type:
{{!}} class="info-value" {{!}}
[[:Category:Weapon - {{{type}}}{{!}}{{{type}}}]]}}
|-
{{#if: {{{cabal|}}}|
{{!}} class="info-label" {{!}} Cabal:
{{!}} class="info-value" {{!}}
[[:Category:{{{cabal}}}{{!}}{{{cabal}}}]]}}
|-
|-
{{#if: {{{location|}}}|
{{#if: {{{location|}}}|
Line 32: Line 42:
{{!}} class="info-label" {{!}} Damage Type:
{{!}} class="info-label" {{!}} Damage Type:
{{!}} class="info-value" {{!}}  
{{!}} class="info-value" {{!}}  
{{{damagetype}}}}}
[[:Category:Weapon - {{{damagetype}}}{{!}}{{{damagetype}}}]]}}
|-
|-
{{#if: {{{weight|}}}|
{{#if: {{{weight|}}}|
Line 43: Line 53:
{{!}} class="info-value" {{!}}  
{{!}} class="info-value" {{!}}  
{{{storable}}}}}
{{{storable}}}}}
|-
{{#if: {{{dests|}}}|
{{!}} class="info-label" {{!}} Dests:
{{!}} class="info-value" {{!}}
{{{dests}}}}}
|-
|-
{{#if: {{{material|}}}|
{{#if: {{{material|}}}|
Line 57: Line 72:
{{!}} class="info-label" {{!}} Damage:
{{!}} class="info-label" {{!}} Damage:
{{!}} class="info-value" {{!}}  
{{!}} class="info-value" {{!}}  
{{{damage}}}}}
[[:Category:Weapon - {{{damage}}}{{!}}{{{damage}}}]]}}
|-
|-
{{#if: {{{speed|}}}|
{{#if: {{{speed|}}}|
Line 77: Line 92:


<includeonly>
<includeonly>
[[Category:Item]][[Category:Weapon]]
[[Category:Item]][[Category:Weapon]]{{#if: {{{type|}}}| [[Category:Weapon - {{{type}}}]]}}{{#if: {{{damage|}}}| [[Category:Weapon - {{{damage}}}]]}}{{#if: {{{damagetype|}}}| [[Category:Weapon - {{{damagetype}}}]]}}{{#if: {{{cabal|}}}| [[Category:{{{cabal}}}]][[Category:{{{cabal}}} Item]][[Category:{{{cabal}}} Weapon]]}}
</includeonly><noinclude>
</includeonly><noinclude>
{{Clear}}
{{Clear}}
Line 86: Line 101:
|image=
|image=
|name=
|name=
|type=
|monster=
|monster=
|requirements=
|requirements=
Line 92: Line 108:
|weight=
|weight=
|storable=
|storable=
|dests=
|material=
|material=
|balanced=
|balanced=
Line 99: Line 116:
|cost=
|cost=
|location=
|location=
|cabal=
}}</pre>
}}</pre>
</noinclude>
</noinclude>

Latest revision as of 14:31, 27 June 2013

{{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: | {{#if: |
{{{image}}}}}
{{{name}}}
General Information
Type:

[[:Category:Weapon - {{{type}}}|{{{type}}}]]}}

Cabal:

[[:Category:{{{cabal}}}|{{{cabal}}}]]}}

Location:

{{{location}}}}}

Monster:

{{{monster}}}}}

Requirements:

{{{requirements}}}}}

Limit:

{{{limit}}}}}

Damage Type:

[[:Category:Weapon - {{{damagetype}}}|{{{damagetype}}}]]}}

Weight:

{{{weight}}}}}

Storable:

{{{storable}}}}}

Dests:

{{{dests}}}}}

Material:

{{{material}}}}}

Balanced:

{{{balanced}}}}}

Damage:

[[:Category:Weapon - {{{damage}}}|{{{damage}}}]]}}

Speed:

{{{speed}}}}}

Special:

{{{special}}}}}

Cost:

{{{cost}}}}}


Usage

To use this template, paste the following code into the top of the page, filling all relevant fields:

{{Weapon
|image=
|name=
|type=
|monster=
|requirements=
|limit=
|damagetype=
|weight=
|storable=
|dests=
|material=
|balanced=
|damage=
|speed=
|special=
|cost=
|location=
|cabal=
}}