![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Template:Img item/link
Jump to navigation
Jump to search
{{Img item/link}}
is a subtemplate of {{Img item}}
. This functions as a link index for all items.
This template uses a switch, searching for a matching input string, returning an output string.
Usage
Although a subtemplate, this can function as a standalone template to lookup a link for an item.
The input string should be the item's item ID (excluding the module) or the display name.
{{Img item/link|item=Item ID <!-- or DisplayName -->}}
Adding to index
The index can be added to by:
- Click "Edit" (top-right)
- Copy the following snippet and paste in a new line, after the switch (top) and before the default (bottom):
| ID| DisplayName = Output
- Replace:
ID
with the Item's ID (excluding the module),DisplayName
with the Item's display name (as it appears in-game), andOutput
with the page you want to link to.- Additional input strings can be added by placing a pipe
|
followed by the string after the last input string, but before the equals symbol=
- Example:
| LemonGrass| Lemongrass| Lemon Grass = Lemongrass
- Example:
- Any additional input strings should be:
- Previous item names, e.g. Whiskey Bottle or Bourbon
- Alternate item names, i.e. name in script file may be different to in-game item name (this is contained in ItemName_EN.txt), e.g. Lemon Grass or Lemongrass
- UK vs US spelling, e.g. Tire or Tyre
- Additional input strings can be added by placing a pipe
- Also add to
{{Img item/name}}
and{{Img_item/icon}}
Example
Type | Produces | Explanation |
---|---|---|
{{Img item/link|item=ShotgunShellsBox}} |
Shotgun Shells | Using the item ID |
{{Img item/link|item=Box of Shotgun Shells}} |
Shotgun Shells | Using the display name |
Documentation transcluded from Template:Img item/link/doc.
Editors can experiment in this template's sandbox (create)
Editors can experiment in this template's sandbox (create)