User:Catwheezle

From the CreationKit Wiki
Revision as of 02:18, 23 February 2012 by imported>Catwheezle
Jump to navigation Jump to search

Legal date:

These work:

  1. ifeq var to date: Ifeq thinks 00:37, 23 February 2012 is the static date
  2. ifeq var to string: Ifeq works with 00:37, 23 February 2012
  3. Time static: 2012-02-23T00:37:00+00:00 (always a time)
  4. Time var: 2012-02-23T00:37:00+00:00 (time or an error)
  5. Bad time var: Error: Invalid time. (always an error)
  6. Expression static: Equal (always Equal)

This does not work:

  1. Full expression: IS a date (should depend on var, Equal or NotEqual.)



For the full expression to not work, but the #ifeq and the #time and the {{{1}}} to all work fine separately or in any combination of the two seems strange.

  • #ifeq #time - works
  • #ifeq {{{1}}} - works
  • #time {{{1}}} - works
  • #ifeq #time {{{1}}} - fails

My name:

These work:

  1. ifeq var to date: Ifeq thinks Catwheezle is not a date
  2. ifeq var to string: Ifeq works with Catwheezle
  3. Time static: 2012-02-23T00:37:00+00:00 (always a time)
  4. Time var: Error: Invalid time. (time or an error)
  5. Bad time var: Error: Invalid time. (always an error)
  6. Expression static: Equal (always Equal)

This does not work:

  1. Full expression: IS a date (should depend on var, Equal or NotEqual.)



For the full expression to not work, but the #ifeq and the #time and the {{{1}}} to all work fine separately or in any combination of the two seems strange.

  • #ifeq #time - works
  • #ifeq {{{1}}} - works
  • #time {{{1}}} - works
  • #ifeq #time {{{1}}} - fails

For the full expression to not work, but the #ifeq and the #time and the {{{1}}} to all work fine separately or in any combination of the two seems strange.

  • #ifeq #time - works
  • #ifeq {{{1}}} - works
  • #time {{{1}}} - works
  • #ifeq #time {{{1}}} - fails