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: =%VAR{"NAME" web="Web"}%= * Example: To get =%WEBBGCOLOR%= of the %MAINWEB% web write =%VAR{"WEBBGCOLOR" web="%MAINWEB%"}%=, which expands to =%VAR{"WEBBGCOLOR" web="%MAINWEB%"}%= * Related: [[#VarWEBPREFSTOPIC][WEBPREFSTOPIC]] @