<IF DATE GT 12-Dec-2006> this is some excluded wiki content </IF>
<IF DATE LT 12-Dec-2006> this is some included wiki content </IF>
<IF DATE NE 12-Dec-2006> this is some more included wiki content </IF>
<IF ACL LT 4> this is some excluded wiki content </IF>
<IF ACL GT 4> this is some included wiki content </IF>
<IF ACL NE 4> this is some more included wiki content </IF>
<IF USER EQ chris>chris's content</IF> <IF USER NE chris>not chris's content</IF> <IF USER EQ bob>bob's content</IF> <IF USER IN (chris,bob)>chris and bob's content</IF> <IF USER ~IN (chris,bob)>not chris and bob's content</IF>
<IF GROUP IN (admin)>admin content</IF> <IF GROUP ~IN (admin)>not admin's content</IF>
this is some more wiki content..