wiki-archive/twiki/data/TWiki/VarVAR.txt,v

34 lines
672 B
Plaintext
Raw Permalink Normal View History

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2006.06.25.16.26.30; author TWikiContributor; state Exp;
branches;
next ;
desc
@buildrelease
@
1.1
log
@buildrelease
@
text
@%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}%
%META:TOPICPARENT{name="TWikiVariables"}%
#VarVAR
---+++ VAR{"NAME" web="Web"} -- get a preference value from another web
* Syntax: =%<nop>VAR{"NAME" web="Web"}%=
* Example: To get =%<nop>WEBBGCOLOR%= of the %MAINWEB% web write =%<nop>VAR{"WEBBGCOLOR" web="%MAINWEB%"}%=, which expands to =%VAR{"WEBBGCOLOR" web="%MAINWEB%"}%=
* Related: [[#VarWEBPREFSTOPIC][WEBPREFSTOPIC]]
@