Ignore:
Timestamp:
12/12/08 06:14:12 (3 years ago)
Author:
SvenDowideit
Message:

Item41: remove the duplicate TAG topics - fix up various confusing links

File:
1 edited

Legend:

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

    r1206 r1290  
    2525| =%<nop>DATE%= | Signature format date. See VarDATE | 
    2626| =%<nop>GMTIME%= | Date/time. See VarGMTIME | 
    27 | =%<nop>GMTIME{...}%= | Formatted date/time. See VarGMTIME2 | 
     27| =%<nop>GMTIME{...}%= | Formatted date/time. See VarGMTIME | 
    2828| =%<nop>NOP%= | A no-operation macro that gets removed. Useful to prevent a SEARCH from hitting an edit template topic; also useful to escape a variable, such as =%<nop>URLPA%<nop>NOP%RAM{...}%= escaping URLPARAM | 
    2929| =%<nop>STARTSECTION{type="templateonly"}%%BR%...%BR%%<nop>ENDSECTION{type="templateonly"}%= | Text that gets removed when a new topic based on the template topic is created. See notes below. | 
    3030| =%<nop>SERVERTIME%= | Date/time. See VarSERVERTIME | 
    31 | =%<nop>SERVERTIME{...}%= | Formatted date/time. See VarSERVERTIME2 | 
     31| =%<nop>SERVERTIME{...}%= | Formatted date/time. See VarSERVERTIME | 
    3232| =%<nop>USERNAME%= | Login name of user who is instantiating the new topic, e.g. %USERNAME% | 
    3333| =%<nop>URLPARAM{"name"}%= | Value of a named URL parameter | 
     
    7575 
    7676<form name="new" action="%SCRIPTURLPATH{edit}%/Sandbox/"> 
    77    * New example topic:  
     77   * New example topic: 
    7878     <input type="text" name="topic" value="ExampleTopicAUTOINC0001" size="30" />&nbsp;<input type="submit" class="foswikiSubmit" value="Create" /> 
    7979     <input type="hidden" name="templatetopic" value="ExampleTopicTemplate" /> 
     
    8787<pre> 
    8888&lt;form name="new" action="%<nop>SCRIPTURLPATH{edit}%/Sandbox/"&gt; 
    89    * New example topic:  
     89   * New example topic: 
    9090     &lt;input type="text" name="topic" value="ExampleTopicAUTOINC0001" size="30" /&gt; 
    9191     &lt;input type="hidden" name="templatetopic" value="ExampleTopicTemplate" /&gt; 
Note: See TracChangeset for help on using the changeset viewer.