Template:Blight crafting table

From Path of Exile Wiki
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

Overview

This template creates an advanced tabular list for anointments based on performing an cargo query.

Parameters

Query parameters

Parameter Value Description
q_where str The where portion of the query to find tables.

The following tables automatically joined and can be used freely in the query:

  • blight_crafting_recipes_items
  • blight_crafting_recipes
  • mods
  • passive_skills
q_limit int Limit the amount of query results.

Note: This may have unexpected results as it considers each annointment result per oil

Display parameters

Parameter Value Description
id bool If true, show the recipe id.
type bool If true, show the recipe type.
no_html bool If true, don't use full hover html links for the oils.

This is recommended to be set for large result sets, as it may slow down loading of the wiki page.

Examples