TWiki Home Lash La Rue . TWiki . TWikiVariables (rename)
Rename and choose parameters

Rename or move topic TWikiVariables

  Web:  Topic:
From: TWiki.  TWikiVariables
To: .
Please choose a WikiWord for the new topic name, otherwise automatic linking may not work.

Change links in topics that refer to TWikiVariables in the TWiki Web:

Update ref: Topics in TWiki web: Changed: now 09:13 GMT Changed by:
TWikiUpgradeGuide 05 Dec 2001 - 19:59 - r1.27   Main.PeterThoeny
* [[TWikiVariables ][ExtendingTableSyntax]]: Enhanced table syntax might have unwanted side effect: =| <nop>*bold*<nop> |= cells, =| center aligned |= and =| right aligned |= cells, span multiple columns using =| empty cells |||=. More in TextFormattingRules.
 
TWikiInstallationGuide 05 Dec 2001 - 02:00 - r1.41   Main.PeterThoeny
* You can add new =%<nop>VARIABLES%=. Define site-level variables in the TWikiPreferences topic. See also: TWikiVariables .
 
TWikiHistory 04 Dec 2001 - 10:25 - r1.55   Main.PeterThoeny
* New =%<nop>TOPICLIST{"format"}%= and =%<nop>WEBLIST{"format"}%= variables to get a formatted topic index and web index, respectively. More in TWikiVariables .
* New =%<nop>URLPARAM{"name"}%= variable to query URL parameters. More in TWikiVariables .
* New Wiki rule for headings, i.e. =---++ My Title=; and new =%<nop>TOC%= variable to build a table of content from headings in a topic. More in TWikiVariables .
* New Wiki rule to specify arbitrary text for external links (i.e. =[<nop>[http://TWki.org][TWiki]]=) and internal links (i.e =[<nop>[WikiSyntax][syntax]]=). More in TWikiVariables .
* New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with =#MyAnchor= at the beginning of a line, and link to it with =[<nop>[#MyAnchor]]=. More in TWikiVariables .
* Format changed of =%<nop>GMTIME{"..."}%= and =%<nop>SERVERTIME{"..."}%= variables. Format is now ="$hour:$min"= instead of ="hour:min"=. More in TWikiVariables . __Attention:__ Check your existing topics when you upgrade TWiki!
* New variable =%<nop>STARTINCLUDE%= and =%<nop>STOPINCLUDE%= variables to control what gets included of a topic. More in TWikiVariables .
* Improved include handling. Infinite recursion of includes are prevented; new variables =%<nop>BASEWEB%=, =%<nop>INCLUDINGWEB%=, =%<nop>BASETOPIC%= and =%<nop>INCLUDINGTOPIC%= to have more control over include handling. More in TWikiVariables  and TWiki:Codev/IncludeHandlingImprovements.
* New =noheader="on"= switch in =%<nop>SEARCH{...}%= to suppress table header. More in TWikiVariables .
* New variable =%<nop>VAR{"NAME" web="Web"}%= to get web specific preferences. More in TWikiVariables .
* New variables =%<nop>GMTIME{"..."}%= and =%<nop>SERVERTIME{"..."}%= . More in TWikiVariables .
* Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in TWikiVariables .
* New TWikiVariables  =%<nop>HTTP_HOST%= , =%<nop>REMOTE_ADDR%= , =%<nop>REMOTE_PORT%= and =%<nop>REMOTE_USER%= .
* Inline search. New variable =%<nop>SEARCH{"str" ...}%= to show a search result embedded in a topic text. TWikiVariables  has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system.
 
TWikiSiteTools 04 Dec 2001 - 07:22 - r1.5   Main.MikeMannix
* You can create a WebNotify using TWikiVariables  with ==%<nop>NOTIFYTOPIC%==
* You can create a WebStatistics link using TWikiVariables  with ==%<nop>STATISTICSTOPIC%==
See also: TWikiVariables  for including hard-coded searches in text.
 
TWikiMetaData 03 Dec 2001 - 12:53 - r1.9   Main.MikeMannix
* Format is the same as in TWikiVariables , except all fields have a key.
 
TWikiDocumentation 03 Dec 2001 - 12:38 - r1.39   Main.MikeMannix

 
WebHome 03 Dec 2001 - 12:33 - r1.58   Main.MikeMannix
* TWikiVariables : How to easily embed text, graphics, dynamic content
* TWikiVariables 
 
TWikiShorthand 03 Dec 2001 - 07:24 - r1.3   Main.MikeMannix
At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. __Note:__ A Table of Content can be created automatically with the =%<nop>TOC%= variable, see TWikiVariables .
TWikiVariables  are names that are enclosed in percent signs =%= that are expanded on the fly. Using the existing variables, and even creating your own, adds an amazing extra level of content to your posts. For example:
* There are many more variables, see *[[TWikiVariables ]]*.
 
TextFormattingRules 03 Dec 2001 - 04:11 - r1.30   Main.MikeMannix
At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. __Note:__ A Table of Content can be created automatically with the =%<nop>TOC%= variable, see TWikiVariables .
 
FormattedSearch 02 Dec 2001 - 12:33 - r1.3   Main.MikeMannix
%META:TOPICPARENT{name="TWikiVariables "}%
 
TWikiVariables 02 Dec 2001 - 11:58 - r1.46   Main.MikeMannix
<nop>TWikiVariables  are text strings - =%<nop>VARIABLE%= - that expand into content whenever a page is opened. Variables are replaced by their actual values: stored data, or system info (like the date, or the current user). There are predefined variables, and Preference variables that you set. You can also define custom variables, with new names and values.
 
TWikiVariablesExamples 23 Nov 2001 - 11:33 - NEW   Main.MikeMannix
---+ <nop>TWikiVariables  Examples
 
TWikiUpgradeTo01Dec2000 01 Sep 2001 - 07:33 - r1.15   Main.MikeMannix
* The following topics in the TWiki.Main web are deprecated (because they moved to TWiki.TWiki), but still need to be present in TWiki.Main because of existing links to them: =FileAttachment=, =TWikiDocumentation=, =TWikiHistory=, =TWikiPreferences=, =TWikiVariables =.
* With links to: =TWikiPreferences= , =TWikiVariables = , =TWikiUsers= , =TWikiWebsTable= and =WelcomeGuest=
 
TWikiUpgradeTo01May2000 01 Sep 2001 - 07:20 - r1.4   Main.MikeMannix
* Copy the TWiki documentation into your Main web: Topics TWikiDocumentation, TWikiUsernameVsLoginUsername, TWikiVariables , WebNotification, TWikiCategoryTable, TWikiImplementationNotes, TWikiInstallationGuide, TWikiUpgradeTo01May2000, TextFormattingRules, TWikiHistory .
 
IncludeTopicsAndWebPages 26 Jun 2001 - 00:44 - NEW   Main.PeterThoeny
See also other TWikiVariables .
 

Change links in topics that refer to TWiki.TWikiVariables in any Web:

Note:

Topic TWikiVariables . { | Cancel }