Template:Infobox item/doc: Difference between revisions
No need for that many, people will get the idea |
m Almost all items have 160x160px |
||
| Line 38: | Line 38: | ||
| <code>title</code> || Optional value to use a different title instead of the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code> | | <code>title</code> || Optional value to use a different title instead of the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code> | ||
|- | |- | ||
| <code>image</code> || Image of the block (should be approx. | | <code>image</code> || Image of the block (should be approx. 160x160px) || <code><nowiki>{{{title}}}.png</nowiki></code> if it exists, otherwise [[:File:No image.svg|No image.svg]] (linking to the page where to upload the missing image) | ||
|- | |- | ||
| <code>imagesize</code> || Adjusts the size of the image || | | <code>imagesize</code> || Adjusts the size of the image || 160px | ||
|- | |- | ||
| <code>image2</code> || Image of the block (should be approx. | | <code>image2</code> || Image of the block (should be approx. 160x160px) || ''None'' | ||
|- | |- | ||
| <code>image2size</code> || Adjusts the size of the second image || | | <code>image2size</code> || Adjusts the size of the second image || 160px | ||
|- | |- | ||
| <code>image3</code> || Image of the block (should be approx. | | <code>image3</code> || Image of the block (should be approx. 160x160px) || ''None'' | ||
|- | |- | ||
| <code>image3size</code> || Adjusts the size of the third image || | | <code>image3size</code> || Adjusts the size of the third image || 160px | ||
|- | |- | ||
| <code>invimage</code> || Image for object in inventory. Can use '''None''' to force no invimage. Uses [[Template:Grid]]. || <code><nowiki>Grid {{{title}}}.png</nowiki></code> if it exists, otherwise ''None'' | | <code>invimage</code> || Image for object in inventory. Can use '''None''' to force no invimage. Uses [[Template:Grid]]. || <code><nowiki>Grid {{{title}}}.png</nowiki></code> if it exists, otherwise ''None'' | ||