%META:TOPICINFO{author="TWikiContributor" date="1181041385" format="1.1" version="$Rev$"}%
%META:TOPICPARENT{name="ChecklistPlugin"}%
#VarCHECKLISTSTART
---+++ CHECKLISTSTART{attributes} -- add a checklist to a topic
   * The =%<nop>CHECKLISTSTART%= variable is handled by the ChecklistPlugin and must be used with the [[VarCHECKLISTEND][CHECKLISTEND]] variable.
   * Syntax:
     <verbatim> 
%CHECKLISTSTART{attr1="value" attr2="value"}%
     < bullet or ordered list >
%CHECKLISTEND%
     </verbatim>
   * Example:
     <verbatim>
%CHECKLISTSTART%
   * bullet list item 1
   * bullet list item 2

   1 ordered list item 1
   1 ordered list item 2
%CHECKLISTEND%
     </verbatim>
   * Related: VarCHECKLIST, VarCHECKLISTEND, VarCLI, ChecklistPlugin
