## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
##master-page:SyntaxReference
#acl -All:write Default
#format wiki
#language ko
#pragma section-numbers off

{{{
#pragma section-numbers off
#acl All:admin,read,write,delete,revert
#language en
}}}

본 위키에서 지원되는 마크업 요소들

{{{
'''목차'''
<<TableOfContents(2)>>
}}}
'''목차'''

<<TableOfContents(2)>>

{{{
= Header =
== Header 2 ==
=== Header 3 ===
==== Header 4 ====
===== Header 5 =====
}}}
= Headers =
== Header 2 ==
=== Header 3 ===
==== Header 4 ====
===== Header 5 =====

= 글꼴 형식 =
{{{
Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}, --(stroke)--.
}}}

Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}, --(stroke)--.

== 문법 강조 ==
{{{
 {{{#!python
# python code
print code.colorize("abc", 1 + 1)
} } }
}}}
/!\ Remove spaces in "`} } }`" at last line
 {{{#!python
# python code
print code.colorize("abc", 1 + 1)
}}}

= 아이콘 =
<<ShowSmileys>>

= 하이퍼링크 =
== 내부 링크 ==
{{{
 * MoinMoin
 * MoinMoin/TextFormatting
 * MoinMoin/InstallDocs
 * ../InstallDocs
 * /SubPage
 * Self:InterWiki
}}}
 * MoinMoin
 * MoinMoin/TextFormatting
 * MoinMoin/InstallDocs
 * ../InstallDocs
 * /SubPage
 * InterWiki

{{{
[#anchorname Anchor Link]
}}}
[[#anchorname|Anchor Link]]

== 외부 링크 ==
{{{
 * http://moinmoin.wikiwikiweb.de/
 * [http://moinmoin.wikiwikiweb.de/]
 * [http://moinmoin.wikiwikiweb.de/ MoinMoin Wiki]
 * [http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png]
 * http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png
 * [http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png moinmoin.png]
 * MeatBall:InterWiki
 * wiki:MeatBall/InterWiki
 * [wiki:MeatBall/InterWiki]
 * [wiki:MeatBall/InterWiki InterWiki page on MeatBall]
 * [file://///servername/share/full/path/to/file/filename%20with%20spaces.txt Click here to read filename with spaces.txt]
 * user@example.com
}}}
 * http://moinmoin.wikiwikiweb.de/
 * [[http://moinmoin.wikiwikiweb.de/]]
 * [[http://moinmoin.wikiwikiweb.de/|MoinMoin Wiki]]
 * [[http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png]]
 * {{http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png}}
 * [[http://moinmoin.wikiwikiweb.de/wiki/common/moinmoin.png|moinmoin.png]]
 * MeatBall:InterWiki
 * MeatBall:InterWiki
 * MeatBall:InterWiki
 * [[MeatBall:InterWiki|InterWiki page on MeatBall]]
 * [[file://///servername/share/full/path/to/file/filename%20with%20spaces.txt|Click here to read filename with spaces.txt]]
 * user@example.com

== WikiName을 피해 쓰기 ==
{{{
Wiki''''''Name
Wiki``Name
!WikiName
}}}
Wiki''''''Name
Wiki``Name
!WikiName

/!\ The third way is valid only when the configuration option `bang_meta` is set to true. Refer HelpOnLinking for details.

= 블록 인용 =
{{{
 This is indented
  Even more
}}}
 This is indented
  Even more

= 블릿 리스트 =
{{{
 * item 1

 * item 2, with gap
 * item 3
   * item 3.1
}}}
 * item 1

 * item 2, with gap
 * item 3
   * item 3.1
= 숫자 리스트 =
{{{
 1. item 1
   i. item 1
   i. item 2
}}}
 1. item 1
   i. item 1
   i. item 2
{{{
 1. item 2
   a. item 1
   a. item 2
}}}
 1. item 2
   a. item 1
   a. item 2
= 서술과 정의 =
{{{
 Term:: Description
 Label:: Definition
}}}
 Term:: Description
 Label:: Definition
= 코드 표시 =
{{{
 {{{
line 1
    indented 4 characters
} } }
}}}
/!\ Remove spaces in "`} } }`" at last line
 {{{
line 1
    indented 4 characters
}}}

= Tables =
== 일반 테이블 레이아웃 ==
{{{
 ||||||<tablewidth="80%">'''Heading'''||
 ||cell 1||cell2||cell 3||
 ||<rowspan=2> spanning rows||||<bgcolor="#AAAAFF"> spanning 2 columns||
 ||<rowbgcolor="#FFFFAA">cell2||cell 3||
}}}
 ||||||<tablewidth="80%">'''Heading'''||
 ||cell 1||cell2||cell 3||
 ||<rowspan=2> spanning rows||||<bgcolor="#AAAAFF"> spanning 2 columns||
 ||<rowbgcolor="#FFFFAA">cell2||cell 3||

== 셀 너비 ==
{{{
 || narrow ||<:99%> wide ||
}}}
 || narrow ||<:99%> wide ||

== 행과 열 합치기 ==
{{{
 ||<|2> 2 rows || row 1 ||
 || row 2 ||
 ||<-2> row 3 over 2 columns ||
}}}
 ||<|2> 2 rows || row 1 ||
 || row 2 ||
 ||<-2> row 3 over 2 columns ||

== 정렬 ==
{{{
 ||<(> left ||<^|3> top ||<v|3> bottom ||
 ||<:> centered ||
 ||<)> right ||
}}}
 ||<(> left ||<^|3> top ||<v|3> bottom ||
 ||<:> centered ||
 ||<)> right ||

== 색상 ==
{{{
 ||<#FF8080> red ||<#80FF80> green ||<#8080FF> blue ||
}}}
 ||<#FF8080> red ||<#80FF80> green ||<#8080FF> blue ||

== CSV Tables ==

=== 세미콜론으로 분리된 데이터 ===
{{{
 {{{#!CSV -2
Col1;Col2;Col3;Col4
1;2;3;4
a;b;c;d
} } }
}}}
/!\ Remove spaces in "`} } }`" at last line
 {{{#!CSV -2
Col1;Col2;Col3;Col4
1;2;3;4
a;b;c;d
}}}

=== 콤마로 분리된 데이터 ===
{{{
 {{{#!CSV ,
Col1,Col2,Col3,Col4
1,2,3,4
a,b,c,d
} } }
}}}
/!\ Remove spaces in "`} } }`" at last line
 {{{#!CSV ,
Col1,Col2,Col3,Col4
1,2,3,4
a,b,c,d
}}}

= Rules =
{{{
--- (not a rule)
----
-----
------
-------
--------
---------
----------
-------------------------------------------- (not thicker than 10)
}}}
--- (not a rule)
----
-----
------
-------
--------
---------
----------
-------------------------------------------- (not thicker than 10)

= 매크로 =
{{{
<<Anchor(anchorname)>> <=(no display)
'''<<PageCount>>''' pages
<<RandomPage>>
}}}
<<Anchor(anchorname)>> <=(no display)
'''<<PageCount>>''' pages
<<RandomPage>>