You will be recognized and honored as a community leader.
HelpOnInstalling › HelpOnLinking › HelpOnLists › HelpOnMacros › HelpOnPageDeletion › HelpOnProcessingInstructions
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
- #FORMAT format-specifier: defines the input format for this page, known formats are:
- #REDIRECT pagename: redirect to a different page (see
PageRedirect)
MoniWiki 확장 ¶
- #!프로세서-이름: #format formatter와 같다. 예) #!vim
- #title 페이지 제목: 좀 더 장황하고 설명적인 페이지 제목으로 바꿔준다.
- #action action name: set the default action instead of the EditText
- #keywords keywords: set the keywords separated by a comma of the Meta Tag
- #redirect url
- #filter filter1 | filter2: apply MoniWikiFilters supported by the
MoniWiki 1.1.0 or later
- #postfilter filter1 | filter2: apply PostFilters (v1.1.1 or later)
Please see HelpOnEditing.









not implemented)