Difference between revisions of "Template:Leap year"

From blackwiki
Jump to navigation Jump to search
imported>AzaToth
(paranteses)
imported>AzaToth
(if -> ifexpr)
Line 1: Line 1:
{{#if:{{#expr:{{{1|{{CURRENTYEAR}}}}} mod 4 = 0 and not ({{{1|{{CURRENTYEAR}}}}} mod 100 = 0 and not ({{{1|{{CURRENTYEAR}}}}} mod 400 = 0))}}|1|0}}
+
{{#ifexpr:{{#expr:{{{1|{{CURRENTYEAR}}}}} mod 4 = 0 and not ({{{1|{{CURRENTYEAR}}}}} mod 100 = 0 and not ({{{1|{{CURRENTYEAR}}}}} mod 400 = 0))}}|1|0}}

Revision as of 19:15, 14 April 2006

0