Template:Img item/link: Difference between revisions

From PZwiki
m (lighter)
(added weapon attachments)
Line 45: Line 45:
| AssaultRifle|M16 Assault Rifle = M16 Assault Rifle
| AssaultRifle|M16 Assault Rifle = M16 Assault Rifle
| AssaultRifle2|M14 Single Shot Assault Rifle = M14 Single Shot Assault Rifle<!--
| AssaultRifle2|M14 Single Shot Assault Rifle = M14 Single Shot Assault Rifle<!--
##  WEAPON ATTACHMENTS  ##
-->
| IronSight|Iron Sight = Iron Sight
| x2Scope|x2 Scope = x2 Scope
| x4Scope|x4 Scope = x4 Scope
| x8Scope|x8 Scope = x8 Scope
| AmmoStraps|Ammo Straps = Ammo Straps
| Sling|Sling = Sling
| FiberglassStock|Fiberglass Stock = Fiberglass Stock
| Laser|Laser = Laser
| x2Scope|x2 Scope = x2 Scope
| RedDot|Red Dot = Red Dot
| GunLight|Gun Light = Gun Light
| Bayonnet|Bayonnet = Bayonnet
| ChokeTubeFull|Choke Tube Full = Choke Tube Full
| ChokeTubeImproved|Choke Tube Improved = Choke Tube Improved<!--


##  TRAPS  ##
##  TRAPS  ##

Revision as of 13:20, 16 April 2022

[view] [edit] [history] [purge] Template documentation
{{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:

  1. Click "Edit" (top-right)
  2. Copy the following snippet and paste in a new line, after the switch (top) and before the default (bottom): | ID| DisplayName = Output
  3. Replace: ID with the Item's ID (excluding the module), DisplayName with the Item's display name (as it appears in-game), and Output with the page you want to link to.
    1. 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
    2. 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
  4. 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)