From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- files/ru/web/api/console/assert/index.html | 2 +- files/ru/web/api/console/clear/index.html | 2 +- files/ru/web/api/console/count/index.html | 2 +- files/ru/web/api/console/countreset/index.html | 2 +- files/ru/web/api/console/debug/index.html | 2 +- files/ru/web/api/console/dir/index.html | 2 +- files/ru/web/api/console/dirxml/index.html | 2 +- files/ru/web/api/console/error/index.html | 2 +- files/ru/web/api/console/group/index.html | 2 +- files/ru/web/api/console/info/index.html | 2 +- files/ru/web/api/console/log/index.html | 2 +- files/ru/web/api/console/profile/index.html | 2 +- files/ru/web/api/console/table/index.html | 2 +- files/ru/web/api/console/time/index.html | 2 +- files/ru/web/api/console/timeend/index.html | 2 +- files/ru/web/api/console/timelog/index.html | 2 +- files/ru/web/api/console/timestamp/index.html | 2 +- files/ru/web/api/console/trace/index.html | 2 +- files/ru/web/api/console/warn/index.html | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'files/ru/web/api/console') diff --git a/files/ru/web/api/console/assert/index.html b/files/ru/web/api/console/assert/index.html index 032c70fc4c..471b1d1a5b 100644 --- a/files/ru/web/api/console/assert/index.html +++ b/files/ru/web/api/console/assert/index.html @@ -86,7 +86,7 @@ for (let number = 2; number <= 5; number += 1) { -

{{Compat("api.Console.assert")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/clear/index.html b/files/ru/web/api/console/clear/index.html index 9b4653d8cc..300d2609de 100644 --- a/files/ru/web/api/console/clear/index.html +++ b/files/ru/web/api/console/clear/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/Console/clear

Совместимость с браузерами

-

{{Compat("api.Console.clear")}}

+

{{Compat}}

diff --git a/files/ru/web/api/console/count/index.html b/files/ru/web/api/console/count/index.html index a0ebb424d6..04780ebae3 100644 --- a/files/ru/web/api/console/count/index.html +++ b/files/ru/web/api/console/count/index.html @@ -99,4 +99,4 @@ console.count("alice");

Browser compatibility

-

{{Compat("api.Console.count")}}

+

{{Compat}}

diff --git a/files/ru/web/api/console/countreset/index.html b/files/ru/web/api/console/countreset/index.html index a0e5f04d39..2b198ee549 100644 --- a/files/ru/web/api/console/countreset/index.html +++ b/files/ru/web/api/console/countreset/index.html @@ -112,4 +112,4 @@ console.count("alice"); -

{{Compat("api.Console.countReset")}}

+

{{Compat}}

diff --git a/files/ru/web/api/console/debug/index.html b/files/ru/web/api/console/debug/index.html index 9a0606f361..6db85bc109 100644 --- a/files/ru/web/api/console/debug/index.html +++ b/files/ru/web/api/console/debug/index.html @@ -37,5 +37,5 @@ console.debug(msg [, subst1, ..., substN]);
-

{{Compat("api.Console.debug")}}

+

{{Compat}}

diff --git a/files/ru/web/api/console/dir/index.html b/files/ru/web/api/console/dir/index.html index cf3aa850db..06ba512e83 100644 --- a/files/ru/web/api/console/dir/index.html +++ b/files/ru/web/api/console/dir/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/Console/dir

Совместимость браузеров

-

{{Compat("api.Console.dir")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/dirxml/index.html b/files/ru/web/api/console/dirxml/index.html index d429994b79..a25a04e49c 100644 --- a/files/ru/web/api/console/dirxml/index.html +++ b/files/ru/web/api/console/dirxml/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/Console/dirxml {{Specifications}}

Совместимость с браузерами

-

{{Compat("api.Console.dirxml")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/error/index.html b/files/ru/web/api/console/error/index.html index fbaad9487a..ab8424f94b 100644 --- a/files/ru/web/api/console/error/index.html +++ b/files/ru/web/api/console/error/index.html @@ -40,7 +40,7 @@ console.exception(msg [, subst1, ..., substN]);

Совместимость с браузерами

-

{{Compat("api.Console.error")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/group/index.html b/files/ru/web/api/console/group/index.html index 7a4e1dce7a..fad9850938 100644 --- a/files/ru/web/api/console/group/index.html +++ b/files/ru/web/api/console/group/index.html @@ -53,7 +53,7 @@ console.log("Back to the outer level");

Поддержка в браузерах

-

{{Compat("api.Console.group")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/info/index.html b/files/ru/web/api/console/info/index.html index 1bccf144ec..697bdec069 100644 --- a/files/ru/web/api/console/info/index.html +++ b/files/ru/web/api/console/info/index.html @@ -37,7 +37,7 @@ console.info(msg [, subst1, ..., substN]);

Совместимость с браузерами

-

{{Compat("api.Console.info")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/log/index.html b/files/ru/web/api/console/log/index.html index b8fee39ff9..5c5fc700d5 100644 --- a/files/ru/web/api/console/log/index.html +++ b/files/ru/web/api/console/log/index.html @@ -41,7 +41,7 @@ console.log(msg [, subst1, ..., substN]);

Совместимость с браузерами

-

{{Compat("api.Console.log")}}

+

{{Compat}}

Отличия от console.dir()

diff --git a/files/ru/web/api/console/profile/index.html b/files/ru/web/api/console/profile/index.html index d0b31a157f..00991e0d80 100644 --- a/files/ru/web/api/console/profile/index.html +++ b/files/ru/web/api/console/profile/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/Console/profile -

{{Compat("api.Console.profile")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/table/index.html b/files/ru/web/api/console/table/index.html index dda36539dc..27c062399c 100644 --- a/files/ru/web/api/console/table/index.html +++ b/files/ru/web/api/console/table/index.html @@ -125,4 +125,4 @@ console.table([john, jane, emily], ["firstName"]);

Поддержка браузерами

-

{{Compat("api.Console.table")}}

+

{{Compat}}

diff --git a/files/ru/web/api/console/time/index.html b/files/ru/web/api/console/time/index.html index 0f538e539d..837509a666 100644 --- a/files/ru/web/api/console/time/index.html +++ b/files/ru/web/api/console/time/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Console/time

Совместимость с браузерами

-

{{Compat("api.Console.time")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/timeend/index.html b/files/ru/web/api/console/timeend/index.html index e0ee61dea9..83c84db727 100644 --- a/files/ru/web/api/console/timeend/index.html +++ b/files/ru/web/api/console/timeend/index.html @@ -64,7 +64,7 @@ console.timeEnd("answer time");

Совместимость с браузерами

-
{{Compat("api.Console.timeEnd")}}
+
{{Compat}}
diff --git a/files/ru/web/api/console/timelog/index.html b/files/ru/web/api/console/timelog/index.html index 2a837c225c..9078953ba4 100644 --- a/files/ru/web/api/console/timelog/index.html +++ b/files/ru/web/api/console/timelog/index.html @@ -65,7 +65,7 @@ console.timeEnd("answer time");

Совместимость с браузерами

-

{{Compat("api.Console.timeLog")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/timestamp/index.html b/files/ru/web/api/console/timestamp/index.html index f0a8cafba6..c65b4e9fbc 100644 --- a/files/ru/web/api/console/timestamp/index.html +++ b/files/ru/web/api/console/timestamp/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Console/timeStamp

Совместимость с браузерами

-

{{Compat("api.Console.timestamp")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/trace/index.html b/files/ru/web/api/console/trace/index.html index 2edda50cc6..fe2312154a 100644 --- a/files/ru/web/api/console/trace/index.html +++ b/files/ru/web/api/console/trace/index.html @@ -42,7 +42,7 @@ foo -

{{Compat("api.Console.trace")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/console/warn/index.html b/files/ru/web/api/console/warn/index.html index 453f086d30..e651dd3a96 100644 --- a/files/ru/web/api/console/warn/index.html +++ b/files/ru/web/api/console/warn/index.html @@ -39,7 +39,7 @@ console.warn(msg [, subst1, ..., substN]);

Совместимость с браузерами

-
{{Compat("api.Console.warn")}}
+
{{Compat}}

Смотрите также

-- cgit v1.2.3-54-g00ecf