See also MacroMarket and CategoryMarket.
Contents
Attic
This list contains macros that are now part of the standard distribution, possibly with a (slightly) different implementation.
Macro |
Author |
Designed for MoinMoin Release... |
... and Revision... |
Sample |
|
Charles Bevali |
0.9 |
N/A |
n/a |
||
Macro used to insert an inline picture or file in a WikiWiki page. The macro manages the dialog in order to walk the user through the upload process. Images are diplayed right in the page, documents are diplayed as a link. The macro requires the use of the uploadfile.py action. More detailled help and the source code for the 2 files can be found @ IncludeFile |
|||||
Richard Jones |
0.8 |
1.106 |
|||
This macro includes the formatted content of the given page, following recursive includes if encountered. Cycles are detected! |
|||||
Christian Bird |
0.8 |
N/A |
|||
Lists the Orphan (some call them Zombies) pages (those with no ForwardLinks in MoinMoin) |
|||||
1.1 |
1.0 |
<first DOT last AT provider DOT NOSPAM c o m> |
|||
Now part of standard distribution. Outputs an anchor mailto link (for logged in users) or the argument string (for not logged in users) to discourage spam robots. Replaces AT, DOT and DASH, strips blanks and ALLUPPERCASE words. |
|||||
0.8 |
N/A |
NewWindow("http://www.python.org","Python Headquater") clicking the link will open up a new window to the Python home page |
|||
1.1 allows this with the [^URL TEXT] syntax. Opens up a new browser window to the URL. If the optional text is given, it'll be shown as the link instead of the URL. |
|||||
0.12 |
|
||||
RandomQuote is now part of the distribution. Macro used to randomly select an item from another page. Needs to be updated to take advantage of new request object |
|||||
1.162 |
0.0 |
<<MailTo(Name,Url[,Description])>> |
|||
Outputs an anchor mailto link munged to discourage spam robots. Selected characters are replaced by numeric character references. Includes Title attribute for anchor. If description not supplied name is used. |
|||||
Nick Trout |
1.1 (CVS) |
n/a |
[[ShowSmileys()]] |
||
Show all the smileys on a wiki. Smileys can be shown a bullet list or a table. Now in CVS |
|||||
1.1 (CVS) |
n/a |
[[PartialInclude(PageNameRegEx)]] |
|||
Great for including the top parts of other pages. We use it for putting a few of our most recent news items on the front page. |