- Timestamp:
- 11/08/08 14:34:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/RenderTableDataPlugin/data/TWiki/RenderTableDataPlugin.txt
r282 r464 88 88 If you use TWiki variables inside TABLEDATA parameters chances are it will mess up the variable, or the rendered html. Use format tokens to 'delay' rendering of these variables until the TABLEDATA parameters are parsed. 89 89 90 The format tokens are the same as with % TWIKIWEB%.FormattedSearch:90 The format tokens are the same as with %SYSTEMWEB%.FormattedSearch: 91 91 92 92 | *Escape:* | *Expands To:* | … … 132 132 <verbatim> 133 133 %TABLEDATA{ 134 topic="% TWIKIWEB%.TWikiMetaData"134 topic="%SYSTEMWEB%.TWikiMetaData" 135 135 rows="2.." 136 136 format=" * *$C1* … … 139 139 sortcolumn="1" 140 140 beforetext="---+++!! TOPICINFO $n()" 141 aftertext="From [[% TWIKIWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]"141 aftertext="From [[%SYSTEMWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]" 142 142 }% 143 143 </verbatim> … … 146 146 147 147 %TABLEDATA{ 148 topic="% TWIKIWEB%.TWikiMetaData"148 topic="%SYSTEMWEB%.TWikiMetaData" 149 149 rows="2.." 150 150 format=" * *$C1* … … 153 153 sortcolumn="1" 154 154 beforetext="*TOPICINFO* $n()" 155 aftertext="From [[% TWIKIWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]"155 aftertext="From [[%SYSTEMWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]" 156 156 }% 157 157
Note: See TracChangeset
for help on using the changeset viewer.
