Difference between revisions of "User:Catwheezle"
Jump to navigation
Jump to search
imported>Catwheezle |
imported>Catwheezle |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
#ifeq: {{#ifeq:{{{1}}}|00:37, 23 February 2012|Ifeq | #ifeq: {{#ifeq:{{{1}}}|00:37, 23 February 2012|Ifeq thinks {{{1}}} is the static date|Ifeq thinks {{{1}}} is not a date}} | ||
#ifeq: {{#ifeq:{{{1}}}|Not_A_Date|Ifeq fails with {{{1}}}|Ifeq works with {{{1}}}}} | #ifeq: {{#ifeq:{{{1}}}|Not_A_Date|Ifeq fails with {{{1}}}|Ifeq works with {{{1}}}}} | ||
#Time static: {{#time: c|00:37, 23 February 2012}} | #Time static: {{#time: c|00:37, 23 February 2012}} (always a time) | ||
#Time var: {{#time: c|{{{1}}}}} | #Time var: {{#time: c|{{{1}}}}} (time or an error) | ||
#Bad time var: {{#time: c|{{{1}}}?}} | #Bad time var: {{#time: c|{{{1}}}?}} (always an error) | ||
#Expression static: {{#ifeq:{{#time: c|00:37, 23 February 2012}}|<strong class="error">Error: invalid time</strong>|NotEqual|Equal}} | #Expression static: {{#ifeq:{{#time: c|00:37, 23 February 2012}}|<strong class="error">Error: invalid time</strong>|NotEqual|Equal}} (always Equal) | ||
#Full expression: {{#ifeq:{{#time: c|{{{2}}}}}|<strong class="error">Error: invalid time</strong>|NotEqual|Equal}} | #Full expression: {{#ifeq:{{#time: c|{{{2}}}}}|<strong class="error">Error: invalid time</strong>|NotEqual|Equal}} (should depend on var, Equal or NotEqual.) | ||
Revision as of 02:10, 23 February 2012
Legal date:
- ifeq: Ifeq thinks 00:37, 23 February 2012 is the static date
- ifeq: Ifeq works with 00:37, 23 February 2012
- Time static: 2012-02-23T00:37:00+00:00 (always a time)
- Time var: 2012-02-23T00:37:00+00:00 (time or an error)
- Bad time var: Error: Invalid time. (always an error)
- Expression static: Equal (always Equal)
- Full expression: Equal (should depend on var, Equal or NotEqual.)
My name:
- ifeq: Ifeq thinks Catwheezle is not a date
- ifeq: Ifeq works with Catwheezle
- Time static: 2012-02-23T00:37:00+00:00 (always a time)
- Time var: Error: Invalid time. (time or an error)
- Bad time var: Error: Invalid time. (always an error)
- Expression static: Equal (always Equal)
- Full expression: Equal (should depend on var, Equal or NotEqual.)