r21 vs r22
1
[[분류:위키 엔진]][[분류:the seed]]
1
[[분류:위키 엔진]][[분류:the seed]]{{{#!if ms='style="display: inline; font-family: monospace;"', bean='double space'
2
}}}
23
[목차]
34
== 개요 ==
45
본 문서는 the tree엔진과 the seed의 차이점을 적어놓은 문서이다. the tree엔진은 the seed의 기본적인 구조를 구현하되 편의적인 기능을 하나씩 추가해나가고 있어 the seed 엔진과 차이가 있다.
......
1516
== 문법 ==
1617
=== 공통점 ===
1718
* \{{{ \}}} 계열 문법 : 다음 문법은 공통적으로 지원된다.
19
* -5, -4, ... , +4, +5 의 글자 크기
20
* #color,#color 로 글자 색상 주기
1821
* #!wiki style=""을 이용한 css
1922
* #!if 문법
2023
* #!html 문법
2124
* #!syntax 문법
25
2226
=== 차이점 ===
23
{{{#!if ms='style="display: inline; font-family: monospace;"'
24
}}}
2527
* the seed에는 구현되지 않은 문법이 존재한다.
2628
* {{{#!wiki style="display: inline; font-family: monospace"
2729
\[list( )\]}}} 문법으로 외부에서 동영상 목록을 끌어다 보여주고 있다. 예시로 [[소나위키]]가 있다.
......