Difference between revisions of "User:Eave/Sandbox"
Jump to navigation
Jump to search
>Eave (Blanked the page) |
>Eave m (Boolean {{#if}} proof of concept) |
||
| Line 1: | Line 1: | ||
| + | == Boolean {{#if}} proof of concept using IsAffectedByTension == | ||
| + | === Void Volley (Should be TRUE) === | ||
| + | |||
| + | Query result: {{#cargo_query:tables=Skills|fields=IsAffectedByTension|where=Name="Void Volley" AND IsAffectedByTension|default=|no html}} | ||
| + | |||
| + | IF: {{#if: {{#cargo_query:tables=Skills|fields=IsAffectedByTension|where=Name="Void Volley" AND IsAffectedByTension|default=|no html}} | TRUE | FALSE }} | ||
| + | |||
| + | === Abyssal Connection (Should be FALSE) === | ||
| + | |||
| + | Query result: {{#cargo_query:tables=Skills|fields=IsAffectedByTension|where=Name="Abyssal Connection" AND IsAffectedByTension|default=|no html}} | ||
| + | |||
| + | IF: {{#if: {{#cargo_query:tables=Skills|fields=IsAffectedByTension|where=Name="Abyssal Connection" AND IsAffectedByTension|default=|no html}} | TRUE | FALSE }} | ||
Revision as of 22:08, 4 November 2019
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