Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/RenderTableDataPlugin/data/TWiki/RenderTableDataPlugin.txt

    r282 r464  
    8888If 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. 
    8989 
    90 The format tokens are the same as with %TWIKIWEB%.FormattedSearch: 
     90The format tokens are the same as with %SYSTEMWEB%.FormattedSearch: 
    9191 
    9292| *Escape:* | *Expands To:* | 
     
    132132<verbatim> 
    133133%TABLEDATA{ 
    134 topic="%TWIKIWEB%.TWikiMetaData" 
     134topic="%SYSTEMWEB%.TWikiMetaData" 
    135135rows="2.." 
    136136format="   * *$C1* 
     
    139139sortcolumn="1" 
    140140beforetext="---+++!! TOPICINFO $n()" 
    141 aftertext="From [[%TWIKIWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]" 
     141aftertext="From [[%SYSTEMWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]" 
    142142}% 
    143143</verbatim> 
     
    146146 
    147147%TABLEDATA{ 
    148 topic="%TWIKIWEB%.TWikiMetaData" 
     148topic="%SYSTEMWEB%.TWikiMetaData" 
    149149rows="2.." 
    150150format="   * *$C1* 
     
    153153sortcolumn="1" 
    154154beforetext="*TOPICINFO* $n()" 
    155 aftertext="From [[%TWIKIWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]" 
     155aftertext="From [[%SYSTEMWEB%.TWikiMetaData#META_TOPICINFO][TWikiMetaData]]" 
    156156}% 
    157157 
Note: See TracChangeset for help on using the changeset viewer.