A collection of macros for the MoinMoin wiki software.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
PageRevisionMacro
|
|
|
|
=================
|
|
|
|
|
|
|
|
Show the current page name and revision number on a [MoinMoin][moin] wiki page
|
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
To install the macro, copy the file `PageRevision.py` into the
|
|
|
|
`/path_to_wiki_instance/data/plugin/macro` directory. This method should
|
|
|
|
survive a MoinMoin or Python upgrade. Make shure, that the file has
|
|
|
|
the right ownership and permissions.
|
|
|
|
|
|
|
|
|
|
|
|
Usage on a MoinMoin wiki page
|
|
|
|
-----------------------------
|
|
|
|
|
|
|
|
Adding this macro `<<PageRevision>>` to the page will output
|
|
|
|
`SomeWikiPage, revision 123`
|
|
|
|
|
|
|
|
|
|
|
|
[moin]: https://moinmo.in/
|