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/javascript/reference/global_objects/date | |
| 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/javascript/reference/global_objects/date')
12 files changed, 12 insertions, 12 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/date/getdate/index.html b/files/ru/web/javascript/reference/global_objects/date/getdate/index.html index a2191358ac..76fe3309a6 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getdate/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getdate/index.html @@ -47,7 +47,7 @@ console.log(day); // 25 <div></div> -<div id="compat-mobile">{{Compat("javascript.builtins.Date.getDate")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/getday/index.html b/files/ru/web/javascript/reference/global_objects/date/getday/index.html index 6beda126af..2ac3fc9798 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getday/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getday/index.html @@ -60,7 +60,7 @@ console.log(new Intl.DateTimeFormat('ru-RU', options).format(date)); <div></div> -<div id="compat-mobile">{{Compat("javascript.builtins.Date.getDay")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html index 957068188d..98df1dbdb0 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getfullyear/index.html @@ -47,7 +47,7 @@ let year = today.getFullYear(); // 2020 <div></div> -<div id="compat-mobile">{{Compat("javascript.builtins.Date.getFullYear")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/gethours/index.html b/files/ru/web/javascript/reference/global_objects/date/gethours/index.html index 04a59d8504..0538c9a14a 100644 --- a/files/ru/web/javascript/reference/global_objects/date/gethours/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/gethours/index.html @@ -47,7 +47,7 @@ console.log(hours); // 23 <div></div> -<div id="compat-mobile">{{Compat("javascript.builtins.Date.getHours")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/gettime/index.html b/files/ru/web/javascript/reference/global_objects/date/gettime/index.html index 7d094d57d1..4f07af1c25 100644 --- a/files/ru/web/javascript/reference/global_objects/date/gettime/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/gettime/index.html @@ -67,7 +67,7 @@ console.log('Операция заняла ' + (end.getTime() - start.getTime()) <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Date.getTime")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/getyear/index.html b/files/ru/web/javascript/reference/global_objects/date/getyear/index.html index 3b06750c0b..cbebf987e6 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getyear/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getyear/index.html @@ -89,7 +89,7 @@ var year = Xmas.getYear(); // вернёт 95 <div> </div> -<div id="compat-mobile">{{Compat("javascript.builtins.Date.getYear")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/index.html b/files/ru/web/javascript/reference/global_objects/date/index.html index a0663b90eb..82bf70e033 100644 --- a/files/ru/web/javascript/reference/global_objects/date/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/index.html @@ -189,4 +189,4 @@ yourFunctionReturn = printElapsedTime(yourFunction); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Date", 3)}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/javascript/reference/global_objects/date/now/index.html b/files/ru/web/javascript/reference/global_objects/date/now/index.html index b7e478af5e..c7de85532a 100644 --- a/files/ru/web/javascript/reference/global_objects/date/now/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/now/index.html @@ -47,7 +47,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/now <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Date.now")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/setdate/index.html b/files/ru/web/javascript/reference/global_objects/date/setdate/index.html index f4d6caa173..0d19c14d0d 100644 --- a/files/ru/web/javascript/reference/global_objects/date/setdate/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/setdate/index.html @@ -51,7 +51,7 @@ theBigDay.setDate(32); // 1962-08-01 <div> </div> -<div id="compat-mobile">{{Compat("javascript.builtins.Date.setDate")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/setyear/index.html b/files/ru/web/javascript/reference/global_objects/date/setyear/index.html index 0d21b8cfe8..9276523881 100644 --- a/files/ru/web/javascript/reference/global_objects/date/setyear/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/setyear/index.html @@ -50,7 +50,7 @@ theBigDay.setYear(2000); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Date.setYear")}}</div> +<div>{{Compat}}</div> <div id="compat-mobile"> </div> diff --git a/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html b/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html index 1192ac91bd..37ecdc3a9d 100644 --- a/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html @@ -40,7 +40,7 @@ console.log(d.toTimeString()); // напечатает 14:39:07 GMT-0600 (PDT) {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Date.toTimeString")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/date/utc/index.html b/files/ru/web/javascript/reference/global_objects/date/utc/index.html index 26a459555c..eb426697f9 100644 --- a/files/ru/web/javascript/reference/global_objects/date/utc/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/utc/index.html @@ -84,7 +84,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/UTC <div> -<p>{{Compat("javascript.builtins.Date.UTC")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Примечание о совместимости</h2> |
