Template:Item: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{#ifeq: {{{incomplete}}} | yes | {{Incomplete}}}}
{| class=wikitable width=60% cellpadding=2 |
{|class="wikitable" style="width:500px"
|- style="height:40px"
! colspan="2" style="font-size:150%" | {{{item|Item Box}}}
|-
|-
! colspan=2 | '''{{{desc|Item}}}'''
| width="15%" | '''Look:''' || {{{look}}}
|-
|-
| '''Core Noun''' || {{#if: {{{noun}}} | {{{noun}}} | ''Unknown''}}
! width=20% style="text-align:left"|'''LOOK Description:'''
| {{{look|}}}
|-
|-
| '''Weight:''' || {{{weight}}} stones
! style="text-align:left"|'''Prerequisites:'''
| {{{prereqs|}}}
|-
|-
| '''Type:''' || Would be entries for this field allowing things such as Magic, alchemy, herb, clothing, jewelry, tack, creation (hide potion, wood scrapers, etc.), pocketed
! style="text-align:left"|'''Minimum Prep:'''
| {{{minprep|}}}
|-
|-
| '''For Sale At (Base Cost):''' || {{#if: {{{shop1}}} | * [[{{{shop1}}}]] ({{{cost1|''Unknown''}}}) | '''Unknown'''}}{{#if: {{{shop2}}} |<br> * [[{{{shop2}}}]] ({{{cost2|''Unknown''}}})|}}{{#if: {{{shop3}}} |<br> * [[{{{shop3}}}]] ({{{cost3|''Unknown''}}})|}}
! style="text-align:left"|'''Casting Cap:'''
|-
| {{{castcap|}}}
| '''Appraised Cost:''' || {{{appcost}}}
|-
|-
| '''Properties:'''
! style="text-align:left"|'''Valid Spell Target:'''
<noinclude>
| {{{validtarget|}}}
| {{#ifeq: {{lc:{{{pocketed}}}}} | yes | This item has pockets.|}}
|-
{{#switch: {{lc:{{{magic}}}}} | yes = {{#if {{{spellheld}}}
! style="text-align:left"|'''Description:'''
| This item is magical and holds the [[{{{heldspell}}]] spell.
| {{{desc|}}}
| This item is magical.}}
|-
| runestone = {{#if: {{{heldspell}}} | This item holds the {{{heldspell}}} spell.|incomplete=yes}}
! style="text-align:left"|'''Guildleader Comments:'''
| cambrinth = This item is made from cambrinth and will hold up to {{{maxcharge}} mana. [[Category: Cambrinth Items]]
| {{{glcomment|}}}
| gaethzen = This item is made from gaethzen and will hold up to {{{maxcharge}} mana. [[Category: Gaethzen Items]]
|-
| gath mysanda = ??
! style="text-align:left"|'''Example Messaging:'''
}}
| {{{messaging|}}}
</noinclude>
|}
|}


==Notes==
{{{Notes}}}


{{#if: {{{wearloc|}}}| This item can be worn on the {{{wearloc|}}}}}
{{#if: {{{wearloc|}}}| This item can be worn on the {{{wearloc|}}}}}
Line 35: Line 39:
<includeonly>
<includeonly>
[[Category:Items]]
[[Category:Items]]
<!-- Adds page to appropriate category based on type, or adds to Incomplete category if none-->
<!-- Adds page to appropriate category based on type -->
{{#if {{{type|}}} |
{{#switch: {{lc:{{{type|}}}}}
{{#switch: {{lc:{{{type|}}}}}
| miscellaneous
| miscellaneous
| magic
| cambrinth = [[Category:{{{type|}}} Items]]
| clothes = [[Category: Clothes ({{{wearloc}}} worn)]]
| clothes = [[Category: Clothes ({{{wearloc}}} worn)]]
| [[Category:{{{type}}}]]
| [[Category:{{{type}}}]]
|}}
| [[Category: Incomplete]]}}


<!-- Adds to Incomplete category if non-optional information is missing-->
<!-- Adds to Incomplete template if non-optional information is missing-->
{{#if:
{{#if:
{{#if:{{{look|}}}|
{{#if:{{{look|}}}|
Line 60: Line 61:
}}
}}
||[[Category:Incomplete]]}}
||[[Category:Incomplete]]}}

</includeonly>
</includeonly>


Line 68: Line 68:
<pre>
<pre>
{{Item
{{Item
|desc=
|name=
|look=
|look=
|corenoun=
|corenoun=

Revision as of 18:00, 17 April 2008

Item Box
Look: {{{look}}}
Core Noun {{{noun}}}
Weight: {{{weight}}} stones
Type: Would be entries for this field allowing things such as Magic, alchemy, herb, clothing, jewelry, tack, creation (hide potion, wood scrapers, etc.), pocketed
For Sale At (Base Cost):
  • [[{{{shop1}}}]] (Unknown)
    * [[{{{shop2}}}]] (Unknown)
    * [[{{{shop3}}}]] (Unknown)
Appraised Cost: {{{appcost}}}
Properties:


Notes

{{{Notes}}}


This item can be purchased at [[{{{shop}}}]].



This template is for use with non-armor, non-weapon items.

Usage

{{Item
|name=
|look=
|corenoun=
|type=
|wearloc=
|pockets=(yes/no)
|weight=
|maxcharge=
|shop=
|verb1=
.....
|verb10=
}}