•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
r16 vs r17
1[include(사용자:jhk1090/테스트, red=red)]
2
1## "test" 문서
32{{{#!style
4/* scoped styles are not supported */
5.red {
6 color: red;
3.@className@ {
4 color: @color@
75}
86
9table.colored {
10 border: 3px solid red;
11}
12
13table.colored > tbody > tr > td {
14 padding: 0;
15}
16
17table.colored > tbody > tr > td:first-of-type {
188 font-weight: bold;
199}
2010table.colored > tbody > tr:nth-of-type(3n) > td:first-of-type {
7.test {
218 color: red;
22}
23table.colored > tbody > tr:nth-of-type(3n + 1) > td:first-of-type {
24 color: lime;
25}
26table.colored > tbody > tr:nth-of-type(3n + 2) > td:first-of-type {
27 color: blue;
28}
29
30/* media query is not supported */
31@theseed-dark-mode {
32 table.colored > tbody > tr:nth-of-type(3n) > td:first-of-type {
33 color: yellow;
34 }
35 table.colored > tbody > tr:nth-of-type(3n + 1) > td:first-of-type {
36 color: yellow;
37 }
38 table.colored > tbody > tr:nth-of-type(3n + 2) > td:first-of-type {
39 color: yellow;
40 }
419}
4210}}}
4311
44{{{#!wiki class="red" lang="ja"
45aaa}}}
12{{{#!wiki class="colored"
13colored}}}
4614
47== styled table test ==
48||<tableclass=colored><table width=100%><table bgcolor=#ffffff,#2d2f34><table color=#212529,#e0e0e0><colbgcolor=#ffffff,#000000> 1 ||1 ||
49|| 2 ||2 ||
50|| 3 ||3 ||
51|| 4 ||4 ||
52|| 5 ||5 ||
53|| 6 ||6 ||
54|| 7 ||7 ||
5516|| 8 ||8 ||
5617|| 9 ||9 ||
5718|| 10 ||10 ||
5819
5920=== reuse ===
6021||<tableclass=colored><table width=100%><table bgcolor=#ffffff,#2d2f34><table color=#212529,#e0e0e0><colbgcolor=#ffffff,#000000> 1 ||1 ||
6122|| 2 ||2 ||
6223|| 3 ||3 ||
6324|| 4 ||4 ||
6425|| 5 ||5 ||
6526|| 6 ||6 ||
6627|| 7 ||7 ||
6728|| 8 ||8 ||
6829|| 9 ||9 ||
6930|| 10 ||10 ||
15||<tableclass=test> a ||