| r639 vs r640 | ||
|---|---|---|
| 1 | 1 | [[분류:더시드위키]][include(틀:더시드위키 연습장)][include(더시드위키:연습장/설명문서)] |
| 2 | 2 | ##여기부터 연습장 사용이 가능합니다. 위의 서술을 지우지 말아 주세요. |
| 3 | 3 | [include(테스트:0000, 테스트=토스트)] |
| 4 | {{{#!if "3ff65927-e19d-459f-9aaf-4d8ffa6277a2".length==36 | |
| 5 | 이거는 36자이다.}}} | |
| 6 | {{{#!if "3ff65927-e19d-459f-9aaf-4d8ffa6277a2".substring(35,36)=="2" | |
| 7 | 36번째 자리의 문자는 "2"이다.}}} | |
| 8 | {{{#!if "Demonstration".indexOf("Demo") != -1 | |
| 9 | Java 좀 만질 줄 아는 이용자면 쉽게 파악할 수 있을지도.}}} | |
| 10 | 4 | |
| 11 | ||<:><-1> {{{#!wiki style="width: 200px; height: 200px; padding: 5px 10px; margin: -5px -10px; background: no-repeat radial-gradient(ellipse at 15% 85%, #00a495 20%, transparent 55%), no-repeat radial-gradient(ellipse at 85% 85%, #87cefa 20%, transparent 55%), no-repeat radial-gradient(ellipse at 15% 15%, #4188f1 20%, transparent 55%), no-repeat radial-gradient(ellipse at 85% 15%, #abcdef 20%, transparent 55%);" | |
| 12 | }}} || | |
| 13 | 5 | |
| 6 | {{{#!if uuid1='fff' | |
| 7 | }}}{{{#!if uuid1=='fff' | |
| 8 | uuid1가 'fff'로 정의되었습니다.}}} | |
| 9 | ---- | |
| 10 | {{{#!if uuid=uuid1 | |
| 11 | }}}{{{#!if uuid==this.uuid1 | |
| 12 | uuid=uuid1 으로 정의되었습니다. uuid=uuid1 하면 uuid='uuid1'이 아닙니다.}}} | |
| 13 | ---- | |
| 14 | {{{#!if uuid=='fff' | |
| 15 | uuid는 'fff'입니다. }}} | |
| 16 | ---- | |
| 17 |