Accions
Wiki Macros¶
DrProject macros are plugins to extend the DrProject engine with
custom functions written in Python. A macro inserts dynamic HTML data
in any context supporting WikiFormatting.
Another kind of macros are WikiProcessors. They typically deal with
alternate markup formats and representation of larger blocks of
information (like source code highlighting).
Using Macros¶
Macro calls are enclosed in two square brackets. Like Python
functions, macros can also have arguments, which are given as a
comma-separated list in parentheses. For example:
[[Timestamp]]
displays:
[[Timestamp]]
and:
[[HelloWorld(Sean)]]
displays:
[[HelloWorld(Sean)]]
Available Macros¶
See also:
- DrProjectGuide
- WikiFormatting
- WikiProcessors
Actualitzat per fa aproximadament 18 anys · 0 revisions