| r5 vs r6 | ||
|---|---|---|
| 1 | {{{#!if date = this["1"].split("/")[0] | |
| 1 | {{{#!if date = this["1"].split("/")[0], content = this["1"].split("/")[1], l = this["1"].toString().length | |
| 2 | 2 | }}}날짜: @date@ |
| 3 | 3 | 내용: @content@ |
| 4 | 4 | 길이: @l@ |
| r5 vs r6 | ||
|---|---|---|
| 1 | {{{#!if date = this["1"].split("/")[0] | |
| 1 | {{{#!if date = this["1"].split("/")[0], content = this["1"].split("/")[1], l = this["1"].toString().length | |
| 2 | 2 | }}}날짜: @date@ |
| 3 | 3 | 내용: @content@ |
| 4 | 4 | 길이: @l@ |