##
로 시작하면 그 줄이 Comment로 인식되고 편집할때만 보이게 됩니다.
#redirect
는 특정 위키페이지로 Redirect하게 합니다. 항상 맨 첫줄에 있어야 합니다.
#format
은 페이지의 기본 포맷을 지정합니다.
- wiki: 기본값
- plain: 일반 텍스트
- html: raw html
- python: PythonLanguage
- 기타, php,등등의 여러 프로세서를 지정할 수 있습니다.
- wiki: 기본값
#title
title: 페이지이름을 좀 더 설명적으로 쓰고 싶을 때 사용합니다.
#keywords
key words,: 키워드를 지정해서 html으로 랜더링할 때 참고합니다.
#nocomment
: CommentMacro가 자동으로 붙지 않게 합니다.
#action
actionname: 페이지의 기본 액션을 edit가 아닌 다른 것을 기본으로 지정합니다.
#notwins
,#twinpages
#filter
filtername1|filtername2: 위키문법 처리 이전에 실행되는 필터.
#postfilter
filtername1|filtername2: 랜더링이 끝난 후에 실행되는 필터
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:
- wiki: default MoinMoin wiki markup
- plain: normal plain text
- python: colorized Python source
- html: html text
- wiki: default MoinMoin wiki markup
#REDIRECT
pagename: redirect to a different page (see PageRedirect)
For more information on the possible markup, see 페이지고치기.