== 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: * '''Plain''': normal plain text * '''HTML''': raw html * '''StructuredText''' ( <!> not implemented) * {{{#REDIRECT}}} ''pagename'': redirect to a different page (see MeatBall:PageRedirect'''''') All PIs must appear at the very start of a page. An exception are comment PIs, those may appear within a wiki page (but obviously not in pages using other formats). For more information on the possible markup, see HelpOnEditing. === MoniWiki 확장 === MoniWiki는 이를 확장하여 다음과 같은 PI(ProcessingInstruction)을 제공합니다. * #!processor_name: === #format processor_name과 같습니다. * #redirect URL: url로 redirect합니다. * {{{ #redirect InterWiki:PageName}}} * 단순한 연결은 AliasPageNames에 등록하길 권합니다. * #title title name: 페이지 제목을 title name으로 지정합니다. ---- [[Navigation(HelpOnEditing)]]