r140 vs r141
1
{{{#!style
2
.asdf td:table-of-type {border-width: 0; background: #ddd; height: 20px}
3
.asdf td:active {background: transparent}
4
@theseed-dark-mode {
5
.asdf td:table-of-type {border-width: 0; background: #ddd}
6
.asdf td:active {background: transparent} }
7
}}}
8
| 아무 곳이나 클릭해 보세요. |<tableclass=asdf><tablebordercolor=transparent><tablebgcolor=transparent> || || || || || || || || || || || || || || || || || || || ||
9
|| || || || || || || || || || || || || || || || || || || || ||
10
|| || || || || || || || || || || || || || || || || || || || ||
11
|| || || || || || || || || || || || || || || || || || || || ||
12
|| || || || || || || || || || || || || || || || || || || || ||
13
|| || || || || || || || || || || || || || || || || || || || ||
14
|| || || || || || || || || || || || || || || || || || || || ||
15
|| || || || || || || || || || || || || || || || || || || || ||
16
|| || || || || || || || || || || || || || || || || || || || ||
17
|| || || || || || || || || || || || || || || || || || || || ||
18
|| || || || || || || || || || || || || || || || || || || || ||
19
|| || || || || || || || || || || || || || || || || || || || ||
20
|| || || || || || || || || || || || || || || || || || || || ||
21
|| || || || || || || || || || || || || || || || || || || || ||
22
|| || || || || || || || || || || || || || || || || || || || ||
23
|| || || || || || || || || || || || || || || || || || || || ||
24
|| || || || || || || || || || || || || || || || || || || || ||
25
|| || || || || || || || || || || || || || || || || || || || ||
26
|| || || || || || || || || || || || || || || || || || || || ||
27
|| || || || || || || || || || || || || || || || || || || || ||
28
29
{{{#!if x = true; y=false
30
}}}{{{#!if x &&= y
31
}}}@x@
32
33
{{{#!if __a__='asdf'
34
}}}@\_\_a_\_@ @__a__@
35
{{{#!if this[' ']='변수명 공백', b = this[' ']
36
}}}@b@
37
\
38
{{{#!if a=+true;b=2 ;b**=3
39
}}}@a@
40
@b@
41
42
{{{#!if age=17; status = age >= 18 ? "성인" : "미성년자";
43
}}}@status@
44
age=17; status = age >= 18 ? "성인" : "미성년자";
45
46
{{{#!style
47
.a > tbody > tr > td:table-of-type {border-width: 0}
48
.a > tbody > tr:nth-of-type(2n) > td:nth-of-type(2n+1) {padding: 0; background: #ddd;}
49
.a > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n) {padding: 0; background: #ddd;}
50
.gradient {padding: 0; background: linear-gradient(to right in oklch, #f6d242, #ff52e5);}
51
}}}
52
||<tableclass=a><tablewidth=100%><tablebordercolor=#000,#fff><tablebgcolor=transparent><width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 ||
53
|| 내용 || 내용 || 내용 || 내용 || 내용 ||
54
|| 사진 || 사진 || 사진 || 사진 ||<class=gradient> <class=gradient> ||
55
|| 내용 || 내용 || 내용 || 내용 || 내용 ||
56
|| 사진 || 사진 || 사진 || 사진 || 사진 ||
57
|| 내용 || 내용 || 내용 || 내용 || 내용 ||
58
59
{{{#!style
60
.round {
61
display: inline; padding: 2px 3px; border-radius: 5px; font-size: 0.65em
62
}
63
}}}
64
65
{{{#!wiki class="round" style="background: #ddd; color: #000"
66
aaa}}}
67
68
{{{#!style
69
.asdf table {
70
color: red;
71
}
72
}}}
73
{{{#!wiki class="asdf"
74
* asdf
75
* asdf
76
asdf
77
|| asdf ||
78
}}}
79
80
{{{#!html <iframe data-testid="embed-iframe" style="border-radius:12px" src="https://open.spotify.com/embed/album/2B533CafltvOHSI34P7SHx?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>}}}
81
82
183
{{{#!if (+if) == 2
284
== 문단명 ==
385
}}}
......