Toggle menu
15
236
72
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

This template extracts a given component from a given item.

Usage

{{Component|Item|ParameterName}}

Note: If you need to extract multiple components of a large item, consider using {{Format item}} instead of multiple calls to {{Component}}, because each call to {{Component}} requires unpacking of the entire item, which may be costly.

Examples

Markup Renders as
{{Component | {{Item|Alice|Bob|best=Eve}} | 1}}

Alice

{{Component | {{Item|Alice|Bob|best=Eve}} | best}}

Eve