Ignore:
Timestamp:
11/15/08 11:01:50 (5 years ago)
Author:
CrawfordCurrie
Message:

Item109: terminology of variables fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/TWiki/TemplateTopics.txt

    r484 r688  
    1818 
    1919#TemplateTopicsVars 
    20 ---+++ Variable Expansion 
     20---+++ Macro Expansion 
    2121 
    22 When the following variables are used in a template topic, they automatically get expanded when new topic is created based on it: 
     22When the following macros are used in a template topic, they automatically get expanded when new topic is created based on it: 
    2323 
    24 | *Variable:* | *Description:* | 
     24| *Macro:* | *Description:* | 
    2525| =%<nop>DATE%= | Signature format date. See VarDATE | 
    2626| =%<nop>GMTIME%= | Date/time. See VarGMTIME | 
     
    4646=%<nop>NOP%= can be used to prevent expansion of [[macros]] that would otherwise be expanded during topic creation e.g.i escape =%<nop>SERVERTIME%= with =%<nop>SER%<nop>NOP%VERTIME%=. 
    4747 
    48 All other variables are unchanged, e.g. are carried over "as is" into the new topic. 
     48All other macros are unchanged, e.g. are carried over "as is" into the new topic. 
    4949 
    5050---+++ Specifying a Form 
     
    9999See CommandAndCgiScripts#edit for details of the parameters that the =edit= script understands. 
    100100 
    101 %T% *TIP:* You can use the =%<nop>WIKIUSERNAME%= and =%<nop>DATE%= variables in your template topics to include the signature of the person creating a new topic. The variables are expanded into fixed text when a new topic is created. The standard signature is: <br /> 
     101%T% *TIP:* You can use the =%<nop>WIKIUSERNAME%= and =%<nop>DATE%= macros in your template topics to include the signature of the person creating a new topic. The variables are expanded into fixed text when a new topic is created. The standard signature is: <br /> 
    102102==-- %<nop>WIKIUSERNAME% - %<nop>DATE%== 
    103103 
Note: See TracChangeset for help on using the changeset viewer.