TWiki> TWiki Web>TWikiVariables>VarMETA (revision 1)EditAttach

META -- displays meta-data

  • Provided mainly for use in templates, this variable generates the parts of the topic view that relate to meta-data (attachments, forms etc.) The formfield item is the most likely to be useful to casual users.
  • Syntax: %META{ "item" ...}%
  • Parameters:
    Item Options DescriptionSorted ascending
    "moved" none Details of any topic moves
    "parent" dontrecurse="on": By default recurses up tree, this has some cost.
    nowebhome="on": Suppress WebHome.
    prefix="...": Prefix that goes before parents, but only if there are parents, default "".
    format="...": format string used to display each partent topic, default "[[$web.$topic][$topic]]"
    suffix="...": Suffix, only appears if there are parents, default "".
    separator="...": Separator between parents, default " > ".
    Generates the parent link
    "attachments" all="on" to show hidden attachments Generates the table showing the attachments
    "form" none Generates the table showing the form fields. See Form Templates
    "formfield" name="..." - name of the field. The field value can be shortened as described in FormattedSearch for $formfield Show a single form field
  • Related: METASEARCH
Edit | Attach | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 27 Mar 2005 - 10:14:15 - TWikiContributor

 
This site is powered by the TWiki collaboration platformCopyright � 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.VarMETA