Template:Img item: Difference between revisions

From PZwiki
(Added firearms)
m (Fixed Sawed-off JS-2000 Shotgun)
Line 42: Line 42:
| DoubleBarrelShotgun|Double Barrel Shotgun = ShotgunDoublebarrel
| DoubleBarrelShotgun|Double Barrel Shotgun = ShotgunDoublebarrel
| DoubleBarrelShotgunSawnoff|Sawn Off Double Barrel Shotgun|Sawed-off Double Barrel Shotgun = ShotgunDoublebarrel
| DoubleBarrelShotgunSawnoff|Sawn Off Double Barrel Shotgun|Sawed-off Double Barrel Shotgun = ShotgunDoublebarrel
| ShotgunSawnoff|Sawn Off JS-2000 Shotgun|Sawn Off Shotgun|Sawed-off Shotgun = Shotgun
| ShotgunSawnoff|Sawn Off JS-2000 Shotgun|Sawed-off JS-2000 Shotgun|Sawn Off Shotgun|Sawed-off Shotgun = Shotgun
| Pistol|M9 Pistol = HandGun3
| Pistol|M9 Pistol = HandGun3
| Pistol2|M1911 Pistol = HandGun2
| Pistol2|M1911 Pistol = HandGun2
Line 95: Line 95:
| DoubleBarrelShotgun|Double Barrel Shotgun = Double Barrel Shotgun
| DoubleBarrelShotgun|Double Barrel Shotgun = Double Barrel Shotgun
| DoubleBarrelShotgunSawnoff|Sawn Off Double Barrel Shotgun|Sawed-off Double Barrel Shotgun = Sawed-off Double Barrel Shotgun
| DoubleBarrelShotgunSawnoff|Sawn Off Double Barrel Shotgun|Sawed-off Double Barrel Shotgun = Sawed-off Double Barrel Shotgun
| ShotgunSawnoff|Sawn Off JS-2000 Shotgun|Sawn Off Shotgun|Sawed-off Shotgun = Sawed-off Shotgun
| ShotgunSawnoff|Sawn Off JS-2000 Shotgun|Sawed-off JS-2000 Shotgun|Sawn Off Shotgun|Sawed-off Shotgun = Sawed-off JS-2000 Shotgun
| Pistol|M9 Pistol = M9 Pistol
| Pistol|M9 Pistol = M9 Pistol
| Pistol2|M1911 Pistol = M1911 Pistol
| Pistol2|M1911 Pistol = M1911 Pistol
Line 148: Line 148:
| DoubleBarrelShotgun|Double Barrel Shotgun = Double Barrel Shotgun
| DoubleBarrelShotgun|Double Barrel Shotgun = Double Barrel Shotgun
| DoubleBarrelShotgunSawnoff|Sawn Off Double Barrel Shotgun|Sawed-off Double Barrel Shotgun = Sawed-off Double Barrel Shotgun
| DoubleBarrelShotgunSawnoff|Sawn Off Double Barrel Shotgun|Sawed-off Double Barrel Shotgun = Sawed-off Double Barrel Shotgun
| ShotgunSawnoff|Sawn Off JS-2000 Shotgun|Sawn Off Shotgun|Sawed-off Shotgun = Sawed-off Shotgun
| ShotgunSawnoff|Sawn Off JS-2000 Shotgun|Sawed-off JS-2000 Shotgun|Sawn Off Shotgun|Sawed-off Shotgun = Sawed-off JS-2000 Shotgun
| Pistol|M9 Pistol = M9 Pistol
| Pistol|M9 Pistol = M9 Pistol
| Pistol2|M1911 Pistol = M1911 Pistol
| Pistol2|M1911 Pistol = M1911 Pistol

Revision as of 15:02, 24 July 2021

[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)