[[Ditto? &startID=`6` &summarize=`2` &total=`2` &depth=`1 &dateSource:date=`%a` &dateSource:month=`%b` &tpl=`ditto_articles`]]
<div class="ditto_summaryPost"> <a href="[~[+id+]~]"> <h4 class"ditto_heading">[+title+]</h4> <div>[+summary+]</a></div> <p class="readmore">[+link+]</p> <div class="dottedline_x"></div> </div> <div class="ditto_date"> <span class="myDayStyle">[+date:date=`%d`+]</span> <span class="myMonthStyle">[+date:date=`%b`+]</span> <span class="myYearStyle">[+date:date=`%Y`+]</span> </div>
[+date: should be whatever date field you want to use. Do not use date as it does not return a unix timestamp.

limit : number of documents retrieved from DB (not total # matching criteria) now enforced, 0 indicates auto
where : custom where statement for use in main SQL query, only works with document object values
keywords : enable fetching of associated keywords for each document. Can be used as [+keywords+] or as a tagData source.
archiveShowItems : show individual items in the archive
archiveGroupByYears : group the archive by year as well as by month
config : load config by filename located in the configs folder
extenders : pipe deliminated (|) list of extenders to load that are by default in the extenders folder
archiveDocumentID : ID of document that links in the archive will point to
displayFullArchive : show all posts (to total) in archive instead of remaining posts
added @FILE: and @CODE: bindings to &tpl paramaters.
removeChunk : renamed version of commentsChunk
dateFormatType : renamed to dateSource
archiveDateType : renamed to archiveDateSource
removed multilevel
changed tplArchivePrevious to tplPaginatePrevious
ADD randomize to documentation