-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-russian.html
56 lines (52 loc) · 1.26 KB
/
test-russian.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.58"/>
<script src="exolve-m.js?v1.58"></script>
<title>Test-Russian</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-russian
exolve-title: Test-Russian
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 5
exolve-height: 5
exolve-language: ru Cyrillic
exolve-relabel:
across-label: через
down-label: вниз
clear: Очистить это
clear-all: Очистить все!
crossword-id: ID кроссворда
exolve-prelude:
Please use a suitable mechanism for entering Cyrillic letters,
such as Google Input Tools. This also test special chars (#@012)
coexisting with Russian.
exolve-option: allow-chars:#@012
exolve-grid:
АБВГД
Б.Б.Б
АБВГД
Г.Г.Г
АБВГД
exolve-across:
1 АБВГД (5)
4 АБВГД (5)
5 АБВГД (5)
exolve-down:
1 АБАГА (5)
2 ВБВГВ (5)
3 ДБДГД (5)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>