Difference between revisions of "Template:Leap year"
Jump to navigation
Jump to search
imported>Ligulem (added to category:Templates using ParserFunctions) |
imported>AzaToth (fix) |
||
Line 1: | Line 1: | ||
− | {{#ifexpr | + | {{#ifexpr:{{{1|{{CURRENTYEAR}}}}} mod 4 = 0 and not ({{{1|{{CURRENTYEAR}}}}} mod 100 = 0 and not ({{{1|{{CURRENTYEAR}}}}} mod 400 = 0))|1|0}}<noinclude> |
[[Category:Date math|{{PAGENAME}}]] | [[Category:Date math|{{PAGENAME}}]] | ||
[[Category:Templates using ParserFunctions|{{PAGENAME}}]] | [[Category:Templates using ParserFunctions|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 14:43, 16 April 2006
0