Template:Item acquisition/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Vinifera7
mNo edit summary
(→‎Parameters: Insert parameter is actually referenced in Item Acquisition Module as "acquisition_insert" updated documentation to reflect. Reference should probably be changed to insert in module, but due to my unfamiliarity with MediaWiki system and newness here, don't want to play around with modules/templates themselves)
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:
By default, this is the page the template is placed on.
By default, this is the page the template is placed on.
|-
|-
| insert
| acquisition_insert
| str
| str
| Insert the given string into the item acquisition section on the page.
| Insert the given string into the item acquisition section on the page.

Latest revision as of 20:04, 25 September 2021

This subpage provides documentation for Template:Item acquisition.

Lua logo

This template uses the following modules:

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