How to copy a topic in TWiki?
I want to make a duplicate page (with a different TWiki name, of course).
I can see that I can move and rename things but how about making a copy?
Thanks in advance.
--
YuryIKocharyan - 15 Nov 2007
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
See
TWikiVariables for
%INCLUDE% .
--
MarcoSilva - 15 Nov 2007
Well,
%INCLUDE{...}% is more like a reference to an existing topic: If you change the topic, the "copy" will change as well. You can create a "real" copy by using TWiki's
edit or
save script with the
templatetopic parameter. The parameter
onlynewtopic can be given to make sure that the copy does not overwrite an existing topic. See
TWiki.TWikiScripts#save for all parameters.
--
HaraldJoerg - 15 Nov 2007
Thanks for your replies.
--
YuryIKocharyan - 16 Nov 2007
You might also be interested in the solution described in
CloneTopic.
--
JohnFitzpatrick - 16 Nov 2007