| /Include /MailTo |
Makros
Makros erlauben das Einfügen von System-Eigenschaften in normale Wiki-Seiten; das Einzige, was solche Seiten auszeichnet, ist, dass sie Makros enthalten. Wenn Sie Seiten wie AktuelleÄnderungen oder SystemInfo editieren, sehen Sie, was das bedeutet.Weitere Informationen über mögliche Formatierungen finden Sie unter HilfeZumEditieren.
Such-Makros
| Makro | Beschreibung | Beispiel |
| [[TitleSearch]] | durchsucht die Seitentitel | siehe die SeiteFinden-Seite |
| [[FullSearch]] | durchsucht den Seiteninhalt | siehe die SeiteFinden-Seite |
| [[FullSearch()]] | sucht den aktuellen Titel in allen Seiten (wie wenn Sie auf den Seitentitel klicken) | siehe die CategoryCategory-Seite |
| [[FullSearch('text')]] | sucht nach "text" auf allen Seiten |
suche nach FullSearch:
|
| [[GoTo]] | springe direkt zur eingegebenen Seite | siehe die SeiteFinden-Seite |
| [[PageList(regex)]] | auflisten von Seiten, deren Titel auf regex passen | siehe den HilfeIndex |
Navigation
| Makro | Beschreibung | Beispiel |
| [[RecentChanges]] | Liste der vor kurzem editierten Seiten | siehe AktuelleÄnderungen |
| [[TitleIndex]] | Index aller Seitentitel | siehe TitelIndex |
| [[WordIndex]] | Index aller Worte in Seitentiteln | siehe WortIndex |
| [[WantedPages]] | Liste von Verweisen auf nicht-existente Seiten | Siehe GesuchteSeiten |
| [[OrphanedPages]] | Seiten auflisten, auf die keine andere Seite verweist | Siehe VerwaisteSeiten |
| [[AbandonedPages]] | Seiten auflisten, die am längsten nicht mehr editiert worden sind | Siehe AufgegebeneSeiten |
| [[RandomPage]] | ein Link zu einer zufälligen Seite | --> --> |
| | Please include this information in your bug reports!: Python Python 2.5.5: /usr/bin/python2.5 Linux ampleforth.srv.alexanderweb.de 2.6.32-5-xen-amd64 #1 SMP Mon Jan 16 20:48:30 UTC 2012 x86_64 MoinMoin Release 1.2.3 [Revision 1.186] Mon May 21 00:36:40 2012 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /srv/www/abi2oo4.de/lib/python/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x16b8680>) |
| 403 |
| 404 if config.allow_extended_names: |
| 405 Page(query).send_page(self, count_hit=1) |
| 406 else: |
| 407 from MoinMoin.parser.wiki import Parser |
| Page = <class MoinMoin.Page.Page at 0x18aa0b0>, query = 'HilfeZuMakros', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x16b8680>, count_hit undefined |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x1924ab8>, request=<MoinMoin.request.RequestCGI instance at 0x16b8680>, msg='', **keywords={'count_hit': 1}) |
| 609 else: |
| 610 # parse the text and send the page content |
| 611 self.send_page_content(request, Parser, body) |
| 612 |
| 613 # check for pending footnotes |
| self = <MoinMoin.Page.Page instance at 0x1924ab8>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x1924ab8>>, request = <MoinMoin.request.RequestCGI instance at 0x16b8680>, Parser = <class MoinMoin.parser.wiki.Parser at 0x198bd70>, body = '[[Navigation(children)]]\n[[TableOfContents]]\n\n==... das {{{[[SystemInfo]]}}}-Makro:\n [[SystemInfo]]\n' |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x1924ab8>, request=<MoinMoin.request.RequestCGI instance at 0x16b8680>, Parser=<class MoinMoin.parser.wiki.Parser at 0x198bd70>, body='[[Navigation(children)]]\n[[TableOfContents]]\n\n==... das {{{[[SystemInfo]]}}}-Makro:\n [[SystemInfo]]\n', needsupdate=0) |
| 708 |
| 709 try: |
| 710 exec code |
| 711 except 'CacheNeedsUpdate': # if something goes wrong, try without caching |
| 712 self.send_page_content(request, Parser, body, needsupdate=1) |
| code = <code object <module> at 0x1986558, file "HilfeZuMakros", line 2> |
| /srv/www/abi2oo4.de/HilfeZuMakros in |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0x1936dd0>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x1993cf8>, name='RandomPage', args=None) |
| 160 def macro(self, macro_obj, name, args): |
| 161 # call the macro |
| 162 return macro_obj.execute(name, args) |
| 163 |
| 164 def processor(self, processor_name, lines): |
| macro_obj = <MoinMoin.wikimacro.Macro instance at 0x1993cf8>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x1993cf8>>, name = 'RandomPage', args = None |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0x1993cf8>, macro_name='RandomPage', args=None) |
| 110 return self._m_lang(macro_name, args) |
| 111 |
| 112 raise ImportError("Cannot load macro %s" % macro_name) |
| 113 |
| 114 def _m_lang(self, lang_name, text): |
| ImportError undefined, macro_name = 'RandomPage' |
