r1389 vs r1390
11
{{{#!style
2
.cell {width:px;height:px;background:#000;display:inline-block}
2
.cell {width:30px;height:30px;background:#000;display:inline-block}
33
.mine-num {vertical-align:middle;display:inline-block}
44
}}}
55
{{{#!if mine = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
......
99
{{{#!if index = 1, cell = 0
1010
}}}{{{#!if mine[index - 10] == 1
1111
{{{#!if cell = cell + 1
12
1}}}}}}{{{#!if mine[index - 9] == 1
12
}}}}}}{{{#!if mine[index - 9] == 1
1313
{{{#!if cell = cell + 1
14
2}}}}}}{{{#!if mine[index - 8] == 1
14
}}}}}}{{{#!if mine[index - 8] == 1
1515
{{{#!if cell = cell + 1
16
3}}}}}}{{{#!if mine[index - 1] == 1
16
}}}}}}{{{#!if mine[index - 1] == 1
1717
{{{#!if cell = cell + 1
18
4}}}}}}{{{#!if mine[index + 1] == 1
18
}}}}}}{{{#!if mine[index + 1] == 1
1919
{{{#!if cell = cell + 1
20
5}}}}}}{{{#!if mine[index + 8] == 1
20
}}}}}}{{{#!if mine[index + 8] == 1
2121
{{{#!if cell = cell + 1
22
6}}}}}}{{{#!if mine[index + 9] == 1
22
}}}}}}{{{#!if mine[index + 9] == 1
2323
{{{#!if cell = cell + 1
24
7}}}}}}{{{#!if mine[index + 10] == 1
24
}}}}}}{{{#!if mine[index + 10] == 1
2525
{{{#!if cell = cell + 1
26
8}}}}}}
26
}}}}}}
2727
{{{#!if !(cell == 0)
2828
{{{#!wiki class="mine-num"
2929
@cell@}}}}}}}}} ||
......