Template:Item: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
m (logic problem fixing)
mNo edit summary
Line 7: Line 7:
! colspan="2" style="font-size:150%"|{{{name|{{PAGENAME}}}}}
! colspan="2" style="font-size:150%"|{{{name|{{PAGENAME}}}}}
|-
|-
|width="15%"|'''Look:'''||{{{look|''Unknown''}}}
|width="15%"|'''Look:'''||{{#if:{{{look|}}}|{{{look}}}|''Unknown''}}
|-
|-
|'''Core Noun:'''||{{#if:{{{noun|}}}|{{{noun|}}}|''Unknown''}}
|'''Core Noun:'''||{{#if:{{{noun|}}}|{{{noun|}}}|''Unknown''}}
|-
|-
|'''Weight:'''||{{#if:{{{weight|}}|{{{weight}}}|''?''}} stones
|'''Weight:'''||{{#if:{{{weight|}}}|{{{weight}}}|''?''}} stones
|-
|-
|'''Type:'''||{{#if:{{{type|}}|{{{type}}}|''Unknown''}} {{#If:{{{type2|}}}|, {{{type2}}}}}{{#If:{{{type3|}}}|, {{{type3}}}}}{{#If:{{{type4|}}}|, {{{type4}}}}}{{#If:{{{type5|}}}|, {{{type5}}}}}{{#If:{{{type6|}}}|, {{{type6}}}}}
|'''Type:'''||{{#if:{{{type|}}}|{{{type}}}|''Unknown''}} {{#If:{{{type2|}}}|, {{{type2}}}}}{{#If:{{{type3|}}}|, {{{type3}}}}}{{#If:{{{type4|}}}|, {{{type4}}}}}{{#If:{{{type5|}}}|, {{{type5}}}}}{{#If:{{{type6|}}}|, {{{type6}}}}}
|-
|-
{{#if:{{IfOR|{{{shop|}}}|{{{cost|}}}}}|
{{#if:{{IfOR|{{{shop|}}}|{{{cost|}}}}}|
Line 19: Line 19:
{{!}} <DL><DT>[[{{{shop}}}]]<DD>({{{cost|''Unknown''}}}){{#if:{{{shop2|}}} | <DT>[[{{{shop2}}}]]<DD>({{{cost2|''Unknown''}}}) }}{{#if:{{{shop3|}}}|<DT>[[{{{shop3}}}]]<DD>({{{cost3|''Unknown''}}})}}</DL>}}
{{!}} <DL><DT>[[{{{shop}}}]]<DD>({{{cost|''Unknown''}}}){{#if:{{{shop2|}}} | <DT>[[{{{shop2}}}]]<DD>({{{cost2|''Unknown''}}}) }}{{#if:{{{shop3|}}}|<DT>[[{{{shop3}}}]]<DD>({{{cost3|''Unknown''}}})}}</DL>}}
|-
|-
| '''Appraised Cost:'''||{{#if:{{{appcost|}}|{{{appcost}}}|''?''}} Kronars
| '''Appraised Cost:'''||{{#if:{{{appcost|}}}|{{{appcost}}}|''?''}} Kronars
|-
|-
| '''Special Properties:'''
| '''Special Properties:'''

Revision as of 00:08, 1 June 2008

Item
Look: Unknown
Core Noun: Unknown
Weight: ? stones
Type: Unknown
For Sale At (Base Cost):
[[{{{shop}}}]]
(Unknown)
Appraised Cost: ? Kronars
Special Properties:
  • This item is worn in an unknown location.
  • This item is magical.

Usage Documental

This template is for use with non-armor, non-weapon items. Copy the following into the item page. For weapons, armor, and shields, use Template:CombatItem or for brawling and related equipment use Template:BrawlItem. For information on listing forged equipment, consult the Manual of Style.

{{Item
|name=(name of the object if it's different than the page name)
|look=(the description gained by LOOKing at it.
|noun=(the single word noun used to interact with it)
|type=magic/alchemy/herb/clothing/jewelry/tack/creation/pocketed/rough chakrel/perfect chakrel
|type2=
|type3=
|type4=
|type5=
|type6=
|weight= (weight in stones)
|wearloc= (where it is worn)
|magic=y/n/cambrinth/gaethzen/gath mysanda
|maxcharge= (maximum mana that can be held by it)
|heldspell= (the spell cast by the object)
|appcost=(The cost given by an expert appraisal. Given in kronars.)
|shop=
|cost=
|shop2=
|cost2=
|shop3=
|cost3=
|notes=(any additional notes)
}}