Template:Item modifier compatibility/doc: Difference between revisions
Jump to navigation
Jump to search
>Illviljan mNo edit summary |
>Vinifera7 mNo edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{Documentation subpage}} | ||
{{ | |||
{{Lua|Module:Modifier table}} | |||
This template adds a drop down table from data tables. The data is queried from cargo tables that lists the spawnable named mods with conditions based on [[item]] [[modifier|tags]], its [[modifier|mod domain]] and [[modifier|generation type]]. | This template adds a drop down table from data tables. The data is queried from cargo tables that lists the spawnable named mods with conditions based on [[item]] [[modifier|tags]], its [[modifier|mod domain]] and [[modifier|generation type]]. | ||
| Line 33: | Line 34: | ||
}} | }} | ||
{{Documentation categories| | |||
<!-- | <!-- Categories and interwikis go here. --> | ||
[[Category:Query templates]] | [[Category:Query templates]] | ||
[[de:Vorlage:Item modifiers]] | [[de:Vorlage:Item modifiers]] | ||
}} | |||
Revision as of 22:00, 2 December 2020
This subpage provides documentation for Template:Item modifier compatibility.
This template adds a drop down table from data tables. The data is queried from cargo tables that lists the spawnable named mods with conditions based on item tags, its mod domain and generation type.
Parameters
| Parameter | Description | Required |
|---|---|---|
| item | The item to filter the modifiers for. | |
| header | Header name, defaults to the item tags if not specified. | |
| item_tags | Overrides the tags the item has. Delimiter: ", " (Not recommended) | |
| extra_item_tags | Adds additional item tags. Delimiter: ", " | |
| extra_fields | Displays extra fields. | |
| spawn_chance | Displays the spawn chance based on the specific modifier spawn weight and the total number of mods in that generation type. |
Example
{{Item modifiers
|item = Nailed Fist
|header = Claws
}}