Template:Item acquisition/doc: Difference between revisions
Jump to navigation
Jump to search
>OmegaK2 No edit summary |
|||
(12 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Documentation subpage}} | ||
{{ | |||
{{Lua|Module:Item acquisition}} | |||
==Overview== | ==Overview== | ||
This template creates an section | This template creates an section containing information about how to acquire the item into the page by querying drop information specified in the {{tlx|Item}} template. It also scans if the item used in relevant recipes. | ||
==Parameters== | |||
All parameters are optional | |||
{| class="wikitable sortable" | |||
! Parameter | |||
! Value | |||
! Description | |||
|- | |||
| page | |||
| str | |||
| Name of the wiki page to scan for acquisition methods. | |||
By default, this is the page the template is placed on. | |||
|- | |||
| acquisition_insert | |||
| str | |||
| Insert the given string into the item acquisition section on the page. | |||
|- | |||
| no_link | |||
| any | |||
| If given, item links using {{tlx|Item link}} will be suppressed from being created. This is the default behavior if the number of item links created would exceed a certain value. | |||
|} | |||
==See also== | |||
* [[Help:How to edit item acquisition|How to edit item acquisition]] | |||
{{Documentation categories| | |||
<!-- | <!-- Categories and interwikis go here. --> | ||
[[Category: | [[Category:Result formatting templates]] | ||
{{Sister|poewiki}} | |||
}} |
Latest revision as of 03:15, 6 January 2025

This subpage provides documentation for Template:Item acquisition.
Overview
This template creates an section containing information about how to acquire the item into the page by querying drop information specified in the {{Item}}
template. It also scans if the item used in relevant recipes.
Parameters
All parameters are optional
Parameter | Value | Description |
---|---|---|
page | str | Name of the wiki page to scan for acquisition methods.
By default, this is the page the template is placed on. |
acquisition_insert | str | Insert the given string into the item acquisition section on the page. |
no_link | any | If given, item links using {{Item link}} will be suppressed from being created. This is the default behavior if the number of item links created would exceed a certain value.
|
See also