| r19 | ||
|---|---|---|
| r18 | 1 | {{{#!if position = st.indexOf("/"), position2= st.indexOf("/", position), date=st.substr(0,position).trim(), content=st.substr(position + 1, position2).trim(), extra=st.substr(position2 + 1).trim() |
| r19 | 2 | }}} |
| 3 | position = @position@ | |
| 4 | position2 = @position2@ | |
| 5 | 날짜: @date@ | |
| r5 | 6 | 내용: @content@ |
| r18 | 7 | 추가내용: @extra@ |