Template:Item: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><!-- Comment fields keep the spacing from breaking in the template! | <includeonly><!-- Comment fields keep the spacing from breaking in the template! | ||
-->{{ | -->{{Header1|Information}}<!-- | ||
-->{{ #if: {{{mob|}}} | * Mob: [[{{{mob}}}]] | * Mob: Unknown }}<!-- | -->{{ #if: {{{mob|}}} | * Mob: [[{{{mob}}}]] | * Mob: Unknown }}<!-- | ||
-->{{ #if: {{{area|}}} | * Area: [[{{{area}}}]] | * Area: Unknown }}<!-- | -->{{ #if: {{{area|}}} | * Area: [[{{{area}}}]] | * Area: Unknown }}<!-- | ||
| Line 7: | Line 6: | ||
-->{{ #if: {{{manuf|}}} | * [[Manufactured item|Manufactured]]: {{{manuf}}} | * [[Manufactured item|Manufactured]]: No }}<!-- | -->{{ #if: {{{manuf|}}} | * [[Manufactured item|Manufactured]]: {{{manuf}}} | * [[Manufactured item|Manufactured]]: No }}<!-- | ||
-->{{ #if: {{{oog|}}} | * [[Out of Game]]: {{{oog}}} | * [[Out of Game]]: No }}<!-- | -->{{ #if: {{{oog|}}} | * [[Out of Game]]: {{{oog}}} | * [[Out of Game]]: No }}<!-- | ||
-->{{if||{{{description|}}}| {{Header1|Description}}{{{description}}}}}<!-- | |||
-->{{if||{{{id1|}}}| {{Header1|Identify}}}}<!-- | -->{{if||{{{id1|}}}| {{Header1|Identify}}}}<!-- | ||
| Line 29: | Line 30: | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
== | == Default Template == | ||
< | When filling out a template, leave a field blank if you don't know that specific item. | ||
<pre>{{Item | |||
|description = Item information obtained by examining it | |||
|mob = Mob that drops the item (or ground spawn / etc) | |||
|pop = Whether the item is a pop (Yes or No) | |||
|manuf = Whether the item is manufactured (Yes or No) | |||
|oog = Whether the item is out of game (Yes or No) | |||
|area = The area it comes from | |||
|id1 = Identify information (id1 - id15, use as many as you need) | |||
|notes = Additional information | |||
}}</pre> | |||
==Example== | ==Example== | ||
'''a copper hammer''' | '''a copper hammer''' | ||
===What you enter=== | ===What you enter=== | ||
<pre><nowiki>{{Item | <pre><nowiki>{{Item | ||
| Line 48: | Line 57: | ||
|notes = Nothing to see here. | |notes = Nothing to see here. | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
===What it looks like=== | ===What it looks like=== | ||
{{Item | {{Item | ||
Revision as of 17:16, 7 July 2008
Default Template
When filling out a template, leave a field blank if you don't know that specific item.
{{Item
|description = Item information obtained by examining it
|mob = Mob that drops the item (or ground spawn / etc)
|pop = Whether the item is a pop (Yes or No)
|manuf = Whether the item is manufactured (Yes or No)
|oog = Whether the item is out of game (Yes or No)
|area = The area it comes from
|id1 = Identify information (id1 - id15, use as many as you need)
|notes = Additional information
}}
Example
a copper hammer
What you enter
{{Item
|description = Fashioned from the flames of fiery dragon-breath, this chunk of copper ore was formed into a replicate of the Draconian blacksmith's finest hammer.
|mob = A bodyguard
|area = Dragon Tower
|id1 = Object 'a copper hammer' is infused with your magic...
|id2 = It is a level 14 crushing weapon, weight 12.
|id3 = Locations it can be worn: wield
|id4 = Special properties: none
|id5 = This weapon has a gold value of 30000.
|id6 = Damage is 3 to 15 (average 9).
|notes = Nothing to see here.
}}
What it looks like
Information
- Mob: A bodyguard
- Area: Dragon Tower
- Pop: No
- Manufactured: No
- Out of Game: No
== Description ==Fashioned from the flames of fiery dragon-breath, this chunk of copper ore was formed into a replicate of the Draconian blacksmith's finest hammer.
== Identify ==
| Object 'a copper hammer' is infused with your magic... |
| It is a level 14 crushing weapon, weight 12. |
| Locations it can be worn: wield |
| Special properties: none |
| This weapon has a gold value of 30000. |
| Damage is 3 to 15 (average 9). |
== Notes ==Nothing to see here.