| r2 vs r3 | ||
|---|---|---|
| 1 | {{{#!if date = 1.split("/")[0]; content = 1.split("/")[1] | |
| 1 | {{{#!if date = this["1"].split("/")[0]; content = this["1"].split("/")[1] | |
| 2 | 2 | 날짜: @date@ |
| 3 | 3 | 내용: @content@ |
| 4 | 4 | }}} |
| r2 vs r3 | ||
|---|---|---|
| 1 | {{{#!if date = 1.split("/")[0]; content = 1.split("/")[1] | |
| 1 | {{{#!if date = this["1"].split("/")[0]; content = this["1"].split("/")[1] | |
| 2 | 2 | 날짜: @date@ |
| 3 | 3 | 내용: @content@ |
| 4 | 4 | }}} |