| r1355 vs r1356 | ||
|---|---|---|
| 1 | {{{#!style | |
| 2 | .box-1 {width:50px;height:50px;background:gray} | |
| 3 | .box-2 {width:50px;height:50px;background:gray} | |
| 4 | .box-hide{background:#990} | |
| 5 | }}} | |
| 1 | 6 | |
| 2 | 7 | |
| 3 | 8 | |
| 9 | {{{#!if a = "all" | |
| 10 | {{{#!wiki class="all, box-1" onclick="add-class,box-1,box-hide" | |
| 11 | }}} | |
| 12 | {{{#!wiki class="all, box-2" onclick="add-class,@a@,box-hide" | |
| 13 | }}}}}} | |
| 14 | ||
| 15 | ||
| 16 | ||
| 17 | ||
| 4 | 18 | {{{#!if time = time(), random = (time % 10) + 1 |
| 5 | 19 | @a@ |
| 6 | 20 | @random@}}} |
| ... | ... |