1. Processing Instructions
MoinMoin processing instructionsProcessing instructions this wiki knows of:
-
## any-text: comment
-
#FORMAT format-specifier: defines the input
format for this page, known formats are:
-
Wiki: default MoinMoin wiki markup
-
Plain: normal plain text
-
Python: colorized Python source
-
HTML (
not implemented)
-
StructuredText (
not implemented)
-
#REDIRECT pagename:
redirect to a different page (see
PageRedirect)
-
#PRAGMA mode args: sets processing modes for this page; mode names are not case-sensitive, currently known modes are:
-
#pragma section-numbers off (or "0") switches off automatic numbering of section headers and "on" or "1"
enables numbering (the default mode is set
by the show_section_numbers config option). #pragma section-numbers 2 only displays section numbers for headings of level 2 and up (similarly for 3 to 6).
-
#DEPRECATED: Mark this page as deprecated, i.e. further changes to the page will create no backup
versions and displaying it will show the current contents (usually the reason why this page is deprecated) plus the last backup. This
effectively freezes the last version of the page, makes it unavailable for searches (no hits on stale content), but keeps that content available for viewing.
All PIs must appear at the very start of a page. An
exception are comment PIs, those may appear anywhere within a page using "wiki" format (but not in pages using other formats).
For more information on the possible markup, see HelpOnEditing. xMSx xMSx
