Template:Infobox item/doc: Difference between revisions
m Don't forget to remove the clear so there's no useless 1em space at the top of the page |
No edit summary |
||
Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
{{Item | {{Item}} | ||
}} | |||
This template provides a uniform design for usable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead. | This template provides a uniform design for usable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead. | ||
<pre width="30px"> | <pre width="30px"> | ||
{{Item | {{Item | ||
| | |title= | ||
|image= | |image= | ||
|invimage= | |invimage= | ||
Line 28: | Line 20: | ||
! Default/Example value | ! Default/Example value | ||
|- | |- | ||
| <code> | | <code>title</code> || Optional value to use a different name instead of the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code> | ||
|- | |- | ||
| <code>image</code> || Image of the | | <code>image</code> || Image of the block (should be approx. 150x150px) || <code><nowiki>{{BASEPAGENAME}}.png</nowiki></code> if it exists, otherwise [[:File:No image.png|No image.png]] | ||
|- | |- | ||
| <code>invimage</code> || Image for object in inventory | | <code>invimage</code> || Image for object in inventory. Can use '''None''' to force no invimage. Uses styling and images from [[Template:Grid/Available images]] || <code><nowiki>Grid {{BASEPAGENAME}}.png</nowiki></code> if it exists, otherwise ''None'' | ||
|- | |- | ||
| <code>type</code> || Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) || ? | | <code>type</code> || Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) || ? |