Difference between revisions of "User:Eave/Sandbox"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Eave
m (Boolean {{#if}} proof of concept)
>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 }}
 +
 +
 +
== test null datetime event ==
 +
{{#cargo_store:_table=Events
 +
|Name=test ignore
 +
|Date=May 2016
 +
|Type=Simple
 +
|Description=fake event
 +
|EndDate={{{EndDate}}}
 +
}}

Revision as of 03:44, 28 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


test null datetime event