Difference between revisions of "User:Eave/Sandbox"
Jump to navigation
Jump to search
>Eave |
>Eave |
||
| Line 12: | Line 12: | ||
IF: {{#if: {{#cargo_query:tables=Skills|fields=IsAffectedByTension|where=Name="Abyssal Connection" AND IsAffectedByTension|default=|no html}} | TRUE | FALSE }} | IF: {{#if: {{#cargo_query:tables=Skills|fields=IsAffectedByTension|where=Name="Abyssal Connection" AND IsAffectedByTension|default=|no html}} | TRUE | FALSE }} | ||
| + | |||
| + | |||
| + | == Event compendium == | ||
| + | {{#cargo_query:tables=Events | ||
| + | |where=_pageName LIKE '%Event Compendium%' | ||
| + | |format=ul | ||
| + | }} | ||
Revision as of 00:03, 29 March 2020
Boolean {{#if}} proof of concept using IsAffectedByTension
Void Volley (Should be TRUE)
Query result:
Error: Table Skills not found.
IF: TRUE
Abyssal Connection (Should be FALSE)
Query result:
Error: Table Skills not found.
IF: TRUE
Event compendium
Error: Table Events not found.