Dotclear

source: locales/ko/help/core_wiki.html @ 0:54703be25dd6

Revision 0:54703be25dd6, 3.4 KB checked in by Dsls <dsls@…>, 14 years ago (diff)

2.3 branch (trunk) first checkin

RevLine 
[0]1<<<<<<< .working
2<?xml version="1.0" encoding="UTF-8"?>
3<html>
4=======
5<html>
6>>>>>>> .merge-right.r2800
7<head>
8  <title>위키 구문규칙 참조</title>
9</head>
10
11<body>
12
13<h3>위키 구문규칙 참조</h3>
14
15<p>위키 구문규칙은, (제목, 문단, 인용, 목록 등) 문서에 필요한 기본적인 형태들을 최소한의 태그조합을 이용해 성취할 수 있도록 만들어진 규칙입니다.</p>
16
17<dl>
18<dt>블록 요소</dt>
19<dd>
20<ul>
21  <li>두 개의 유사한 블록 사이에 빈 줄을 둡니다.</li>
22  <li><strong>문단</strong>: 어떤 형식의 텍스트라도 되고, 또 다른 문단이 이어질 경우 빈 줄을 둘 사이에 둡니다.</li>
23  <li><strong>제목</strong>: <code>!!! 제목</code>, <code>!! 제목</code>
24  또는 <code>! 제목</code> 의 형식으로 작성합니다. 제목은 세 가지 등급으로 구분해 쓸 수 있습니다.</li>
25  <li><strong>가로선</strong>: <code>----</code></li>
26  <li><strong>목록</strong>: 각 행을 <code>*</code>로 시작하면 순서없는 목록, <code>#</code>로 시작하면 순서있는 목록이 됩니다. 목록 속에 또 다른 목록이 들어가도록 하려면 아래와 같이 합니다.
27<pre>
28* 요소 1
29** 요소 1.1
30* 요소 2
31*# 요소 2.1
32...
33</pre>
34  </li>
35  <li><strong>문형유지</strong>: 각 행이 빈칸 하나로 시작해야 합니다.</li>
36  <li><strong>블록인용</strong>: 각 행이  세미콜론(<code>&gt;</code>)으로 시작해야 합니다.</li>
37</ul>
38</dd>
39
40<dt>글꾸밈 태그들</dt>
41<dd>
42<ul>
43  <li><strong>기울인 글씨</strong>: <code>''text''</code> (양쪽에 민따옴표 두 개)</li>
44  <li><strong>굵은 글씨</strong>: <code>__text__</code> (양쪽에 밑줄 두 개) </li>
45  <li><strong>줄바꿈</strong>: <code>%%%</code> (퍼센트 세 개 연속)</li>
46  <li><strong>밑줄친 글씨</strong>: <code>++text++</code> (양쪽에 덧셈표 두 개)</li>
47  <li><strong>중간줄친 글씨</strong>: <code>--text--</code> (양쪽에 뺄셈표 두 개)</li>
48  <li><strong>링크</strong>: <code>[url]</code>, <code>[이름|url]</code>,
49    <code>[이름|url|언어]</code> or <code>[이름|url|언어|제목]</code></li>
50  <li><strong>이미지</strong>:
51    <code>((url|대체글))</code>,
52    <code>((url|대체글|위치))</code> or
53    <code>((url|대체글|위치|설명)</code>.
54    <br />위치는 L 또는 G (왼쪽), R 또는 D (오른쪽), C (가운데).</li>
55  <li><strong>앵커</strong>: <code>~앵커글~</code> (양쪽에 물결기호)</li>
56  <li><strong>약어</strong>: <code>??약어|제목??</code></li>
57  <li><strong>문단내 인용</strong>: <code>{{인용문}}</code>,
58    <code>{{인용문|언어}}</code> or <code>{{인용문|언어|url}}</code></li>
59  <li><strong>코드</strong>: <code>@@코드문@@</code></li>
60  <li><strong>각주</strong>: <code>$$각주문$$</code></li>
61</ul>
62</dd>
63
64<dt>회피문자</dt>
65<dd>글꾸밈 태그로 사용되는 문자를 태그가 아닌 그 문자 자신으로 표시하려면, 문자 바로 앞에
66<code>\</code> (반빗금) 을 써줍니다. 예를 들면 : <br />
67<code>\[이 글은 각괄호로 묶였지만 링크가 되지 않습니다.\]</code>
68</dd>
69
70<dt>HTML 코드</dt>
71<dd>위키 구문규칙을 쓰더라도, 때로는 HTML 태그가 지원하는 더 강력한 기능을 써야할 필요가 있습니다. 이 경우 다음처럼 합니다 :
72<pre>
73///html
74&lt;p style="color:red"&gt;이 글은 붉은 색으로 지정되었습니다.&lt;/p&gt;
75///
76</pre>
77</dd>
78</dl>
79
80
81</body>
82</html>
Note: See TracBrowser for help on using the repository browser.

Sites map