Difference between revisions of "Template:Item"
(Forgot there are two kinds sometime) |
|||
Line 42: | Line 42: | ||
</noinclude>{{#ifeq:{{{nosell|}}}|yes|'''Item cannot be auto-sold'''<br>}}<noinclude> | </noinclude>{{#ifeq:{{{nosell|}}}|yes|'''Item cannot be auto-sold'''<br>}}<noinclude> | ||
− | </noinclude>{{#ifeq:{{{caffeine|}}}|yes|<br>'''Contains caffeine ({{{caffeinefullness}}})'''[[Category:Caffeine]]}}<noinclude> | + | </noinclude>{{#ifeq:{{{caffeine|}}}|yes|<br>'''Contains caffeine ({{{caffeinefullness}}})'''[[Category:Caffeine]]}}{{#vardefine:consumable|{{#ifeq:{{{caffeine|}}}|yes|yes|no}}}}<noinclude> |
− | </noinclude>{{#ifeq:{{{sugar|}}}|yes|<br>'''Contains sugar ({{{sugarfullness}}})'''[[Category:Sugar]]}}<noinclude> | + | </noinclude>{{#ifeq:{{{sugar|}}}|yes|<br>'''Contains sugar ({{{sugarfullness}}})'''[[Category:Sugar]]}}{{#vardefine:consumable|{{#ifeq:{{{sugar|}}}|yes|yes|{{#var:consumable}}}}}}<noinclude> |
</noinclude>{{#ifeq:{{{usable|}}}|yes|<br>'''Usable'''[[Category:Usables]]|{{#ifeq:{{{returnable|}}}|yes|<br>'''Usable'''[[Category:Returnables]]}}}}<noinclude> | </noinclude>{{#ifeq:{{{usable|}}}|yes|<br>'''Usable'''[[Category:Usables]]|{{#ifeq:{{{returnable|}}}|yes|<br>'''Usable'''[[Category:Returnables]]}}}}<noinclude> | ||
Line 57: | Line 57: | ||
{{#ifeq:{{{unimplemented|}}}|yes|Unimplemented item; cannot be obtained|{{#switch:{{{obtain|?}}}||?=<i>Unknown</i>[[Category:Incomplete]]|#default={{{obtain}}}}}}}<noinclude> | {{#ifeq:{{{unimplemented|}}}|yes|Unimplemented item; cannot be obtained|{{#switch:{{{obtain|?}}}||?=<i>Unknown</i>[[Category:Incomplete]]|#default={{{obtain}}}}}}}<noinclude> | ||
− | </noinclude>{{#ifeq:{{ | + | </noinclude>{{#ifeq:{{#var:consumable}}|yes| |
<br> | <br> | ||
<big>'''When Consumed'''</big><br><hr> | <big>'''When Consumed'''</big><br><hr> |
Revision as of 14:48, 19 June 2010
Template
{{item
|unimplemented=Set to yes if the item is a gag/unimplemented item. Such items have no itemid, descid, obtain, plural etc.
|descid=
|itemid=
|name=
|plural=Set to ! if the plural cannot be determined
|image=
|desc=
|type=
|weapontype=
|power=
|level=
|range=
|autosell=
|nosell=
|nomem=
|notrade=
|consumable=
|caffeine=
|sugar=
|usable=don't set to "yes" if the item's only use it to send to other people, in which case set "returnable" to "yes". Such items will not have a "use item" link.
|returnable=set to "yes" if item can be "returned" to another player
|returntext=link text for sending item to another player
|returnself=text when trying to send item to yourself
|returnedreceiver=text seen by the receiver of the item
|combat=
|weldable=
|ench=
|obtain=
|combatuse=
|consume=
|used=
|multiuse=state ! for none, "same" if it is the same as single use, "missing" if you believe there should be and there isn't
|uses=}}
Usage
Adding...
{{item
|descid=9734581
|itemid=116
|name=royal crown
|plural=royal crowns
|image=crown.gif
|desc=No matter how thirsty you are, you can't drink this--it's not that kind of royal crown. It does make you look kingly, though, which is good for increasing the tributes you get.
|type=Helmet
|power=45
|level=8
|autosell=125
|ench=+5% chips
|obtain=[[Cube Theater]]
:*[[unidentifiable English king]]
|uses=none}}
Results in...
royal crown
Plural: royal crowns
No matter how thirsty you are, you can't drink this--it's not that kind of royal crown. It does make you look kingly, though, which is good for increasing the tributes you get.
Helmet
Power: 45
Level Required: 8
Autosell value: 125
+5% chips
How Obtained