r2584
| 1 | {{{#!wiki style="font-weight: 300; font-size: 20px" |
|---|
| 2 | {{{#!if 식 = '11+2' |
|---|
| 3 | @식=1+2@}}} = |
|---|
r2582
| 4 | |
|---|
r2584
| 5 | {{{#!if i = 0 |
|---|
| 6 | }}} |
|---|
r2582
| 7 | |
|---|
r2584
| 8 | {{{#!if isnum = (식[i]>=48&&식[i]<=57) |
|---|
| 9 | {{{#!if this['d'+i] = 'num' |
|---|
| 10 | }}}}}}{{{#!if isop = (식[i]==45||식[i]==43) |
|---|
| 11 | {{{#!if this['d'+i] = 'op' |
|---|
| 12 | }}}}}}{{{#!if i+=1 |
|---|
| 13 | }}} |
|---|
| 14 | |
|---|
| 15 | {{{#!if isnum = (식[i]>=48&&식[i]<=57) |
|---|
| 16 | {{{#!if this['d'+i] = 'num' |
|---|
| 17 | }}}}}}{{{#!if isop = (식[i]==45||식[i]==43) |
|---|
| 18 | {{{#!if this['d'+i] = 'op' |
|---|
| 19 | }}}}}}{{{#!if i+=1 |
|---|
| 20 | }}}{{{#!if isnum = (식[i]>=48&&식[i]<=57) |
|---|
| 21 | {{{#!if this['d'+i] = 'num' |
|---|
| 22 | }}}}}}{{{#!if isop = (식[i]==45||식[i]==43) |
|---|
| 23 | {{{#!if this['d'+i] = 'op' |
|---|
| 24 | }}}}}}{{{#!if i+=1 |
|---|
| 25 | }}}{{{#!if isnum = (식[i]>=48&&식[i]<=57) |
|---|
| 26 | {{{#!if this['d'+i] = 'num' |
|---|
| 27 | }}}}}}{{{#!if isop = (식[i]==45||식[i]==43) |
|---|
| 28 | {{{#!if this['d'+i] = 'op' |
|---|
| 29 | }}}}}}{{{#!if i+=1 |
|---|
| 30 | }}} |
|---|
| 31 | |
|---|
| 32 | {{{#!if this['d0'] == 'num' |
|---|
| 33 | 1}}}{{{#!if this['d1'] == 'num' |
|---|
| 34 | 2}}}{{{#!if this['d2'] == 'op' |
|---|
| 35 | 3}}}{{{#!if this['d3'] == 'num' |
|---|
| 36 | 4}}} |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | {{{#!if i+=1 |
|---|
| 41 | }}} |
|---|
| 42 | |
|---|
| 43 | }}} |
|---|
| 44 | |
|---|
| 45 | {{{#!if list[0] == 'a' |
|---|
| 46 | d}}} |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | }}} |
|---|
| 50 | |
|---|
| 51 | |
|---|
r2582
| 52 | [include(틀:계산기2, r=1)] |
|---|
| 53 | ##생각해보니까 그냥 r을 지정할 수도 있겠구나 |
|---|
| 54 | |
|---|
r2580
| 55 | {{{#!if 0.1 + 0.2 != 0.3 |
|---|
| 56 | 0.1 + 0.2 '''{{{#red !}}}=''' 0.3}}} |
|---|
| 57 | {{{#!if 1 + 0.1 == 1.1 |
|---|
| 58 | 1 + 0.1 '''==''' 1.1}}} |
|---|
r2569
| 59 | |
|---|
r2581
| 60 | {{{#!if a=1 |
|---|
| 61 | }}}{{{#!if a+=1, a == 2 |
|---|
| 62 | asdf}}} |
|---|
| 63 | |
|---|
r2571
| 64 | [include(틀:계산기, a=123456789, f=+, b=1)] |
|---|
| 65 | [include(틀:계산기, a=123456789, f=-, b=1)] |
|---|
| 66 | [include(틀:계산기, a=123459, f=*, b=2)] |
|---|
| 67 | [include(틀:계산기, a=123459, f=/, b=2)] |
|---|
r2569
| 68 | |
|---|
r2572
| 69 | [include(틀:계산기2, a=10, f=/, b=3)] |
|---|
r2573
| 70 | [include(틀:계산기2, a=-5, f=/, b=200)] |
|---|
| 71 | [include(틀:계산기2, a=-5, f=*, b=200)] |
|---|
r2574
| 72 | [include(틀:계산기2, a=123459, f=/, b=2)] |
|---|
r2575
| 73 | [include(틀:계산기2, a=12345, f=-, b=67890)] |
|---|
r2579
| 74 | [include(틀:계산기2, a=-1, f=*, b=-5)] |
|---|
r2583
| 75 | [include(틀:계산기2, a=-3, f=/, b=7)] |
|---|
r2577
| 76 | [include(틀:계산기2, a=1.1, f=+, b=0.1)] |
|---|
r2578
| 77 | 아직은 소수끼리의 계산은 되지 않는 모양이다. (사실 그도 그럴 것이 gauss함수를 가져오지 않았기 때문) |
|---|
r2569
| 78 | |
|---|
r2560
| 79 | {{{#!if json={'a':'b', 'c':'d'} |
|---|
| 80 | json={'a':'b', 'c':'d'}[br] |
|---|
| 81 | }}}{{{#!if json['a'] == 'b' |
|---|
| 82 | json['a'] == 'b'[br] |
|---|
| 83 | }}}{{{#!if list = ['a', 'b'] |
|---|
| 84 | list = ['a', 'b'][br] |
|---|
| 85 | }}}{{{#!if list[1] == 'b' |
|---|
| 86 | list[1] == 'b'[br] |
|---|
| 87 | }}} |
|---|
| 88 | |
|---|
r2568
| 89 | [[../냥]] < 볼드체. 단, {{{../}}}뒤에 붙는 이름이 자기자신과 같은 이름이면 볼드체, 다른 이름(예 : [[../냥냥]], [[../냥/냥]])이면 볼드체가 아니다. 문서명이 '[[냥/냥|(상위문서명)/냥]]'일 경우에도 볼드체가 된다. 이 문서에는 상위 문서가 없으니 그냥 '냥' 으로 링크되는 듯 하다. |
|---|
r2559
| 90 | [[냥#]] < 볼드체 |
|---|
| 91 | [[냥#ㅁㄴㅇㄹ|냥#ㅁㄴㅇㄹ]] < 볼드체아님 |
|---|
r2557
| 92 | [[문서:냥]] < 볼드체아님 |
|---|
r2560
| 93 | |
|---|
r2558
| 94 | == ㅁㄴㅇㄹ == |
|---|
r2114
| 95 | |
|---|
r2128
| 96 | [include(a)]''''''[include(a)][include(a)] |
|---|
r2130
| 97 | [[]][include(a)][include(a)][include(a)] |
|---|
r2127
| 98 | |
|---|
r2118
| 99 | '''{{{#!wiki style="width: 80px; height: 80px; color: transparent; background: text linear-gradient(to right bottom, #9a8ef2 15%, transparent 55%), text linear-gradient(to left bottom, #cb83c4 15%, transparent 55%), text linear-gradient(to right top, #fd6e77 15%, transparent 75%),text linear-gradient(to left top, #ed9861 15%, transparent 75%)" |
|---|
| 100 | asdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdf}}}''' |
|---|
r2114
| 101 | |
|---|
r2112
| 102 | [include(틀:각주, 각주명=각주명에 띄어쓰기 넣기, 내용=[include(틀:각주\, 각주명=각주명에 띄어쓰기 넣기\, 내용=\)])] |
|---|
r2110
| 103 | |
|---|
r2111
| 104 | {{{#!wiki style="background: skyblue; margin: 0 auto; padding: 5px; max-width: 500px" |
|---|
r2105
| 105 | ||<tablealign=center><tablewidth=100%><tablebordercolor=transparent><tablebgcolor=red><bgcolor=#000>|| |
|---|
| 106 | |
|---|
r2109
| 107 | ||<tablealign=center><tablewidth=100%><tablebordercolor=transparent><tablebgcolor=red><rowbgcolor=#000>|| |
|---|
| 108 | ||<colbgcolor=#000>|| |
|---|
r2108
| 109 | ||<tan>|| |
|---|
r2106
| 110 | |
|---|
r2107
| 111 | ||<tablealign=center><tablewidth=100%><bgcolor=#000>|| |
|---|
| 112 | |
|---|
| 113 | ||<tablealign=center><tablewidth=100%>||}}} |
|---|
r2095
| 114 | Mozilla/5.0 (compatible; Daum/1.0; +http://ws.daum.net/aboutkr.html) ok |
|---|
r2096
| 115 | Mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/web) ok |
|---|
r2104
| 116 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961)] |
|---|
| 117 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961)] |
|---|
r2075
| 118 | ---- |
|---|
r2104
| 119 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961, uuid=2d701244-1d84-4716-8717-e0756914096d)] |
|---|
| 120 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961, uuid=2d701244-1d84-4716-8717-e0756914096d)] |
|---|
r2075
| 121 | ---- |
|---|
r2104
| 122 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=-1, UUID=2d701244-1d84-4716-8717-e07569140961)] |
|---|
| 123 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=-1, UUID=2d701244-1d84-4716-8717-e07569140961)] |
|---|
r2075
| 124 | ---- |
|---|
r2104
| 125 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=)] |
|---|
| 126 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=)] |
|---|
r2077
| 127 | ---- |
|---|
r2104
| 128 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e0756914096x)] |
|---|
| 129 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e0756914096x)] |
|---|
r2075
| 130 | ---- |
|---|
r2104
| 131 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961)] |
|---|
| 132 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961)] |
|---|
r2075
| 133 | ---- |
|---|
r2104
| 134 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e0756914096x)] |
|---|
| 135 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e0756914096x)] |
|---|
r2075
| 136 | ---- |
|---|
r2104
| 137 | \[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961, UUID=2d701244-1d84-4716-8717-e07569140961)] |
|---|
| 138 | [include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961, UUID=2d701244-1d84-4716-8717-e07569140961)] |
|---|
r2076
| 139 | ---- |
|---|
r2068
| 140 | \[include(틀:isuuid, uuid=1dd4a127-1b8d-4788-8cea-9ff8b1ddd06e)] |
|---|
r2062
| 141 | [include(틀:isuuid, uuid=1dd4a127-1b8d-4788-8cea-9ff8b1ddd06e)] |
|---|
r2075
| 142 | ---- |
|---|
r2068
| 143 | \[include(틀:isuuid, uuid=xdd4a127-1b8d-4788-8cea-9ff8b1ddd0xx)] |
|---|
r2064
| 144 | [include(틀:isuuid, uuid=xdd4a127-1b8d-4788-8cea-9ff8b1ddd0xx)] |
|---|
r2068
| 145 | \[include(틀:isuuid, uuid=냥)] |
|---|
| 146 | [include(틀:isuuid, uuid=냥)] |
|---|
r2580
| 147 | [include(틀:ㅁ, str=Hello\, World!)] |
|---|
| 148 | toString() 가능 |
|---|
| 149 | parseInt() x |
|---|