Template:Anomaly drop list

From Tears of Themis Wiki
Revision as of 01:42, 10 December 2022 by Harmonea (talk | contribs) (+links)
Template-info.png Documentation

Description

Template for generating a list of anomaly drop stages from a cargo query, with compact or expanded modes.

Usage

{{Anomaly drop list|}}

Example

{{Anomaly drop list|Vyn "Entrapped"}}

05-28, 05-32, 05-36, 11-04

Optional fields

The template defaults to compact mode. Set compact=false to expand. This can be useful for e.g. item drop page format. Additionally, set the delimiter field to change the list delimiter to something other than the default comma.

{{Anomaly drop list|Bluetooth Earpiece|compact=false|delimiter=•}}
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `cargo__StageDrop` WHERE dropItem='Bluetooth Earpiece' AND stageName ...' at line 1

Function: CargoSQLQuery::run Query: SELECT CONCAT('',stageName,'' FROM `cargo__StageDrop` WHERE dropItem='Bluetooth Earpiece' AND stageName LIKE "Anomaly Level%" ORDER BY `stageName` LIMIT 100