r2592
r2584
1{{{#!wiki style="font-weight: 300; font-size: 20px"
2{{{#!if 식 = '11+2'
r2591
3@식=11+2@}}} = {{{#!if s1=false, s2=false, j=1+0
4##switch1 : 숫자 계속 탐색하기, switch2 : 소수점 아래 기입하기. switch3 : 중복 실행 방지, switch3 : 소수점 아래 기입하기.
r2589
5}}}{{{#!if i = 0
r2586
6}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1
r2591
7{{{#!if (s1==false)&&this['d'+i]&&(s3==false)
8##숫자를 발견할 경우
9{{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true
10##여기에 앞자리가 음수냐 아니냐를 읽는 판별을 만들어야 합니다.
11}}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false)
12##숫자를 계속 발견할 경우 (소수점일 수도 있습니다. 여기서는 숫자일 경우)
r2592
13##여기에서 소수점 위를 기입하냐 소수점 아래를 기입하냐 소수점 아래라면 소수점 아래 몇번째 자리를 기입하느냐를 적어야 합니다.
r2591
14{{{#!if this['v'+j] = 10*this['v'+j]+(식.substr(i,1)), s3=true
15}}}}}}{{{#!if (s1==true)&&(식[i]==46)&&(s3==false)
16##숫자를 계속 발견할 경우 (여기서는 소수점일 경우)
17{{{#!if s2=true, s3=true
18}}}}}}{{{#!if (s1==true)&&!this['d'+i]&&(s3==false)
19##숫자가 더 이상 나오지 않을 경우
20{{{#!if j+=1, s1=false, s2=false, s3=true
r2592
21##소수점 아래 기입하는 스위치도 off, 다음 index(j) 매김.
r2591
22}}}}}}
r2586
23}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1
24}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1
25}}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1
r2584
26}}}
r2586
27## 식 검증이 됐다 치면
r2587
28## dn : true - 수 / false - 연산자
r2586
29{{{#!if this['d0']
301}}}{{{#!if this['d1']
311}}}{{{#!if !this['d2']
32+}}}{{{#!if this['d3']
r2585
332}}}
r2587
34## in : 11+2 에서 '11'은 0번째 위치, '+'는 2번째 위치.. > 0, 2, 3 > 위치 기억 / 뺄셈으로 자릿수 계산
35## 보다 좋은 방법이 있ㅅ을 것 같은데음ㅁ..
36{{{#!if i = 1, j = 1, i0 = 0
37}}}
r2584
38
r2587
39{{{#!if t = this['d0'] != this['d1'], t
40{{{#!if this['i'+i] = j, j+=1, i+=1
41}}}}}}{{{#!if !t
42{{{#!if j+=1
43}}}}}}{{{#!if t = this['d1'] != this['d2'], t
44{{{#!if this['i'+i] = j, j+=1, i+=1
45}}}}}}{{{#!if !t
46{{{#!if j+=1
47}}}}}}{{{#!if t = this['d1'] != this['d2'], t
48{{{#!if this['i'+i] = j, j+=1, i+=1
49}}}}}}{{{#!if !t
50{{{#!if j+=1
r2585
51}}}}}}
r2584
52
r2587
53{{{#!if i0 == 0
r2588
54i0 == 0 }}}{{{#!if i1 == 2
55i1 == 2 }}}{{{#!if i2 == 3
56i2 == 3 }}}
r2587
57
58
59## {{{#!if list = [d0, d1, d2, d3]
60## }}}
61}}}
r2585
62[include(틀:계산기2, r=13)]
r2582
63##생각해보니까 그냥 r을 지정할 수도 있겠구나
64
r2580
65{{{#!if 0.1 + 0.2 != 0.3
660.1 + 0.2 '''{{{#red !}}}=''' 0.3}}}
67{{{#!if 1 + 0.1 == 1.1
681 + 0.1 '''==''' 1.1}}}
r2569
69
r2581
70{{{#!if a=1
71}}}{{{#!if a+=1, a == 2
72asdf}}}
73
r2571
74[include(틀:계산기, a=123456789, f=+, b=1)]
75[include(틀:계산기, a=123456789, f=-, b=1)]
76[include(틀:계산기, a=123459, f=*, b=2)]
77[include(틀:계산기, a=123459, f=/, b=2)]
r2569
78
r2572
79[include(틀:계산기2, a=10, f=/, b=3)]
r2573
80[include(틀:계산기2, a=-5, f=/, b=200)]
81[include(틀:계산기2, a=-5, f=*, b=200)]
r2574
82[include(틀:계산기2, a=123459, f=/, b=2)]
r2575
83[include(틀:계산기2, a=12345, f=-, b=67890)]
r2579
84[include(틀:계산기2, a=-1, f=*, b=-5)]
r2583
85[include(틀:계산기2, a=-3, f=/, b=7)]
r2577
86[include(틀:계산기2, a=1.1, f=+, b=0.1)]
r2578
87아직은 소수끼리의 계산은 되지 않는 모양이다. (사실 그도 그럴 것이 gauss함수를 가져오지 않았기 때문)
r2569
88
r2560
89{{{#!if json={'a':'b', 'c':'d'}
90json={'a':'b', 'c':'d'}[br]
91}}}{{{#!if json['a'] == 'b'
92json['a'] == 'b'[br]
93}}}{{{#!if list = ['a', 'b']
94list = ['a', 'b'][br]
95}}}{{{#!if list[1] == 'b'
96list[1] == 'b'[br]
97}}}
98
r2568
99[[../냥]] < 볼드체. 단, {{{../}}}뒤에 붙는 이름이 자기자신과 같은 이름이면 볼드체, 다른 이름(예 : [[../냥냥]], [[../냥/냥]])이면 볼드체가 아니다. 문서명이 '[[냥/냥|(상위문서명)/냥]]'일 경우에도 볼드체가 된다. 이 문서에는 상위 문서가 없으니 그냥 '냥' 으로 링크되는 듯 하다.
r2559
100[[냥#]] < 볼드체
101[[냥#ㅁㄴㅇㄹ|냥#ㅁㄴㅇㄹ]] < 볼드체아님
r2557
102[[문서:냥]] < 볼드체아님
r2560
103
r2558
104== ㅁㄴㅇㄹ ==
r2114
105
r2128
106[include(a)]''''''[include(a)][include(a)]
r2130
107[[]][include(a)][include(a)][include(a)]
r2127
108
r2118
109'''{{{#!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%)"
110asdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdf}}}'''
r2114
111
r2112
112[include(틀:각주, 각주명=각주명에 띄어쓰기 넣기, 내용=[include(틀:각주\, 각주명=각주명에 띄어쓰기 넣기\, 내용=\)])]
r2110
113
r2111
114{{{#!wiki style="background: skyblue; margin: 0 auto; padding: 5px; max-width: 500px"
r2105
115||<tablealign=center><tablewidth=100%><tablebordercolor=transparent><tablebgcolor=red><bgcolor=#000>||
116
r2109
117||<tablealign=center><tablewidth=100%><tablebordercolor=transparent><tablebgcolor=red><rowbgcolor=#000>||
118||<colbgcolor=#000>||
r2108
119||<tan>||
r2106
120
r2107
121||<tablealign=center><tablewidth=100%><bgcolor=#000>||
122
123||<tablealign=center><tablewidth=100%>||}}}
r2095
124Mozilla/5.0 (compatible; Daum/1.0; +http://ws.daum.net/aboutkr.html) ok
r2096
125Mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/web) ok
r2104
126\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961)]
127[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961)]
r2075
128----
r2104
129\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961, uuid=2d701244-1d84-4716-8717-e0756914096d)]
130[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961, uuid=2d701244-1d84-4716-8717-e0756914096d)]
r2075
131----
r2104
132\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=-1, UUID=2d701244-1d84-4716-8717-e07569140961)]
133[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=-1, UUID=2d701244-1d84-4716-8717-e07569140961)]
r2075
134----
r2104
135\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=)]
136[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=)]
r2077
137----
r2104
138\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e0756914096x)]
139[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e0756914096x)]
r2075
140----
r2104
141\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961)]
142[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e07569140961)]
r2075
143----
r2104
144\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e0756914096x)]
145[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, UUID=2d701244-1d84-4716-8717-e0756914096x)]
r2075
146----
r2104
147\[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961, UUID=2d701244-1d84-4716-8717-e07569140961)]
148[include(틀:문서 가져옴/the seed, 위키=더, 문서명=검색, 버전=32, uuid=2d701244-1d84-4716-8717-e07569140961, UUID=2d701244-1d84-4716-8717-e07569140961)]
r2076
149----
r2068
150\[include(틀:isuuid, uuid=1dd4a127-1b8d-4788-8cea-9ff8b1ddd06e)]
r2062
151[include(틀:isuuid, uuid=1dd4a127-1b8d-4788-8cea-9ff8b1ddd06e)]
r2075
152----
r2068
153\[include(틀:isuuid, uuid=xdd4a127-1b8d-4788-8cea-9ff8b1ddd0xx)]
r2064
154[include(틀:isuuid, uuid=xdd4a127-1b8d-4788-8cea-9ff8b1ddd0xx)]
r2068
155\[include(틀:isuuid, uuid=냥)]
156[include(틀:isuuid, uuid=냥)]
r2580
157[include(틀:ㅁ, str=Hello\, World!)]
158toString() 가능
159parseInt() x