Template:Img item

From PZwiki
Revision as of 06:45, 24 July 2021 by Vaileasys (talk | contribs) (Created page with "<includeonly>File:<!-- ########################## ## IMAGE ## ########################## -->{{#switch: {{{item}}}<!-- ## AMMO ## --> | Bullets9mm|9mm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[view] [edit] [history] [purge] Template documentation
The {{Img item}} template is used to generate an item image by simply knowing the display name or item ID.

Editing

To add new definitions or edit an existing one, please go to the following subpages:

Usage

{{Img item
|item = <!-- or {{{1}}} (first anonymous parameter) -->
|size = <!-- optional -->
|icon = <!-- or |img = --> <!-- optional -->
|link = <!-- optional -->
|name = <!-- optional -->
}}

Image.png

Parameters

item
Determines the item image, name, and link. Can be the item's display name, item ID (without module) or previous names (so long as there are no conflicts). Can be replaced with the first anonymous parameter. Default: File:image.png
size
The size of the image. This can be left blank unless needed to be customized. Default: 32px
icon
Manually set the image to be displayed. This will normally be left blank. Can be replaced with img.
link
Manually set the link for the image. This will normally be left blank.
name
Manually set the "name" to show when hovering over. This will normally be left blank.

Anonymous parameters

See more: Anonymous parameters
{{{1}}}
Alternative to item, for simplified markup. Determines the item image, name, and link. Can be the item's display name, item ID (without module) or previous names (so long as there are no conflicts). Default: File:image.png
{{{2}}}
Adding "name" will remove the image and only display the name and link. Alternative to using {{Img item/link}} and {{Img item/name}}.

Examples

Type Produces Explanation
{{Img item|item=ShotgunShellsBox|size=32px}}
Box of Shotgun Shells Using the item ID with the item and size parameters.
{{Img item|ShotgunShellsBox}}
Image.png The markup can be simplified by removing the item and size parameters, and just including the item ID as the first anonymous parameter. This produces the same result as the above example.
{{Img item|icon=Chainsaw_Model|size=64px|name=Zombie slayer|link=Zombie}}
Image.png The icon, size, name and link can be manually adjusted. Here it's showing the Chainsaw model as the icon at size 64px, "Zombie slayer" as the name, and Zombie as the link.
{{Img item|ShotgunShellsBox|name}}
Image.png Using just the first and second anonymous parameters, with the second being "name", display just the indexed name and link.
Documentation transcluded from Template:Img item/doc.
Editors can experiment in this template's sandbox (create)