diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/console | |
parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
download | translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2 translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip |
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/api/console')
19 files changed, 19 insertions, 19 deletions
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) { -<p>{{Compat("api.Console.assert")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.clear")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> 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");</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Console.count")}}</p> +<p>{{Compat}}</p> 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");</pre> -<p>{{Compat("api.Console.countReset")}}</p> +<p>{{Compat}}</p> 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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <div> -<p>{{Compat("api.Console.debug")}}</p> +<p>{{Compat}}</p> </div> 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 <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.Console.dir")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.dirxml")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.error")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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"); <h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2> -<p>{{Compat("api.Console.group")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.info")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.log")}}</p> +<p>{{Compat}}</p> <h2 id="Отличия_от_console.dir()">Отличия от console.dir()</h2> 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 -<p>{{Compat("api.Console.profile")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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"]);</pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Console.table")}}</p> +<p>{{Compat}}</p> 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 </table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.time")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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");</pre> <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("api.Console.timeEnd")}}</div> +<div>{{Compat}}</div> <div id="compat-mobile"></div> 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"); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("api.Console.timeLog")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.timestamp")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 -<p>{{Compat("api.Console.trace")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div class="htab">{{Compat("api.Console.warn")}}</div> +<div class="htab">{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> |