SID-01512: New Topic Page Title
| Status: |
Answered |
TWiki version: |
5.1.1 |
Perl version: |
5.10.1 |
| Category: |
CategoryEditing |
Server OS: |
Linus 2.6.32 |
Last update: |
14 years ago |
Hi Developers and fellow users,
I was able to edit the
WebTopicEditTemplate so that each new topic is created with a title.
The contents of the template is as follows:
<noautolink> %STARTSECTION{ type="expandvariables" }%
%TOPIC%
%ENDSECTION{ type="expandvariables" }% </noautolink>
Most of the time I create the wiki words using
[[ ]]. So
[[my topic]] becomes
MyTopic. How do I force TWiki to expand %TOPIC% into "my topic" instead of MyTopic?
Thanks,
LawrenceWalker
--
LawrenceWalker - 2012-07-30
Discussion and Answer
Use
%SPACEOUT{%TOPIC%}%. See
VarSPACEOUT.
--
PeterThoeny - 2012-07-30
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.