Re: [Moin-user] How can a macro output a wikitext together with another macro...

2009-04-02 Thread [email protected]
R.Bauer schrieb: > [email protected] schrieb: >> Is there an example how I can call from a macro another marco and >> parse/render this? I was looking in other macros and in the source of >> moinmoin but couldn't find any examples how to do this. Any hints? :-))) > > look at bottom of > http://moinmo.

Re: [Moin-user] How can a macro output a wikitext together with another macro...

2009-04-02 Thread R.Bauer
[email protected] schrieb: > hi there > > I made some small macro like: > <> > > with should output some FootNote Macro with prefilled automatic > generated footnote text/links, well see here for an example > > http://rock.heavy.ch/Test > > The problem is that the macro "FootNote" is not getting >

[Moin-user] How can a macro output a wikitext together with another macro...

2009-04-01 Thread [email protected]
hi there I made some small macro like: <> with should output some FootNote Macro with prefilled automatic generated footnote text/links, well see here for an example http://rock.heavy.ch/Test The problem is that the macro "FootNote" is not getting rendered/executed. How I can do this? My sourc