Template:Item: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Incomplete}}
<includeonly>
<includeonly>
<!-- Adds to Incomplete template if non-optional information is missing-->
<!-- Adds to Incomplete template if non-optional information is missing-->
Line 17: Line 18:
</includeonly>
</includeonly>


{{#ifeq: {{{incomplete}}} | yes | {{Incomplete}}}}
{|class="wikitable" style="width:500px"
{|class="wikitable" style="width:500px"
|- style="height:40px"
|- style="height:40px"
! colspan="2" style="font-size:150%" | {{{item|Item Box}}}
! colspan="2" style="font-size:150%" | {{{item|Item Box}}}
|-
|-
| width="15%" | '''Look:''' || {{{look}}}
| width="15%" | '''Look:''' || {{{look|}}}
|-
|-
| '''Core Noun''' || {{#if: {{{noun}}} | {{{noun}}} | ''Unknown''}}
| '''Core Noun''' || {{#if: {{{noun|}}} | {{{noun|}}} | ''Unknown''}}
|-
|-
| '''Weight:''' || {{{weight}}} stones
| '''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
| '''Type:''' || Would be entries for this field allowing things such as Magic, alchemy, herb, clothing, jewelry, tack, creation (hide potion, wood scrapers, etc.), pocketed
{{#if: {{{shop1}}} | {{!}}-}}
{{#if: {{{shop1|}}} | {{!}}-}}
{{#if: {{{shop1}}} |
{{#if: {{{shop1|}}} |
{{!}} '''For Sale At (Base Cost):'''
{{!}} '''For Sale At (Base Cost):'''
{{!}} {{#if: {{{shop1}}} | * [[{{{shop1}}}]] ({{{cost1|''Unknown''}}}) | '''Unknown'''}}
{{!}} {{#if:{{{shop1|}}}|* [[{{{shop1|}}}]] ({{{cost1|''Unknown''}}})|''Unknown''}}
{{#if: {{{shop2}}} |<br> * [[{{{shop2}}}]] ({{{cost2|''Unknown''}}})|}}
{{#if:{{{shop2|}}}|<br>* [[{{{shop2|}}}]] ({{{cost2|''Unknown''}}})|}}
{{#if: {{{shop3}}} |<br> * [[{{{shop3}}}]] ({{{cost3|''Unknown''}}})|}}
{{#if:{{{shop3|}}}|<br>* [[{{{shop3|}}}]] ({{{cost3|''Unknown''}}})|}}
}}
}}
|-
|-
Line 40: Line 40:
|-
|-
| '''Special Properties:'''
| '''Special Properties:'''
<!--includeonly-->
<noinclude>
| {{#ifeq: {{lc:{{{pocketed}}}}} | yes | This item has pockets.|}}
| {{#switch:{{lc:{{{clothing}}}}}
{{#switch: {{lc:{{{magic}}}}} | yes = {{#if {{{spellheld}}}
| y = {{#switch: {{lc:{{{pocketed|}}}}}
| This item is magical and holds the [[{{{heldspell}}]] spell.
| y = This item has pockets.
| This item is magical.}}
| n = This item is not pocketed.
| cambrinth = This item is made from [[cambrinth]] and will hold up to {{{maxcharge|''Unknown''}} mana. [[Category: Cambrinth Items]]
| It is unknown if this item is pocketed.
}}
| gaethzen = This item is made from [[gaethzen]] and will hold up to {{{maxcharge|''Unknown''}} mana. [[Category: Gaethzen Items]]
| gath mysanda = ??
| n =
| {{#ifeq: {{lc:{{{pocketed|}}}}} | y | This item has pockets.|}}

}}
}}
{{#switch: {{lc: {{{magic|}}} }}|y = {{#if {{{spellheld|}}}
</noinclude>
| This item is magical and holds the [[{{{heldspell}}}]] spell.
| This item is magical.}}
| cambrinth = This item is made from [[cambrinth]] and will hold up to {{{maxcharge|?}}} mana. [[Category: Cambrinth Items]]
| gaethzen = This item is made from [[gaethzen]] and will hold up to {{{maxcharge|?}}} mana. [[Category: Gaethzen Items]]
| gath mysanda = ??
|
}}
<!--/includeonly-->
|}
|}


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

{{#if: {{{wearloc|}}}| This item can be worn on the {{{wearloc|}}}}}
{{#ifeq: {{lc:{{{pockets|}}}}}| yes |This item has pockets.}}
This item can be purchased at [[{{{shop}}}]].


<includeonly>
<includeonly>
Line 71: Line 77:


<noinclude>
<noinclude>
This template is for use with non-armor, non-weapon items.
This template is for use with non-armor, non-weapon items. Copy the following into the item page.
==Usage==
==Usage==
<pre>
<pre>
Line 78: Line 84:
|look=
|look=
|corenoun=
|corenoun=
|type=
|type1=
|type2=
|type3=
|type4=
|type5=
|type6=
|weight=
|clothing=y/n
|wearloc=
|wearloc=
|pockets=(yes/no)
|pockets=y/n
|magic=y/n/cambrinth/gaethzen/gath mysanda
|weight=
|maxcharge=
|maxcharge=
|heldspell=
|shop=
|verb1=
|shop1=
|cost1=
.....
|verb10=
|shop2=
|cost2=
|shop3=
|cost3=
|notes=
}}
}}
</pre>
</pre>
[[Category:Templates|{{PAGENAME}}]]</noinclude>
[[Category:Templates|{{PAGENAME}}]]</noinclude>

[[Category:Incomplete]]

Revision as of 18:53, 17 April 2008

Incomplete Article
  • This article is incomplete, which means that while it is not a stub, it still lacks certain data or information.
  • Item Type, Infobox entry on source



Item Box
Look:
Core Noun Unknown
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


Appraised Cost: {{{appcost}}}
Special Properties:

Notes

{{{Notes}}}



This template is for use with non-armor, non-weapon items. Copy the following into the item page.

Usage

{{Item
|name=
|look=
|corenoun=
|type1=
|type2=
|type3=
|type4=
|type5=
|type6=
|weight=
|clothing=y/n
|wearloc=
|pockets=y/n
|magic=y/n/cambrinth/gaethzen/gath mysanda
|maxcharge=
|heldspell=
|shop1=
|cost1=
|shop2=
|cost2=
|shop3=
|cost3=
|notes=
}}