- Macros
- Search macros
- Navigation
- System information
- Others
- Example Display
1 Macros
Macros allow the insertion of system features into normal wiki pages; the only thing that makes those pages special is that they contain macros. If you edit pages like
RecentChanges or
SystemInfo, you'll see what that means.
For more information on the possible markup, see HelpOnEditing.
1.1 Search macros
1.2 Navigation
| Macro | Description | Example |
| [[RecentChanges]] | a list of recently edited pages | See RecentChanges |
| [[TitleIndex]] | an index of all page titles | See TitleIndex |
| [[WordIndex]] | an index of all words in page titles | See WordIndex |
| [[WantedPages]] | list links to non-existent pages | See WantedPages |
| [[OrphanedPages]] | list pages no other page links to | See OrphanedPages |
| [[AbandonedPages]] | list pages that were not edited for the longest time | See AbandonedPages |
| [[RandomPage]] | a link to a random page | BlogWikiInTheRough |
| [[RandomPage(#)]] | links to a number of random pages | Two random pages: |
| [[TableOfContents]] | display a local table of contents | See below |
| [[Anchor(anchorname)]] | macro to insert anchors into a page | #here |
1.3 System information
| Macro | Description | Example |
| [[InterWiki]] | a list of all known InterWiki names | InterWiki |
| [[SystemInfo]] | info on the wiki, the python interpreter and the host system | SystemInfo |
| [[PageCount]] | current page count | 483 pages |
| [[PageSize]] | list the sizes of all pages | See PageSize |
| [[StatsChart(type)]] | shows statistical charts (currently defined types: hitcounts, pagesize, useragents) | See EventStats and subpages |
| [[SystemAdmin]] | Web interface to wiki administration (not completed yet as of version 1.0) | See SystemInfo |
1.4 Others
| Macro | Description | Example |
| [[Icon(image)]] | display system icons | See HelpOnNavigation |
| [[UserPreferences]] | display a user preferences dialog | See UserPreferences |
| [[BR]] | insert a line break | 1st line 2nd line |
| [[Include(HelloWorld[,"heading"[,level]])]] | include contents of another page | [goto HelloWorld] |
| [[FootNote(text)]] | Add a footnote (the text cannot contain any wiki markup), or explicitely display collected footnotes when no args are given | See HelpOnPageCreation for an example |
| [[Date(timestamp)]] | display a timestamp according to system settings | 2004-10-24 |
| [[DateTime(timestamp)]] | display a timestamp1 according to user settings | 2004-10-24 13:57:05 |
| [[GetText(text)]] | loads I18N texts (mainly intended for use on Help pages) | "EditText" is translated to "EditText" |
| [[TeudView]] | useful for intranet developer wikis, a means to view pydoc documentation, formatted via a XSLT stylesheet, for details see TeudProject | See TeudViewer?module=MoinMoin.macro.TeudView |
____
1 "timestamp" can be empty (current time), a number of seconds since 1970 (unix timestamp), or a W3C time specification ("2002-01-23T12:34:56").
2 Example Display
We don't show examples for all macros here, because that would make this page quite long. Here is is the replacement text for the
[[SystemInfo]] macro:
| Python Version | | 1.5.2 (#1, Jan 31 2003, 10:58:35) [GCC 2.96 20000731 (Red Hat Linux 7.3 2 |
| MoinMoin Version | | Release 1.0 [Revision 1.159] |
| 4Suite Version | | 0.11.1 |
| Number of pages | | 483 |
| Number of backup versions | | 68 |
| Entries in edit log | | 639 (56030 bytes) |
| Entries in event log | | 0 (343574 bytes) |
| Global extension macros | | AbandonedPages, BR, FootNote, FullSearch, GetText, Include, OrphanedPages, PageSize, RandomPage, RecentChanges, SimpleFeed, StatsChart, SystemAdmin, TableOfContents, TeudView, WantedPages |
| Local extension macros | | AmazonAdvertisement, HTML, IncludePages, SearchGoogle, SimpleFeed, Vote |
| Global extension actions | | LikePages, LocalSiteMap, SpellCheck, links, titleindex |
| Local extension actions | | NONE |
| Installed processors | | CSV, Colorize |