|
META TOPICPARENT |
name="TWikiVariables" |
TOPICTITLE -- title of a topic |
|
-
- form field named "Title",
- topic preference setting named TITLE,
- topic name.
|
|
< < |
- Syntax:
%TOPICTITLE% or %TOPICTITLE{ topic="TopicName" }%
|
> > |
- Syntax:
%TOPICTITLE% or %TOPICTITLE{ topic="OpenTopicsName" }%
|
| |
|
< < |
"..." or topic="..." |
Topic to get the title from. Can be of form TopicName or Web.TopicName . |
Current topic |
|
> > |
"..." or topic="..." |
OpenTopics to get the title from. Can be of form OpenTopicsName or Web.OpenTopicsName . |
Current topic |
|
|
encode="html" |
Encode special characters into HTML entities. If a TOPICTITLE is passed into an HTML form field it should be encoded as "html" . Additional encodings: encode="quote" , encode="moderate" , encode="safe" , encode="entity" and encode="url" . See ENCODE for details. |
"" (no encoding) |
- Example:
%TOPICTITLE{Projects.SushiProject}% returns Sushi Project assuming the topic has a form field named "Title" with value "Sushi Project"
- Expands to:
VarTOPICTITLE
|
|
< < | |
> > | |
| |