Help On Processing Instructions
Processing Instructions #
MoinMoin processing instructions have the same semantics as in XML: they control the paths taken when processing a page. Processing instructions are lines that start with a "
#" character followed by a keyword and optionally some arguments. Two consecutive hash marks at the start of a line are a comment that won't appear in the processed page.Processing instructions this wiki knows of:
##any-text: comment
#FORMATformat-specifier: defines the input format for this page, known formats are:
- wiki: default MoinMoin wiki markup
- plain: normal plain text
- html: normal html text
- StructuredText (
not implemented)
- wiki: default MoinMoin wiki markup
#REDIRECTpagename: redirect to a different page (see
PageRedirect)
MoniWiki Extensions #
#!processor-name: same as#formatformatter
#titletitle text: set the title of the page to make a more descriptive title.
#actionaction name: set the default action instead of the EditText
#keywordskeywords: set the keywords separated by a comma of the Meta Tag
#redirecturl
#filterfilter1 | filter2: apply MoniWikiFilters supported by the MoniWiki 1.1.0 or later
#postfilterfilter1 | filter2: apply PostFilters (v1.1.1 or later)
#FORMAT list.For more information on the possible markup, see HelpOnEditing.
