Hello,

I am trying to have a template which allows me to quickly add notes
(as subpages) to my pages. I have put this in the template, it does
what I want:

(some instructions on how to create notes)
<<NewPage(NoteTemplate,Create new note,@SELF)>>

but I would like to put this out in a separate page (say
"NoteCreation"), so that all my new pages include this "NoteCreation"
(that would be helpful if I decide to change the instructions for
example). Now, if I put instead the code

<<Include(NoteCreation)>>

and I move the NewPage code to "NoteCreation", the effect is that the
notes are created under "NoteCreation", not the page that includes it.
Would there be a way to get this code working as I want?

Thank you,

David

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to