r1149 vs r1150
......
7474
.space {
7575
vertical-align:middle;display:inline-block;width:10px
7676
}
77
78
.text1 {
79
display:block
80
}
81
82
.text2 {
83
display:none
84
}
85
86
.text1:hover {
87
display:none
88
}
89
90
.text2:hover {
91
display:block
92
}
93
94
95
7796
}}}
7897
79
{{{#!if layoutw = 20
80
{{{#!wiki class="layout"
81
}}}}}}
98
{{{#!if ttt = "텍스트", tttt = "text"
99
{{{#!wiki class="text1"
100
@ttt@}}}{{{#!wiki class="text2"
101
@tttt@}}}
82102
83103
84104
......