Tags:
create new tag
view all tags

CHECKLISTSTART{attributes} -- add a checklist to a topic

  • The %CHECKLISTSTART% variable is handled by the ChecklistPlugin and must be used with the CHECKLISTEND variable.
  • Syntax:
     
    %CHECKLISTSTART{attr1="value" attr2="value"}%
         < bullet or ordered list >
    %CHECKLISTEND%
         
  • Example:
    %CHECKLISTSTART%
       * bullet list item 1
       * bullet list item 2
    
       1 ordered list item 1
       1 ordered list item 2
    %CHECKLISTEND%
         
  • Related: VarCHECKLIST, VarCHECKLISTEND, VarCLI, ChecklistPlugin
Topic revision: r0 - 2007-06-05 - TWikiContributor
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.VarCHECKLISTSTART.