Template:Boolean: Revision history

From LOTR-TCG Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 September 2022

  • curprev 06:5906:59, 25 September 2022Teltura talk contribs 174 bytes +174 Created page with "<noinclude>This is used in cargo queries to convert "yes" and "no" to 1 and 0. </noinclude>CASE WHEN '{{{1|any}}}' = 'yes' THEN 1 WHEN '{{{1|any}}}' = 'no' THEN 0 ELSE 2 END"