Template:Infobox block/doc: Difference between revisions
No edit summary |
No edit summary |
||
| Line 44: | Line 44: | ||
| <code>title</code> || Only needed to change the title from the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code> | | <code>title</code> || Only needed to change the title from the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code> | ||
|- | |- | ||
| <code>image</code> || Image of the block (should be approx. 150x150px) || <code><nowiki>{{ | | <code>image</code> || Image of the block (should be approx. 150x150px) || <code><nowiki>{{{title}}}.png</nowiki></code> if it exists, otherwise [[:File:No block image.png|No block image.png]] (linking to the page where to upload the missing image) | ||
|- | |- | ||
| <code>image2</code> || Second image for two-state blocks (also approx. 150x150px) || ''None'' | | <code>image2</code> || Second image for two-state blocks (also approx. 150x150px) || ''None'' | ||
| Line 50: | Line 50: | ||
| <code>image3</code> || Third image for three-state blocks (also approx. 150x150px) || ''None'' | | <code>image3</code> || Third image for three-state blocks (also approx. 150x150px) || ''None'' | ||
|- | |- | ||
| <code>invimage</code> || Image for object in inventory. Can use '''None''' to force no invimage. Uses [[Template:Grid]]. || <code><nowiki>Grid {{ | | <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>invimage2</code> || Second image for two-state objects in inventory. Uses [[Template:Grid]]. || ''None'' | | <code>invimage2</code> || Second image for two-state objects in inventory. Uses [[Template:Grid]]. || ''None'' | ||