|
META TOPICPARENT |
name="TWikiVariables" |
WEB -- name of current web |
|
- Syntax:
%WEB{format="..."}%
- Supported parameter:
|
|
< < |
format="..." |
Format, may include tokens $web (the full web path), $parents (parent webs, if any), $current (current web without parent webs) |
"$web" |
- Example, assuming
%WEB% is Engineering/TechPubs/Apps : %WEB{format="Parent webs: $parents, current web: $current"}% returns: Parent webs: Engineering/TechPubs, current web: Apps
|
> > |
format="..." |
Format, may include tokens $web (the full web path), $parents (parent webs, if any), $current (current web without parent webs), $top (top-level web with any subwebs removed) |
"$web" |
- Example, assuming
%WEB% is Engineering/TechPubs/Apps : %WEB{format="Parent webs: $parents, current web: $current, top-level web: $top"}% returns: Parent webs: Engineering/TechPubs, current web: Apps, top-level web: Engineering
- Category: SystemInformationVariables
|
| |