r6 vs r7
......
1414
* if 문법
1515
* {{{#!wiki style="display: inline; font-family: monospace;"
1616
wiki style="display: inline; display: {{{#green @@_@매개변수명=none@}}}"}}} (hack 트릭)
17
* {{{#!wiki style="display: inline; font-family: monospace;"
18
\#redirect}}} 문법에서 문서로 이동하는 것은 문제 없는데, 문서 내 특정 위치로 이동하는 문법은 제대로 동작되지 않는다. 곧 {{{#!wiki style="display: inline; font-family: monospace;"
19
\#redirect{{{#orange\#}}}{{{#dodgerblue 특정 위치}}}}}}는 "~에서 넘어옴" 이라는 창은 나오지만 모두 지원되지 않는다. 다만, 링크로 이동하는 {{{#!wiki style="display: inline; font-family: monospace;"
20
{{{#orange \[\[}}}{{{#skyblue 문서명}}}{{{#orange \#}}}{{{#dodgerblue 특정 위치}}}{{{#orange \]\]}}}}}} 문법은 지원된다.
1721
1822
=== 오류 발생 ===
1923
* {{{#!wiki style="display: inline; font-family: monospace;"
......