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 | |
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')
219 files changed, 220 insertions, 220 deletions
diff --git a/files/ru/web/javascript/reference/classes/constructor/index.html b/files/ru/web/javascript/reference/classes/constructor/index.html index ca18537bcc..1ed67879b6 100644 --- a/files/ru/web/javascript/reference/classes/constructor/index.html +++ b/files/ru/web/javascript/reference/classes/constructor/index.html @@ -171,7 +171,7 @@ console.log(newInstance.name); //Polygon</pre> {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.classes.constructor")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/classes/index.html b/files/ru/web/javascript/reference/classes/index.html index 742cd341ca..befa0f3b13 100644 --- a/files/ru/web/javascript/reference/classes/index.html +++ b/files/ru/web/javascript/reference/classes/index.html @@ -374,7 +374,7 @@ class Bar extends calculatorMixin(randomizerMixin(Foo)) { }</code></pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.classes")}}</p> +<p>{{Compat}}</p> <h2 id="Повторное_определение_класа">Повторное определение класа</h2> diff --git a/files/ru/web/javascript/reference/classes/private_class_fields/index.html b/files/ru/web/javascript/reference/classes/private_class_fields/index.html index 7701377426..846fd0311a 100644 --- a/files/ru/web/javascript/reference/classes/private_class_fields/index.html +++ b/files/ru/web/javascript/reference/classes/private_class_fields/index.html @@ -183,7 +183,7 @@ new ClassWithPrivateAccessor(); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.classes.private_class_fields")}}</p> +<p>{{Compat("javascript.classes")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/classes/public_class_fields/index.html b/files/ru/web/javascript/reference/classes/public_class_fields/index.html index 7fae158e1d..96cc17edb0 100644 --- a/files/ru/web/javascript/reference/classes/public_class_fields/index.html +++ b/files/ru/web/javascript/reference/classes/public_class_fields/index.html @@ -55,7 +55,7 @@ console.log(ClassWithStaticField.staticField); // Ожидаемый вывод: "static field" </pre> -<p>Поля без инициализации имеют значение <code>undefined</code>.</p> +<p>Поля без инициализации имеют значение <code>("javascript.classes")</code>.</p> <pre class="brush: js">class ClassWithStaticField { static staticField; @@ -251,7 +251,7 @@ console.log(instance.msg); <h2 id="Browser_compatibility">Браузерная совместимость</h2> -<p>{{Compat}}</p> +<p>{{Compat("javascript.classes")}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/classes/static/index.html b/files/ru/web/javascript/reference/classes/static/index.html index 8d1a519d89..84754385d2 100644 --- a/files/ru/web/javascript/reference/classes/static/index.html +++ b/files/ru/web/javascript/reference/classes/static/index.html @@ -97,7 +97,7 @@ console.log(tp.triple()); {{Specifications}} <h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2> -<p>{{Compat("javascript.classes.static")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/functions/arguments/index.html b/files/ru/web/javascript/reference/functions/arguments/index.html index 9fcbd1103c..28a94c7592 100644 --- a/files/ru/web/javascript/reference/functions/arguments/index.html +++ b/files/ru/web/javascript/reference/functions/arguments/index.html @@ -200,7 +200,7 @@ myConcat(". ", "sage", "basil", "oregano", "pepper", "parsley");</pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.functions.arguments")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/functions/arrow_functions/index.html b/files/ru/web/javascript/reference/functions/arrow_functions/index.html index c4a676454c..b170dd3367 100644 --- a/files/ru/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/ru/web/javascript/reference/functions/arrow_functions/index.html @@ -348,7 +348,7 @@ setTimeout( () => { -<p>{{Compat("javascript.functions.arrow_functions")}}</p> +<p>{{Compat}}</p> <h3 id="Замечания_для_Firefox">Замечания для Firefox</h3> diff --git a/files/ru/web/javascript/reference/functions/default_parameters/index.html b/files/ru/web/javascript/reference/functions/default_parameters/index.html index 4e367f6370..b37c9299f4 100644 --- a/files/ru/web/javascript/reference/functions/default_parameters/index.html +++ b/files/ru/web/javascript/reference/functions/default_parameters/index.html @@ -195,7 +195,7 @@ f(); // 6</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.functions.default_parameters")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/functions/get/index.html b/files/ru/web/javascript/reference/functions/get/index.html index 32f7d027b7..9055b9195b 100644 --- a/files/ru/web/javascript/reference/functions/get/index.html +++ b/files/ru/web/javascript/reference/functions/get/index.html @@ -143,7 +143,7 @@ console.log(Object.getOwnPropertyDescriptor(Object.getPrototypeOf(obj), 'hello') <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.functions.get")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/functions/rest_parameters/index.html b/files/ru/web/javascript/reference/functions/rest_parameters/index.html index 2ec6bf462a..0dd79c964e 100644 --- a/files/ru/web/javascript/reference/functions/rest_parameters/index.html +++ b/files/ru/web/javascript/reference/functions/rest_parameters/index.html @@ -175,7 +175,7 @@ console.log(sortArguments(5, 3, 7, 1)); // 1, 3, 5, 7</code></pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("javascript.functions.rest_parameters")}}</div> +<div>{{Compat}}</div> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/functions/set/index.html b/files/ru/web/javascript/reference/functions/set/index.html index 75211011aa..75b9b97456 100644 --- a/files/ru/web/javascript/reference/functions/set/index.html +++ b/files/ru/web/javascript/reference/functions/set/index.html @@ -97,7 +97,7 @@ console.log(obj.baz); // "baz" <p><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 40px;"><strong>Совместимость с браузерами</strong></span></font></p> -<p>{{Compat("javascript.functions.set")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/@@species/index.html b/files/ru/web/javascript/reference/global_objects/array/@@species/index.html index ace866305a..54c82349b0 100644 --- a/files/ru/web/javascript/reference/global_objects/array/@@species/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/@@species/index.html @@ -48,7 +48,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@species <div> -<p>{{Compat("javascript.builtins.Array.@@species")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также:</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html b/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html index 446a3d70a9..2e194bedd7 100644 --- a/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html @@ -46,7 +46,7 @@ Object.keys(Array.prototype[Symbol.unscopables]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.@@unscopables")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/concat/index.html b/files/ru/web/javascript/reference/global_objects/array/concat/index.html index 3bdd69d4b6..b63eb938dd 100644 --- a/files/ru/web/javascript/reference/global_objects/array/concat/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/concat/index.html @@ -91,7 +91,7 @@ console.log(alphaNumeric); // Результат: ['a', 'b', 'c', 1, 2, 3] <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.concat")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/every/index.html b/files/ru/web/javascript/reference/global_objects/array/every/index.html index 2138e85d01..33beb998a8 100644 --- a/files/ru/web/javascript/reference/global_objects/array/every/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/every/index.html @@ -160,7 +160,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/every <div></div> -<div id="compat-mobile">{{Compat("javascript.builtins.Array.every")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/fill/index.html b/files/ru/web/javascript/reference/global_objects/array/fill/index.html index aa595ddaa4..63de54e29a 100644 --- a/files/ru/web/javascript/reference/global_objects/array/fill/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/fill/index.html @@ -127,7 +127,7 @@ arr[0].hi = "hi"; // [{ hi: "hi" }, { hi: "hi" }, { hi: "hi" }]</code></pre> <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.fill")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/find/index.html b/files/ru/web/javascript/reference/global_objects/array/find/index.html index afc588f40d..f8af5c0a66 100644 --- a/files/ru/web/javascript/reference/global_objects/array/find/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/find/index.html @@ -139,7 +139,7 @@ if (!Array.prototype.find) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Array.find")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/findindex/index.html b/files/ru/web/javascript/reference/global_objects/array/findindex/index.html index c6fdcf91e7..bf3934d5a0 100644 --- a/files/ru/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/findindex/index.html @@ -110,7 +110,7 @@ console.log([4, 6, 7, 12].findIndex(isPrime)); // 2 <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Array.findIndex")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/flat/index.html b/files/ru/web/javascript/reference/global_objects/array/flat/index.html index 202898bb9d..0435f85833 100644 --- a/files/ru/web/javascript/reference/global_objects/array/flat/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/flat/index.html @@ -132,7 +132,7 @@ function flatten(array) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.flat")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/flatmap/index.html b/files/ru/web/javascript/reference/global_objects/array/flatmap/index.html index 6156278700..4aa1f3c0cd 100644 --- a/files/ru/web/javascript/reference/global_objects/array/flatmap/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/flatmap/index.html @@ -98,7 +98,7 @@ arr1.reduce((acc, x) => acc.concat([x * 2]<span class="js source"><span class <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.flatMap")}}</p> +<p>{{Compat}}</p> </div> <h2 id="См_так_же">См так же:</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/foreach/index.html b/files/ru/web/javascript/reference/global_objects/array/foreach/index.html index e5259e35d1..2e2048c4f7 100644 --- a/files/ru/web/javascript/reference/global_objects/array/foreach/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/foreach/index.html @@ -347,7 +347,7 @@ if (!Array.prototype.forEach) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.forEach")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/from/index.html b/files/ru/web/javascript/reference/global_objects/array/from/index.html index ad2796a500..97a93debb6 100644 --- a/files/ru/web/javascript/reference/global_objects/array/from/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/from/index.html @@ -185,7 +185,7 @@ if (!Array.from) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Array.from")}}</div> +<div>{{Compat}}</div> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/global_objects/array/includes/index.html b/files/ru/web/javascript/reference/global_objects/array/includes/index.html index b8c8a25d71..a2f6c2f4ca 100644 --- a/files/ru/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/includes/index.html @@ -139,7 +139,7 @@ if (!Array.prototype.includes) { <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.includes")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/index.html b/files/ru/web/javascript/reference/global_objects/array/index.html index 52128b2b52..44594a119d 100644 --- a/files/ru/web/javascript/reference/global_objects/array/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/index.html @@ -409,7 +409,7 @@ r,n,b,q,k,b,n,r <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.Array")}}</p> +<p>{{Compat}}</p> <div> </div> diff --git a/files/ru/web/javascript/reference/global_objects/array/indexof/index.html b/files/ru/web/javascript/reference/global_objects/array/indexof/index.html index 1a03f73502..5be66018c5 100644 --- a/files/ru/web/javascript/reference/global_objects/array/indexof/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/indexof/index.html @@ -142,7 +142,7 @@ if (!Array.prototype.indexOf) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Array.indexOf")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/isarray/index.html b/files/ru/web/javascript/reference/global_objects/array/isarray/index.html index 4cc70dd0be..755464469e 100644 --- a/files/ru/web/javascript/reference/global_objects/array/isarray/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/isarray/index.html @@ -92,7 +92,7 @@ arr instanceof Array; // false <div> -<p>{{Compat("javascript.builtins.Array.isArray")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/join/index.html b/files/ru/web/javascript/reference/global_objects/array/join/index.html index dcee3532ee..8b224fd4ca 100644 --- a/files/ru/web/javascript/reference/global_objects/array/join/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/join/index.html @@ -70,7 +70,7 @@ var myVar4 = a.join(''); // присвоит 'ВетерДождьОгонь' <div> -<p>{{Compat("javascript.builtins.Array.join")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/keys/index.html b/files/ru/web/javascript/reference/global_objects/array/keys/index.html index ea92c5ff33..340859d944 100644 --- a/files/ru/web/javascript/reference/global_objects/array/keys/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/keys/index.html @@ -58,7 +58,7 @@ console.log(denseKeys); // [0, 1, 2] <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.keys")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/lastindexof/index.html b/files/ru/web/javascript/reference/global_objects/array/lastindexof/index.html index a548f20044..336c3c58b3 100644 --- a/files/ru/web/javascript/reference/global_objects/array/lastindexof/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/lastindexof/index.html @@ -122,7 +122,7 @@ if (!Array.prototype.lastIndexOf) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.lastIndexOf")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Замечания_по_совместимости">Замечания по совместимости</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/length/index.html b/files/ru/web/javascript/reference/global_objects/array/length/index.html index e312af951b..ef00b6c138 100644 --- a/files/ru/web/javascript/reference/global_objects/array/length/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/length/index.html @@ -108,7 +108,7 @@ for (var i = 0; i < numbers.length; i++) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.length")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/map/index.html b/files/ru/web/javascript/reference/global_objects/array/map/index.html index a77714d2c7..a509f14d60 100644 --- a/files/ru/web/javascript/reference/global_objects/array/map/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/map/index.html @@ -252,7 +252,7 @@ if (!Array.prototype.map) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.map")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/of/index.html b/files/ru/web/javascript/reference/global_objects/array/of/index.html index 2733e9b047..db315f4e2b 100644 --- a/files/ru/web/javascript/reference/global_objects/array/of/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/of/index.html @@ -70,7 +70,7 @@ Array.of(undefined); // [undefined] <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Array.of")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/pop/index.html b/files/ru/web/javascript/reference/global_objects/array/pop/index.html index 2c0abdebe6..6c413ff2ad 100644 --- a/files/ru/web/javascript/reference/global_objects/array/pop/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/pop/index.html @@ -57,7 +57,7 @@ console.log(popped); // 'хирург' <div> -<p>{{Compat("javascript.builtins.Array.pop")}}</p> +<p>{{Compat}}</p> </div> </div> diff --git a/files/ru/web/javascript/reference/global_objects/array/push/index.html b/files/ru/web/javascript/reference/global_objects/array/push/index.html index a4885e979c..91ccb614e4 100644 --- a/files/ru/web/javascript/reference/global_objects/array/push/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/push/index.html @@ -74,7 +74,7 @@ console.log(vegetables); // ['пастернак', 'картошка', 'сель <div> -<p>{{Compat("javascript.builtins.Array.push")}}</p> +<p>{{Compat}}</p> </div> </div> diff --git a/files/ru/web/javascript/reference/global_objects/array/reduce/index.html b/files/ru/web/javascript/reference/global_objects/array/reduce/index.html index 70967ac50a..4fb0fc4ad0 100644 --- a/files/ru/web/javascript/reference/global_objects/array/reduce/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/reduce/index.html @@ -279,7 +279,7 @@ if (!Array.prototype.reduce) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.reduce")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/reverse/index.html b/files/ru/web/javascript/reference/global_objects/array/reverse/index.html index f5a4d7bed0..b5e8fda9ef 100644 --- a/files/ru/web/javascript/reference/global_objects/array/reverse/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/reverse/index.html @@ -54,7 +54,7 @@ console.log(myArray) // ['три', 'два', 'один'] <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.reverse")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/slice/index.html b/files/ru/web/javascript/reference/global_objects/array/slice/index.html index 47ebe492c6..b0b1422528 100644 --- a/files/ru/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/slice/index.html @@ -200,7 +200,7 @@ var list1 = list(1, 2, 3); // [1, 2, 3] <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Array.slice")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/some/index.html b/files/ru/web/javascript/reference/global_objects/array/some/index.html index a3b246bee5..4f1d4c6b21 100644 --- a/files/ru/web/javascript/reference/global_objects/array/some/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/some/index.html @@ -180,7 +180,7 @@ if (!Array.prototype.some) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Array.some")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/sort/index.html b/files/ru/web/javascript/reference/global_objects/array/sort/index.html index d84fa2b1a9..fe01aa82be 100644 --- a/files/ru/web/javascript/reference/global_objects/array/sort/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/sort/index.html @@ -201,7 +201,7 @@ var result = mapped.map(function(el) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Array.sort")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/array/splice/index.html b/files/ru/web/javascript/reference/global_objects/array/splice/index.html index 4486378688..3e7d9e690c 100644 --- a/files/ru/web/javascript/reference/global_objects/array/splice/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/splice/index.html @@ -104,7 +104,7 @@ var removed = myFish.splice(2); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Array.splice")}}</p> +<p>{{Compat}}</p> <h3 id="Backward_compatibility">Обратная совместимость</h3> diff --git a/files/ru/web/javascript/reference/global_objects/array/unshift/index.html b/files/ru/web/javascript/reference/global_objects/array/unshift/index.html index ece17d9b81..b8194d1704 100644 --- a/files/ru/web/javascript/reference/global_objects/array/unshift/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/unshift/index.html @@ -55,7 +55,7 @@ arr.unshift([-3]); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Array.unshift")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/arraybuffer/isview/index.html b/files/ru/web/javascript/reference/global_objects/arraybuffer/isview/index.html index d83202be16..6345ca0ad4 100644 --- a/files/ru/web/javascript/reference/global_objects/arraybuffer/isview/index.html +++ b/files/ru/web/javascript/reference/global_objects/arraybuffer/isview/index.html @@ -56,7 +56,7 @@ ArrayBuffer.isView(dv); // true -<p>{{Compat("javascript.builtins.ArrayBuffer.isView")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/bigint/asintn/index.html b/files/ru/web/javascript/reference/global_objects/bigint/asintn/index.html index 6ceb862b97..5d72d197db 100644 --- a/files/ru/web/javascript/reference/global_objects/bigint/asintn/index.html +++ b/files/ru/web/javascript/reference/global_objects/bigint/asintn/index.html @@ -58,7 +58,7 @@ BigInt.asIntN(64, max + 1n); -<p>{{Compat("javascript.builtins.BigInt.asIntN")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/bigint/asuintn/index.html b/files/ru/web/javascript/reference/global_objects/bigint/asuintn/index.html index 98395a3c5c..d8b0950e59 100644 --- a/files/ru/web/javascript/reference/global_objects/bigint/asuintn/index.html +++ b/files/ru/web/javascript/reference/global_objects/bigint/asuintn/index.html @@ -62,7 +62,7 @@ BigInt.asUintN(64, max + 1n); -<p>{{Compat("javascript.builtins.BigInt.asUintN")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/bigint/index.html b/files/ru/web/javascript/reference/global_objects/bigint/index.html index 8057dfeffe..ff50e54b6a 100644 --- a/files/ru/web/javascript/reference/global_objects/bigint/index.html +++ b/files/ru/web/javascript/reference/global_objects/bigint/index.html @@ -274,7 +274,7 @@ nthPrime(20n) <div> -<p>{{Compat("javascript.builtins.BigInt")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/dataview/index.html b/files/ru/web/javascript/reference/global_objects/dataview/index.html index 2018bef1e2..de2eadb9ac 100644 --- a/files/ru/web/javascript/reference/global_objects/dataview/index.html +++ b/files/ru/web/javascript/reference/global_objects/dataview/index.html @@ -79,7 +79,7 @@ dv.getInt16(1); //42 -<p>{{Compat("javascript.builtins.DataView")}}</p> +<p>{{Compat}}</p> <h2 id="Замечания_совместимости">Замечания совместимости</h2> diff --git a/files/ru/web/javascript/reference/global_objects/dataview/setint16/index.html b/files/ru/web/javascript/reference/global_objects/dataview/setint16/index.html index b626648295..65cabbc53c 100644 --- a/files/ru/web/javascript/reference/global_objects/dataview/setint16/index.html +++ b/files/ru/web/javascript/reference/global_objects/dataview/setint16/index.html @@ -56,7 +56,7 @@ dataview.getInt16(1); // 3 {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.DataView.setInt16")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также </h2> 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> diff --git a/files/ru/web/javascript/reference/global_objects/decodeuri/index.html b/files/ru/web/javascript/reference/global_objects/decodeuri/index.html index 3117c70cd7..8c86a07c16 100644 --- a/files/ru/web/javascript/reference/global_objects/decodeuri/index.html +++ b/files/ru/web/javascript/reference/global_objects/decodeuri/index.html @@ -77,7 +77,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/decodeURI <p> </p> -<p>{{Compat("javascript.builtins.decodeURI")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/decodeuricomponent/index.html b/files/ru/web/javascript/reference/global_objects/decodeuricomponent/index.html index 1705905eef..155809624d 100644 --- a/files/ru/web/javascript/reference/global_objects/decodeuricomponent/index.html +++ b/files/ru/web/javascript/reference/global_objects/decodeuricomponent/index.html @@ -68,7 +68,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/decodeURIComponent -<p>{{Compat("javascript.builtins.decodeURIComponent")}}</p> +<p>{{Compat}}</p> <h2 id="See_Also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/encodeuri/index.html b/files/ru/web/javascript/reference/global_objects/encodeuri/index.html index 1abd582f23..a7b116283f 100644 --- a/files/ru/web/javascript/reference/global_objects/encodeuri/index.html +++ b/files/ru/web/javascript/reference/global_objects/encodeuri/index.html @@ -94,7 +94,7 @@ console.log(encodeURIComponent('\uDFFF'));</code></pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.encodeURI")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/javascript/reference/global_objects/error/index.html b/files/ru/web/javascript/reference/global_objects/error/index.html index 02aa5974c0..ab984a1bf6 100644 --- a/files/ru/web/javascript/reference/global_objects/error/index.html +++ b/files/ru/web/javascript/reference/global_objects/error/index.html @@ -161,7 +161,7 @@ try { <p> </p> -<p>{{Compat("javascript.builtins.Error")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/eval/index.html b/files/ru/web/javascript/reference/global_objects/eval/index.html index b5cfcb75ca..e002e65f59 100644 --- a/files/ru/web/javascript/reference/global_objects/eval/index.html +++ b/files/ru/web/javascript/reference/global_objects/eval/index.html @@ -169,7 +169,7 @@ var fct2 = eval(fctStr2) // вернёт функцию <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> <div id="compat-mobile"> -<p>{{Compat("javascript.builtins.eval")}}</p> +<p>{{Compat}}</p> </div> <h3 id="Gecko-специфичные_замечания">Gecko-специфичные замечания</h3> diff --git a/files/ru/web/javascript/reference/global_objects/float32array/index.html b/files/ru/web/javascript/reference/global_objects/float32array/index.html index fb6ac31efa..9f2ec330bc 100644 --- a/files/ru/web/javascript/reference/global_objects/float32array/index.html +++ b/files/ru/web/javascript/reference/global_objects/float32array/index.html @@ -156,7 +156,7 @@ var z = new Float32Array(buffer, 0, 4); -<p>{{Compat("javascript.builtins.Float32Array")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/javascript/reference/global_objects/float64array/index.html b/files/ru/web/javascript/reference/global_objects/float64array/index.html index 732a6a0667..7256ab06ea 100644 --- a/files/ru/web/javascript/reference/global_objects/float64array/index.html +++ b/files/ru/web/javascript/reference/global_objects/float64array/index.html @@ -178,7 +178,7 @@ var float64 = new Float64Array(iterable); -<p>{{Compat("javascript.builtins.Float64Array")}}</p> +<p>{{Compat}}</p> <h2 id="Compatibility_notes">Compatibility notes</h2> diff --git a/files/ru/web/javascript/reference/global_objects/function/name/index.html b/files/ru/web/javascript/reference/global_objects/function/name/index.html index 9348a0d1dc..9c1fef8656 100644 --- a/files/ru/web/javascript/reference/global_objects/function/name/index.html +++ b/files/ru/web/javascript/reference/global_objects/function/name/index.html @@ -210,6 +210,6 @@ if (b.constructor.name === 'Foo') { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Function.name")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/global_objects/generator/index.html b/files/ru/web/javascript/reference/global_objects/generator/index.html index 8d5768c60c..c2da1472ae 100644 --- a/files/ru/web/javascript/reference/global_objects/generator/index.html +++ b/files/ru/web/javascript/reference/global_objects/generator/index.html @@ -68,7 +68,7 @@ console.log(gen.next().value); // 2 -<p>{{Compat("javascript.builtins.Generator")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/generator/next/index.html b/files/ru/web/javascript/reference/global_objects/generator/next/index.html index 75b583c3c1..1df3502360 100644 --- a/files/ru/web/javascript/reference/global_objects/generator/next/index.html +++ b/files/ru/web/javascript/reference/global_objects/generator/next/index.html @@ -87,7 +87,7 @@ g.next(2); <div> -<p>{{Compat("javascript.builtins.Generator.next")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/generator/return/index.html b/files/ru/web/javascript/reference/global_objects/generator/return/index.html index 9b361aee39..2d0caec4d4 100644 --- a/files/ru/web/javascript/reference/global_objects/generator/return/index.html +++ b/files/ru/web/javascript/reference/global_objects/generator/return/index.html @@ -67,7 +67,7 @@ g.return(1); // { value: 1, done: true } <div> -<p>{{Compat("javascript.builtins.Generator.return")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/generatorfunction/index.html b/files/ru/web/javascript/reference/global_objects/generatorfunction/index.html index 56264cb71d..47ac4c154b 100644 --- a/files/ru/web/javascript/reference/global_objects/generatorfunction/index.html +++ b/files/ru/web/javascript/reference/global_objects/generatorfunction/index.html @@ -93,7 +93,7 @@ console.log(iterator.next().value); // 20 <div> -<p>{{Compat("javascript.builtins.GeneratorFunction")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/globalthis/index.html b/files/ru/web/javascript/reference/global_objects/globalthis/index.html index 0d433f2a7c..9dbf10609f 100644 --- a/files/ru/web/javascript/reference/global_objects/globalthis/index.html +++ b/files/ru/web/javascript/reference/global_objects/globalthis/index.html @@ -68,4 +68,4 @@ if (typeof globals.setTimeout !== 'function') { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.globalThis")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/javascript/reference/global_objects/infinity/index.html b/files/ru/web/javascript/reference/global_objects/infinity/index.html index ada54d9785..2e5bd9e633 100644 --- a/files/ru/web/javascript/reference/global_objects/infinity/index.html +++ b/files/ru/web/javascript/reference/global_objects/infinity/index.html @@ -49,7 +49,7 @@ console.log(1 / Infinity ); /* 0 */</code></pre> <p> </p> -<p>{{Compat("javascript.builtins.Infinity")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/int16array/index.html b/files/ru/web/javascript/reference/global_objects/int16array/index.html index 3178930fc7..04ba5f8151 100644 --- a/files/ru/web/javascript/reference/global_objects/int16array/index.html +++ b/files/ru/web/javascript/reference/global_objects/int16array/index.html @@ -180,7 +180,7 @@ var int16 = new Int16Array(iterable); -<p>{{Compat("javascript.builtins.Int16Array")}}</p> +<p>{{Compat}}</p> <h2 id="Compatibility_notes">Compatibility notes</h2> diff --git a/files/ru/web/javascript/reference/global_objects/int32array/index.html b/files/ru/web/javascript/reference/global_objects/int32array/index.html index 8a3a712863..5f4a3e59ac 100644 --- a/files/ru/web/javascript/reference/global_objects/int32array/index.html +++ b/files/ru/web/javascript/reference/global_objects/int32array/index.html @@ -178,7 +178,7 @@ var int32 = new Int32Array(iterable); -<p>{{Compat("javascript.builtins.Int32Array")}}</p> +<p>{{Compat}}</p> <h2 id="Compatibility_notes">Compatibility notes</h2> diff --git a/files/ru/web/javascript/reference/global_objects/int8array/index.html b/files/ru/web/javascript/reference/global_objects/int8array/index.html index 7bf2e23483..1a54aeac3f 100644 --- a/files/ru/web/javascript/reference/global_objects/int8array/index.html +++ b/files/ru/web/javascript/reference/global_objects/int8array/index.html @@ -178,7 +178,7 @@ var int8 = new Int8Array(iterable); -<p>{{Compat("javascript.builtins.Int8Array")}}</p> +<p>{{Compat}}</p> <h2 id="Compatibility_notes">Compatibility notes</h2> diff --git a/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html b/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html index 1c97f40797..0808b909cb 100644 --- a/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html +++ b/files/ru/web/javascript/reference/global_objects/intl/datetimeformat/index.html @@ -207,7 +207,7 @@ console.log(date.toLocaleString('en-US', options)); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Intl.DateTimeFormat")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/intl/getcanonicallocales/index.html b/files/ru/web/javascript/reference/global_objects/intl/getcanonicallocales/index.html index 35799a1e95..a0fdbf3dda 100644 --- a/files/ru/web/javascript/reference/global_objects/intl/getcanonicallocales/index.html +++ b/files/ru/web/javascript/reference/global_objects/intl/getcanonicallocales/index.html @@ -48,7 +48,7 @@ Intl.getCanonicalLocales('RU_RU'); <div> -<p>{{Compat("javascript.builtins.Intl.getCanonicalLocales")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/intl/index.html b/files/ru/web/javascript/reference/global_objects/intl/index.html index 395d8fc15d..d4decf3fa1 100644 --- a/files/ru/web/javascript/reference/global_objects/intl/index.html +++ b/files/ru/web/javascript/reference/global_objects/intl/index.html @@ -76,7 +76,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div id="compat-mobile"> -<p>{{Compat("javascript.builtins.Intl")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/intl/numberformat/index.html b/files/ru/web/javascript/reference/global_objects/intl/numberformat/index.html index 75e8460854..4447e3902c 100644 --- a/files/ru/web/javascript/reference/global_objects/intl/numberformat/index.html +++ b/files/ru/web/javascript/reference/global_objects/intl/numberformat/index.html @@ -167,7 +167,7 @@ console.log(new Intl.NumberFormat('en-IN', { maximumSignificantDigits: 3 }).form <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Intl.NumberFormat")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/global_objects/isfinite/index.html b/files/ru/web/javascript/reference/global_objects/isfinite/index.html index 965c4fd755..e1624af3cf 100644 --- a/files/ru/web/javascript/reference/global_objects/isfinite/index.html +++ b/files/ru/web/javascript/reference/global_objects/isfinite/index.html @@ -68,7 +68,7 @@ isFinite("0"); // true, но было бы false если использо <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.isFinite")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/isnan/index.html b/files/ru/web/javascript/reference/global_objects/isnan/index.html index cce28eb851..f3fd989150 100644 --- a/files/ru/web/javascript/reference/global_objects/isnan/index.html +++ b/files/ru/web/javascript/reference/global_objects/isnan/index.html @@ -94,7 +94,7 @@ isNaN("blabla") // true: "blabla" преобразовано в число. <p> </p> -<p>{{Compat("javascript.builtins.isNaN")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/json/stringify/index.html b/files/ru/web/javascript/reference/global_objects/json/stringify/index.html index 4ac52d2fce..0aff10dcb0 100644 --- a/files/ru/web/javascript/reference/global_objects/json/stringify/index.html +++ b/files/ru/web/javascript/reference/global_objects/json/stringify/index.html @@ -158,7 +158,7 @@ JSON.stringify(foo, ['week', 'month']); <div> -<p>{{Compat("javascript.builtins.JSON.stringify")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/javascript/reference/global_objects/math/abs/index.html b/files/ru/web/javascript/reference/global_objects/math/abs/index.html index d59cb7da14..5c266ae7a6 100644 --- a/files/ru/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/abs/index.html @@ -59,7 +59,7 @@ Math.abs(); // NaN <h2 id="Browser_compatibility"><br> Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Math.abs")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/math/index.html b/files/ru/web/javascript/reference/global_objects/math/index.html index bfaae0c1a5..776115a421 100644 --- a/files/ru/web/javascript/reference/global_objects/math/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/index.html @@ -157,7 +157,7 @@ Math.gcd = function() { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Math")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/math/log2/index.html b/files/ru/web/javascript/reference/global_objects/math/log2/index.html index 5ff9f9b610..a20dc224e1 100644 --- a/files/ru/web/javascript/reference/global_objects/math/log2/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/log2/index.html @@ -64,7 +64,7 @@ Math.log2(1024); // 10 {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Math.log2")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/math/random/index.html b/files/ru/web/javascript/reference/global_objects/math/random/index.html index 098d91ad9c..8400b14960 100644 --- a/files/ru/web/javascript/reference/global_objects/math/random/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/random/index.html @@ -75,7 +75,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Math.random")}}</p> +<p>{{Compat}}</p> <div></div> diff --git a/files/ru/web/javascript/reference/global_objects/math/trunc/index.html b/files/ru/web/javascript/reference/global_objects/math/trunc/index.html index 07c02c9df2..80fd65d7e5 100644 --- a/files/ru/web/javascript/reference/global_objects/math/trunc/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/trunc/index.html @@ -103,7 +103,7 @@ Math.trunc(); // NaN {{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.Math.trunc")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/nan/index.html b/files/ru/web/javascript/reference/global_objects/nan/index.html index 37ceb2f091..0791e596d2 100644 --- a/files/ru/web/javascript/reference/global_objects/nan/index.html +++ b/files/ru/web/javascript/reference/global_objects/nan/index.html @@ -56,7 +56,7 @@ Number.isNaN('hello world'); // false</code></pre> <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.NaN")}}</p> +<p>{{Compat}}</p> <div id="compat-desktop"></div> diff --git a/files/ru/web/javascript/reference/global_objects/null/index.html b/files/ru/web/javascript/reference/global_objects/null/index.html index 27bb8945f3..313a3f1b87 100644 --- a/files/ru/web/javascript/reference/global_objects/null/index.html +++ b/files/ru/web/javascript/reference/global_objects/null/index.html @@ -64,7 +64,7 @@ null == undefined // true <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.null")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/index.html b/files/ru/web/javascript/reference/global_objects/number/index.html index a3cf6d4fb0..afaff80870 100644 --- a/files/ru/web/javascript/reference/global_objects/number/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/index.html @@ -139,7 +139,7 @@ Number('100a') // NaN <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Number")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/isinteger/index.html b/files/ru/web/javascript/reference/global_objects/number/isinteger/index.html index 84f6ee8c3b..6bc440114e 100644 --- a/files/ru/web/javascript/reference/global_objects/number/isinteger/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/isinteger/index.html @@ -75,7 +75,7 @@ Number.isInteger(5.0000000000000001); // true</pre> <div></div> -<div>{{Compat("javascript.builtins.Number.isInteger")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/isnan/index.html b/files/ru/web/javascript/reference/global_objects/number/isnan/index.html index eb39e0106e..e91ae2634e 100644 --- a/files/ru/web/javascript/reference/global_objects/number/isnan/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/isnan/index.html @@ -68,7 +68,7 @@ Number.isNaN(' '); {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Number.isNaN")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/issafeinteger/index.html b/files/ru/web/javascript/reference/global_objects/number/issafeinteger/index.html index 8ec0f25262..9b31911326 100644 --- a/files/ru/web/javascript/reference/global_objects/number/issafeinteger/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/issafeinteger/index.html @@ -69,7 +69,7 @@ Number.isSafeInteger(3.0); // true <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Number.isSafeInteger")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/max_safe_integer/index.html b/files/ru/web/javascript/reference/global_objects/number/max_safe_integer/index.html index a65a2aae89..df3f3d893a 100644 --- a/files/ru/web/javascript/reference/global_objects/number/max_safe_integer/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/max_safe_integer/index.html @@ -39,7 +39,7 @@ Math.pow(2, 53) - 1 // 9007199254740991 {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Number.MAX_SAFE_INTEGER")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/parseint/index.html b/files/ru/web/javascript/reference/global_objects/number/parseint/index.html index 2e4e38eef1..7217e15b32 100644 --- a/files/ru/web/javascript/reference/global_objects/number/parseint/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/parseint/index.html @@ -52,7 +52,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Number/parseInt <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Number.parseInt")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/toexponential/index.html b/files/ru/web/javascript/reference/global_objects/number/toexponential/index.html index 760f443c60..19e34db763 100644 --- a/files/ru/web/javascript/reference/global_objects/number/toexponential/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/toexponential/index.html @@ -62,7 +62,7 @@ console.log(77 .toExponential()); // выведет 7.7e+1 <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Number.toExponential")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/tofixed/index.html b/files/ru/web/javascript/reference/global_objects/number/tofixed/index.html index 9bfced1915..926e1da2ff 100644 --- a/files/ru/web/javascript/reference/global_objects/number/tofixed/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/tofixed/index.html @@ -61,7 +61,7 @@ numObj.toFixed(6); // Вернёт '12345.678900': обратите вни <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Number.toFixed")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/tolocalestring/index.html b/files/ru/web/javascript/reference/global_objects/number/tolocalestring/index.html index 9f61c81b22..6e30a5f2f4 100644 --- a/files/ru/web/javascript/reference/global_objects/number/tolocalestring/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/tolocalestring/index.html @@ -120,7 +120,7 @@ console.log(number.toLocaleString('en-IN', { maximumSignificantDigits: 3 })); {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Number.toLocaleString")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/toprecision/index.html b/files/ru/web/javascript/reference/global_objects/number/toprecision/index.html index 631bc66c49..0cc096da46 100644 --- a/files/ru/web/javascript/reference/global_objects/number/toprecision/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/toprecision/index.html @@ -68,7 +68,7 @@ console.log((1234.5).toPrecision(2)); // выведет '1.2e+3' <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Number.toPrecision")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/number/tostring/index.html b/files/ru/web/javascript/reference/global_objects/number/tostring/index.html index 43e65adf8a..f84e6f88d4 100644 --- a/files/ru/web/javascript/reference/global_objects/number/tostring/index.html +++ b/files/ru/web/javascript/reference/global_objects/number/tostring/index.html @@ -66,7 +66,7 @@ console.log((-0xff).toString(2)); // Выведет '-11111111' <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Number.toString")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/assign/index.html b/files/ru/web/javascript/reference/global_objects/object/assign/index.html index 1b85f4ee41..90b2529a1f 100644 --- a/files/ru/web/javascript/reference/global_objects/object/assign/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/assign/index.html @@ -194,7 +194,7 @@ console.log(copy); <div> </div> -<div id="compat-mobile">{{Compat("javascript.builtins.Object.assign")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/create/index.html b/files/ru/web/javascript/reference/global_objects/object/create/index.html index c4ecc0f9ec..eeb2e1530e 100644 --- a/files/ru/web/javascript/reference/global_objects/object/create/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/create/index.html @@ -210,7 +210,7 @@ o2 = Object.create({}, { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.create")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/entries/index.html b/files/ru/web/javascript/reference/global_objects/object/entries/index.html index 5cba32dbc5..a9d08d8450 100644 --- a/files/ru/web/javascript/reference/global_objects/object/entries/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/entries/index.html @@ -90,7 +90,7 @@ Object.entries(obj).forEach(([key, value]) => console.log(`${key}: ${value}`) <div> <div> -<p>{{Compat("javascript.builtins.Object.entries")}}</p> +<p>{{Compat}}</p> </div> </div> diff --git a/files/ru/web/javascript/reference/global_objects/object/freeze/index.html b/files/ru/web/javascript/reference/global_objects/object/freeze/index.html index 10da791f9f..9f6c2e1ca3 100644 --- a/files/ru/web/javascript/reference/global_objects/object/freeze/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/freeze/index.html @@ -129,7 +129,7 @@ TypeError: 1 is not an object // код ES5 <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.freeze")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/fromentries/index.html b/files/ru/web/javascript/reference/global_objects/object/fromentries/index.html index 3951eb188d..0c00491786 100644 --- a/files/ru/web/javascript/reference/global_objects/object/fromentries/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/fromentries/index.html @@ -76,7 +76,7 @@ console.log(object2); {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Object.fromEntries")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html b/files/ru/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html index a57c4af7a4..f394c5a9e3 100644 --- a/files/ru/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/getownpropertydescriptors/index.html @@ -83,7 +83,7 @@ subclass.prototype = Object.create( <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Object.getOwnPropertyDescriptors")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/getownpropertynames/index.html b/files/ru/web/javascript/reference/global_objects/object/getownpropertynames/index.html index 68205cce55..b56c9bc4d6 100644 --- a/files/ru/web/javascript/reference/global_objects/object/getownpropertynames/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/getownpropertynames/index.html @@ -127,7 +127,7 @@ TypeError: "foo" is not an object // код ES5 <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.getOwnPropertyNames")}}</div> +<div>{{Compat}}</div> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html b/files/ru/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html index cc5fa55faf..f50a667001 100644 --- a/files/ru/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/getownpropertysymbols/index.html @@ -65,7 +65,7 @@ console.log(objectSymbols[0]); // Symbol(a) <p> </p> -<p>{{Compat("javascript.builtins.Object.getOwnPropertySymbols")}}</p> +<p>{{Compat}}</p> <div id="compat-desktop"> </div> diff --git a/files/ru/web/javascript/reference/global_objects/object/hasownproperty/index.html b/files/ru/web/javascript/reference/global_objects/object/hasownproperty/index.html index 9c569da23c..59a527c15c 100644 --- a/files/ru/web/javascript/reference/global_objects/object/hasownproperty/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/hasownproperty/index.html @@ -108,7 +108,7 @@ Object.prototype.hasOwnProperty.call(foo, 'bar'); // true <h2 id="Browser_compatibility">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.Object.hasOwnProperty")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/is/index.html b/files/ru/web/javascript/reference/global_objects/object/is/index.html index dd48e585c7..a0fdc6f4d7 100644 --- a/files/ru/web/javascript/reference/global_objects/object/is/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/is/index.html @@ -95,7 +95,7 @@ Object.is(NaN, 0/0); // true <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.is")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/isfrozen/index.html b/files/ru/web/javascript/reference/global_objects/object/isfrozen/index.html index 4be1f7dccd..cf2191da9f 100644 --- a/files/ru/web/javascript/reference/global_objects/object/isfrozen/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/isfrozen/index.html @@ -111,7 +111,7 @@ true // код ES6 <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.isFrozen")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/keys/index.html b/files/ru/web/javascript/reference/global_objects/object/keys/index.html index f76a8c11d1..e18a414424 100644 --- a/files/ru/web/javascript/reference/global_objects/object/keys/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/keys/index.html @@ -123,7 +123,7 @@ if (!Object.keys) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Object.keys")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/preventextensions/index.html b/files/ru/web/javascript/reference/global_objects/object/preventextensions/index.html index d006bae1a3..0558604b85 100644 --- a/files/ru/web/javascript/reference/global_objects/object/preventextensions/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/preventextensions/index.html @@ -89,7 +89,7 @@ TypeError: 1 is not an object // код ES5 <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.preventExtensions")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/proto/index.html b/files/ru/web/javascript/reference/global_objects/object/proto/index.html index 0d6219bd5c..f2a1b1a102 100644 --- a/files/ru/web/javascript/reference/global_objects/object/proto/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/proto/index.html @@ -140,7 +140,7 @@ b.hi(); <p><strong>Примечание:</strong> спецификация ES6 требует поддержку свойства <code>__proto__</code> только в браузерах и не требует его поддержку в других окружениях (хотя оно и рекомендуется в качестве обязательного). Если ваш код должен работать в не-браузерных окружениях, вместо свойства рекомендуется использовать методы {{jsxref("Object.getPrototypeOf()")}} и {{jsxref("Object.setPrototypeOf()")}}.</p> </div> -<div>{{Compat("javascript.builtins.Object.proto")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/seal/index.html b/files/ru/web/javascript/reference/global_objects/object/seal/index.html index 8238b21a3f..b79b662b6d 100644 --- a/files/ru/web/javascript/reference/global_objects/object/seal/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/seal/index.html @@ -88,7 +88,7 @@ TypeError: 1 is not an object // код ES5 <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.seal")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/tosource/index.html b/files/ru/web/javascript/reference/global_objects/object/tosource/index.html index 3213478bfa..82c768ab04 100644 --- a/files/ru/web/javascript/reference/global_objects/object/tosource/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/tosource/index.html @@ -119,7 +119,7 @@ theDog = new Dog('Болтушка', 'лабрадор', 'шоколадный', <p> </p> -<p>{{Compat("javascript.builtins.Object.toSource")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/object/tostring/index.html b/files/ru/web/javascript/reference/global_objects/object/tostring/index.html index 7753ae370b..85d91f28f7 100644 --- a/files/ru/web/javascript/reference/global_objects/object/tostring/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/tostring/index.html @@ -99,7 +99,7 @@ toString.call(null); // [object Null] <div></div> -<div id="compat-mobile">{{Compat("javascript.builtins.Object.toString")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/object/values/index.html b/files/ru/web/javascript/reference/global_objects/object/values/index.html index 61b4a043bb..d51c5da51a 100644 --- a/files/ru/web/javascript/reference/global_objects/object/values/index.html +++ b/files/ru/web/javascript/reference/global_objects/object/values/index.html @@ -66,7 +66,7 @@ console.log(Object.values("foo")); // ['f', 'o', 'o'] <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Object.values")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/parsefloat/index.html b/files/ru/web/javascript/reference/global_objects/parsefloat/index.html index b1e80ad6ef..2f57b848e7 100644 --- a/files/ru/web/javascript/reference/global_objects/parsefloat/index.html +++ b/files/ru/web/javascript/reference/global_objects/parsefloat/index.html @@ -89,7 +89,7 @@ parseFloat(foo);</code></pre> <p> </p> -<p>{{Compat("javascript.builtins.parseFloat")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/parseint/index.html b/files/ru/web/javascript/reference/global_objects/parseint/index.html index caa9efb3ef..d69b644a1f 100644 --- a/files/ru/web/javascript/reference/global_objects/parseint/index.html +++ b/files/ru/web/javascript/reference/global_objects/parseint/index.html @@ -160,7 +160,7 @@ console.log(filterInt('1.61803398875')); // NaN -<p>{{Compat("javascript.builtins.parseInt")}}</p> +<p>{{Compat}}</p> <h2 id="See_Also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/all/index.html b/files/ru/web/javascript/reference/global_objects/promise/all/index.html index 4dd5e75c5d..9eb6131969 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/all/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/all/index.html @@ -92,7 +92,7 @@ Promise.all([p1, p2, p3, p4, p5]).then(value => { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Promise.all")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"> </div> diff --git a/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html index 84924da83d..e9c72b67d4 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/allsettled/index.html @@ -31,7 +31,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Promise.allSettled")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/any/index.html b/files/ru/web/javascript/reference/global_objects/promise/any/index.html index f6fcd83b90..66b29d694f 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/any/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/any/index.html @@ -60,7 +60,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/any -<p>{{Compat("javascript.builtins.Promise.any")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/catch/index.html b/files/ru/web/javascript/reference/global_objects/promise/catch/index.html index 06462d9d17..893bb5450e 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/catch/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/catch/index.html @@ -129,7 +129,7 @@ p3.catch(function(e) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Promise.catch")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/finally/index.html b/files/ru/web/javascript/reference/global_objects/promise/finally/index.html index e55ab0ed02..7816c05d66 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/finally/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/finally/index.html @@ -71,7 +71,7 @@ fetch(myRequest).then(function(response) { {{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("javascript.builtins.Promise.finally")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/index.html b/files/ru/web/javascript/reference/global_objects/promise/index.html index 22c7f31644..560f3896b6 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/index.html @@ -223,7 +223,7 @@ else { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Promise")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/race/index.html b/files/ru/web/javascript/reference/global_objects/promise/race/index.html index 8a1d6ac151..4dc5b7028d 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/race/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/race/index.html @@ -83,7 +83,7 @@ Promise.race([p5, p6]).then(function(value) { {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Promise.race")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/promise/reject/index.html b/files/ru/web/javascript/reference/global_objects/promise/reject/index.html index 4200ded8cf..e3785ec411 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/reject/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/reject/index.html @@ -43,7 +43,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/reject {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Promise.reject")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html b/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html index 623a408491..08ddf69bc6 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html @@ -111,7 +111,7 @@ p3.then(function(v) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript/promise","Promise.resolve")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/promise/then/index.html b/files/ru/web/javascript/reference/global_objects/promise/then/index.html index 53065702e0..8dd9ca79f7 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/then/index.html @@ -135,7 +135,7 @@ p3.then(function(v) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Promise.then")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/proxy/proxy/index.html b/files/ru/web/javascript/reference/global_objects/proxy/proxy/index.html index 0e3ba67f53..e704588352 100644 --- a/files/ru/web/javascript/reference/global_objects/proxy/proxy/index.html +++ b/files/ru/web/javascript/reference/global_objects/proxy/proxy/index.html @@ -115,7 +115,7 @@ console.log(proxy.proxied); // "replaced value"</pre> -<p>{{Compat("javascript.builtins.Proxy.Proxy")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/proxy/revocable/index.html b/files/ru/web/javascript/reference/global_objects/proxy/revocable/index.html index b280a5f8dd..18b02d82e7 100644 --- a/files/ru/web/javascript/reference/global_objects/proxy/revocable/index.html +++ b/files/ru/web/javascript/reference/global_objects/proxy/revocable/index.html @@ -61,7 +61,7 @@ typeof proxy // "object", typeof не вызывает никаких {{Specifications}} <h2 id="Совместимость_браузерами">Совместимость браузерами</h2> -<p>{{Compat("javascript.builtins.Proxy.revocable")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/referenceerror/index.html b/files/ru/web/javascript/reference/global_objects/referenceerror/index.html index a892e961ab..80edd5e692 100644 --- a/files/ru/web/javascript/reference/global_objects/referenceerror/index.html +++ b/files/ru/web/javascript/reference/global_objects/referenceerror/index.html @@ -92,7 +92,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/ReferenceError <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.ReferenceError")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/reflect/apply/index.html b/files/ru/web/javascript/reference/global_objects/reflect/apply/index.html index 745526d137..65e07b6d36 100644 --- a/files/ru/web/javascript/reference/global_objects/reflect/apply/index.html +++ b/files/ru/web/javascript/reference/global_objects/reflect/apply/index.html @@ -70,7 +70,7 @@ Reflect.apply(''.charAt, 'пони', [3]); {{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.Reflect.apply")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/reflect/construct/index.html b/files/ru/web/javascript/reference/global_objects/reflect/construct/index.html index 98c10c06e8..204ab1f37d 100644 --- a/files/ru/web/javascript/reference/global_objects/reflect/construct/index.html +++ b/files/ru/web/javascript/reference/global_objects/reflect/construct/index.html @@ -122,7 +122,7 @@ d.getFullYear(); // 1776 -<p>{{Compat("javascript.builtins.Reflect.construct")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/reflect/defineproperty/index.html b/files/ru/web/javascript/reference/global_objects/reflect/defineproperty/index.html index 503aac4616..fc46fb940e 100644 --- a/files/ru/web/javascript/reference/global_objects/reflect/defineproperty/index.html +++ b/files/ru/web/javascript/reference/global_objects/reflect/defineproperty/index.html @@ -70,7 +70,7 @@ obj.x; // 7 -<p>{{Compat("javascript.builtins.Reflect.defineProperty")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/reflect/deleteproperty/index.html b/files/ru/web/javascript/reference/global_objects/reflect/deleteproperty/index.html index e226e4c38f..9c863377ac 100644 --- a/files/ru/web/javascript/reference/global_objects/reflect/deleteproperty/index.html +++ b/files/ru/web/javascript/reference/global_objects/reflect/deleteproperty/index.html @@ -64,7 +64,7 @@ Reflect.deleteProperty(Object.freeze({foo: 1}), 'foo'); // false -<p>{{Compat("javascript.builtins.Reflect.deleteProperty")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/reflect/get/index.html b/files/ru/web/javascript/reference/global_objects/reflect/get/index.html index c14bde6348..de52308bbb 100644 --- a/files/ru/web/javascript/reference/global_objects/reflect/get/index.html +++ b/files/ru/web/javascript/reference/global_objects/reflect/get/index.html @@ -68,7 +68,7 @@ Reflect.get(obj, 'foo'); // "foobar" {{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.Reflect.get")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/reflect/ownkeys/index.html b/files/ru/web/javascript/reference/global_objects/reflect/ownkeys/index.html index 863cc45c9f..7a5b10da66 100644 --- a/files/ru/web/javascript/reference/global_objects/reflect/ownkeys/index.html +++ b/files/ru/web/javascript/reference/global_objects/reflect/ownkeys/index.html @@ -61,7 +61,7 @@ Reflect.ownKeys(obj); -<p>{{Compat("javascript.builtins.Reflect.ownKeys")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/regexp/@@search/index.html b/files/ru/web/javascript/reference/global_objects/regexp/@@search/index.html index 134cee1374..396e5afc9b 100644 --- a/files/ru/web/javascript/reference/global_objects/regexp/@@search/index.html +++ b/files/ru/web/javascript/reference/global_objects/regexp/@@search/index.html @@ -81,7 +81,7 @@ console.log(result); // 3 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.RegExp.@@search")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/regexp/@@split/index.html b/files/ru/web/javascript/reference/global_objects/regexp/@@split/index.html index fffdadf7c9..96cc9af803 100644 --- a/files/ru/web/javascript/reference/global_objects/regexp/@@split/index.html +++ b/files/ru/web/javascript/reference/global_objects/regexp/@@split/index.html @@ -98,7 +98,7 @@ console.log(result); // ["(2016)", "(01)", "(02)"] <div> -<p>{{Compat("javascript.builtins.RegExp.@@split")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/regexp/input/index.html b/files/ru/web/javascript/reference/global_objects/regexp/input/index.html index ffa29e21fc..60fdb2be97 100644 --- a/files/ru/web/javascript/reference/global_objects/regexp/input/index.html +++ b/files/ru/web/javascript/reference/global_objects/regexp/input/index.html @@ -41,7 +41,7 @@ RegExp.$_; // "hi world!" <div> -<p>{{Compat("javascript.builtins.RegExp.input")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/regexp/lastmatch/index.html b/files/ru/web/javascript/reference/global_objects/regexp/lastmatch/index.html index fd3232f351..1de6036672 100644 --- a/files/ru/web/javascript/reference/global_objects/regexp/lastmatch/index.html +++ b/files/ru/web/javascript/reference/global_objects/regexp/lastmatch/index.html @@ -40,7 +40,7 @@ RegExp['$&']; // "hi" <div> -<p>{{Compat("javascript.builtins.RegExp.lastMatch")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/regexp/n/index.html b/files/ru/web/javascript/reference/global_objects/regexp/n/index.html index 5becd52a06..93a80c20a8 100644 --- a/files/ru/web/javascript/reference/global_objects/regexp/n/index.html +++ b/files/ru/web/javascript/reference/global_objects/regexp/n/index.html @@ -49,7 +49,7 @@ RegExp.$2; // "Smith" <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.RegExp.n")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html b/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html index 1ad9c9528a..7d66ed986d 100644 --- a/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html +++ b/files/ru/web/javascript/reference/global_objects/regexp/unicode/index.html @@ -35,7 +35,7 @@ console.log(regex.unicode); // true <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("javascript.builtins.RegExp.unicode")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/add/index.html b/files/ru/web/javascript/reference/global_objects/set/add/index.html index bd4cb801f1..dcce1f05af 100644 --- a/files/ru/web/javascript/reference/global_objects/set/add/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/add/index.html @@ -47,7 +47,7 @@ console.log(mySet); -<p>{{Compat("javascript.builtins.Set.add")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/clear/index.html b/files/ru/web/javascript/reference/global_objects/set/clear/index.html index 818977b113..6fde7eb014 100644 --- a/files/ru/web/javascript/reference/global_objects/set/clear/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/clear/index.html @@ -46,7 +46,7 @@ mySet.has('bar') // false -<p>{{Compat("javascript.builtins.Set.clear")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/delete/index.html b/files/ru/web/javascript/reference/global_objects/set/delete/index.html index f925d21604..a5c716e4d1 100644 --- a/files/ru/web/javascript/reference/global_objects/set/delete/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/delete/index.html @@ -65,7 +65,7 @@ setObj.forEach(function(point){ -<p>{{Compat("javascript.builtins.Set.delete")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/entries/index.html b/files/ru/web/javascript/reference/global_objects/set/entries/index.html index c84a16ce8c..3f7e50558f 100644 --- a/files/ru/web/javascript/reference/global_objects/set/entries/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/entries/index.html @@ -43,7 +43,7 @@ console.log(setIter.next().value); // ["baz", "baz"] -<p>{{Compat("javascript.builtins.Set.entries")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/foreach/index.html b/files/ru/web/javascript/reference/global_objects/set/foreach/index.html index 58b1c4241f..4850e60aac 100644 --- a/files/ru/web/javascript/reference/global_objects/set/foreach/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/foreach/index.html @@ -82,7 +82,7 @@ new Set(['foo', 'bar', undefined]).forEach(logSetElements); -<p>{{Compat("javascript.builtins.Set.forEach")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/has/index.html b/files/ru/web/javascript/reference/global_objects/set/has/index.html index 45a5de9131..e9fa9ba2de 100644 --- a/files/ru/web/javascript/reference/global_objects/set/has/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/has/index.html @@ -80,7 +80,7 @@ set1.add({'key1': 1}); // now set1 contains 2 entries -<p>{{Compat("javascript.builtins.Set.has")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/index.html b/files/ru/web/javascript/reference/global_objects/set/index.html index fbbacd0e4e..bfaf0f493c 100644 --- a/files/ru/web/javascript/reference/global_objects/set/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/index.html @@ -213,7 +213,7 @@ mySet.size; // 5</code> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Set")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/set/index.html b/files/ru/web/javascript/reference/global_objects/set/set/index.html index 2720aafa80..e22fee427d 100644 --- a/files/ru/web/javascript/reference/global_objects/set/set/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/set/index.html @@ -49,7 +49,7 @@ mySet.add(o)</pre> -<p>{{Compat("javascript.builtins.Set.Set")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/size/index.html b/files/ru/web/javascript/reference/global_objects/set/size/index.html index b2623f2590..26d93d6bfb 100644 --- a/files/ru/web/javascript/reference/global_objects/set/size/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/size/index.html @@ -41,7 +41,7 @@ mySet.size; // 3 -<p>{{Compat("javascript.builtins.Set.size")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/set/values/index.html b/files/ru/web/javascript/reference/global_objects/set/values/index.html index f635970ccb..1a3482329c 100644 --- a/files/ru/web/javascript/reference/global_objects/set/values/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/values/index.html @@ -45,7 +45,7 @@ console.log(setIter.next().value); // "baz"</pre> -<p>{{Compat("javascript.builtins.Set.values")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html b/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html index fa1a933523..fa2950c006 100644 --- a/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html +++ b/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html @@ -122,7 +122,7 @@ gl.bufferData(gl.ARRAY_BUFFER, sab, gl.STATIC_DRAW);</pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.SharedArrayBuffer")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/includes/index.html b/files/ru/web/javascript/reference/global_objects/string/includes/index.html index 79181a506a..2eba9003b9 100644 --- a/files/ru/web/javascript/reference/global_objects/string/includes/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/includes/index.html @@ -81,7 +81,7 @@ console.log(str.includes('БЫТЬ')); // false <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.String.includes")}}</p> +<p>{{Compat}}</p> <h2 id="String.prototype.contains">String.prototype.contains</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/index.html b/files/ru/web/javascript/reference/global_objects/string/index.html index 1a447b8835..6a9003981d 100644 --- a/files/ru/web/javascript/reference/global_objects/string/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/index.html @@ -261,7 +261,7 @@ for (var i = 0, n = inputValues.length; i < n; ++i) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String",2)}}</p> +<p>{{Compat}}</p> <div></div> diff --git a/files/ru/web/javascript/reference/global_objects/string/matchall/index.html b/files/ru/web/javascript/reference/global_objects/string/matchall/index.html index f314d2f18c..f3ede960b2 100644 --- a/files/ru/web/javascript/reference/global_objects/string/matchall/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/matchall/index.html @@ -95,7 +95,7 @@ array[1]; {{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("javascript.builtins.String.matchAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/padstart/index.html b/files/ru/web/javascript/reference/global_objects/string/padstart/index.html index 302f3f8d60..23841366f5 100644 --- a/files/ru/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/padstart/index.html @@ -67,7 +67,7 @@ if (!String.prototype.padStart) { {{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.String.padStart")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/repeat/index.html b/files/ru/web/javascript/reference/global_objects/string/repeat/index.html index 2d5a1bef4d..c2d2027495 100644 --- a/files/ru/web/javascript/reference/global_objects/string/repeat/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/repeat/index.html @@ -100,4 +100,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/repeat {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String.repeat")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/javascript/reference/global_objects/string/replace/index.html b/files/ru/web/javascript/reference/global_objects/string/replace/index.html index 45df3c1cbf..fb0e600fb5 100644 --- a/files/ru/web/javascript/reference/global_objects/string/replace/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/replace/index.html @@ -255,7 +255,7 @@ console.log(retArr); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.String.replace")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html b/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html index 3c4ce6551f..ebe7bc6001 100644 --- a/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html @@ -152,7 +152,7 @@ TypeError: replaceAll must be called with a global RegExp </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("javascript.builtins.String.replaceAll")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html index 9601687858..6a91def19e 100644 --- a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html @@ -63,7 +63,7 @@ console.log(str.startsWith('не быть', 9)); // true <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String.startsWith")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/global_objects/string/substr/index.html b/files/ru/web/javascript/reference/global_objects/string/substr/index.html index f675205887..1d0fd8af0f 100644 --- a/files/ru/web/javascript/reference/global_objects/string/substr/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/substr/index.html @@ -93,7 +93,7 @@ if ('ab'.substr(-1) != 'b') { {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.String.substr")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/@@toprimitive/index.html b/files/ru/web/javascript/reference/global_objects/symbol/@@toprimitive/index.html index 25d018b852..9df5f77b30 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/@@toprimitive/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/@@toprimitive/index.html @@ -39,7 +39,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/@@toPrimitive -<p>{{Compat("javascript.builtins.Symbol.@@toPrimitive")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html b/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html index b59080330e..2371cace92 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html @@ -36,7 +36,7 @@ console.log([] instanceof MyArray); // true</pre> <p> </p> -<p>{{Compat("javascript.builtins.Symbol.hasInstance")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/index.html b/files/ru/web/javascript/reference/global_objects/symbol/index.html index 4d7d772be2..9f041bca47 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/index.html @@ -191,7 +191,7 @@ obj[Object(sym)]; // снова 1 <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.Symbol")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html b/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html index fcd851f527..87ef443dde 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html @@ -54,7 +54,7 @@ Symbol.keyFor(Symbol.iterator) // undefined <p> </p> -<p>{{Compat("javascript.builtins.Symbol.keyFor")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/search/index.html b/files/ru/web/javascript/reference/global_objects/symbol/search/index.html index 45aa16c3a8..e717619291 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/search/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/search/index.html @@ -21,7 +21,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/search {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Symbol.search")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/split/index.html b/files/ru/web/javascript/reference/global_objects/symbol/split/index.html index e9c98051b4..65e90ca817 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/split/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/split/index.html @@ -41,7 +41,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/split -<p>{{Compat("javascript.builtins.Symbol.split")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html index 7dfa4aa8b7..be3c2f4526 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html @@ -58,7 +58,7 @@ console.log(obj2 + ''); // "true" -- желаемый тип (<strong>hint</s <p> </p> -<p>{{Compat("javascript.builtins.Symbol.toPrimitive")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/tostringtag/index.html b/files/ru/web/javascript/reference/global_objects/symbol/tostringtag/index.html index d2089d0234..7519f4f5d0 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/tostringtag/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/tostringtag/index.html @@ -62,7 +62,7 @@ Object.prototype.toString.call(new ValidatorClass()); // "[object Validator]" -<p>{{Compat("javascript.builtins.Symbol.toStringTag")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html b/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html index e0eb05fdef..352f6799ae 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html @@ -58,7 +58,7 @@ with (obj) { {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Symbol.unscopables")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/typedarray/index.html b/files/ru/web/javascript/reference/global_objects/typedarray/index.html index de84bfa7a0..10f24137bd 100644 --- a/files/ru/web/javascript/reference/global_objects/typedarray/index.html +++ b/files/ru/web/javascript/reference/global_objects/typedarray/index.html @@ -214,7 +214,7 @@ for (var k in typedArrayTypes) -<p>{{Compat("javascript.builtins.TypedArray")}}</p> +<p>{{Compat}}</p> <h2 id="Совместимость">Совместимость</h2> diff --git a/files/ru/web/javascript/reference/global_objects/typeerror/index.html b/files/ru/web/javascript/reference/global_objects/typeerror/index.html index 068cda2fb6..dd7b948ff5 100644 --- a/files/ru/web/javascript/reference/global_objects/typeerror/index.html +++ b/files/ru/web/javascript/reference/global_objects/typeerror/index.html @@ -93,7 +93,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/TypeError <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.TypeError")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/uint16array/index.html b/files/ru/web/javascript/reference/global_objects/uint16array/index.html index 7e140010fc..ab4a8aa32e 100644 --- a/files/ru/web/javascript/reference/global_objects/uint16array/index.html +++ b/files/ru/web/javascript/reference/global_objects/uint16array/index.html @@ -178,7 +178,7 @@ var uint16 = new Uint16Array(iterable); -<p>{{Compat("javascript.builtins.Uint16Array")}}</p> +<p>{{Compat}}</p> <h2 id="Compatibility_notes">Compatibility notes</h2> diff --git a/files/ru/web/javascript/reference/global_objects/uint32array/index.html b/files/ru/web/javascript/reference/global_objects/uint32array/index.html index dffb14d480..054b651edf 100644 --- a/files/ru/web/javascript/reference/global_objects/uint32array/index.html +++ b/files/ru/web/javascript/reference/global_objects/uint32array/index.html @@ -178,7 +178,7 @@ var uint32 = new Uint32Array(iterable); -<p>{{Compat("javascript.builtins.Uint32Array")}}</p> +<p>{{Compat}}</p> <h2 id="Compatibility_notes">Compatibility notes</h2> diff --git a/files/ru/web/javascript/reference/global_objects/uint8array/index.html b/files/ru/web/javascript/reference/global_objects/uint8array/index.html index 8992a49394..ee88b41b48 100644 --- a/files/ru/web/javascript/reference/global_objects/uint8array/index.html +++ b/files/ru/web/javascript/reference/global_objects/uint8array/index.html @@ -178,7 +178,7 @@ var uint8 = new Uint8Array(iterable); -<p>{{Compat("javascript.builtins.Uint8Array")}}</p> +<p>{{Compat}}</p> <h2 id="Compatibility_notes">Compatibility notes</h2> diff --git a/files/ru/web/javascript/reference/global_objects/undefined/index.html b/files/ru/web/javascript/reference/global_objects/undefined/index.html index 5126484213..5b005d63b2 100644 --- a/files/ru/web/javascript/reference/global_objects/undefined/index.html +++ b/files/ru/web/javascript/reference/global_objects/undefined/index.html @@ -108,7 +108,7 @@ if (y === void 0) { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.undefined")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/uneval/index.html b/files/ru/web/javascript/reference/global_objects/uneval/index.html index 5a7fb9bf59..f8f1359d2e 100644 --- a/files/ru/web/javascript/reference/global_objects/uneval/index.html +++ b/files/ru/web/javascript/reference/global_objects/uneval/index.html @@ -53,7 +53,7 @@ foo(); // возвращает "привет" <p> </p> -<p>{{Compat("javascript.builtins.uneval")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/javascript/reference/global_objects/weakmap/index.html b/files/ru/web/javascript/reference/global_objects/weakmap/index.html index 2ce67df673..7270b51d5e 100644 --- a/files/ru/web/javascript/reference/global_objects/weakmap/index.html +++ b/files/ru/web/javascript/reference/global_objects/weakmap/index.html @@ -143,7 +143,7 @@ wm1.has(o1); // false <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.WeakMap")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/weakset/add/index.html b/files/ru/web/javascript/reference/global_objects/weakset/add/index.html index 5060813238..f231b56ff7 100644 --- a/files/ru/web/javascript/reference/global_objects/weakset/add/index.html +++ b/files/ru/web/javascript/reference/global_objects/weakset/add/index.html @@ -46,7 +46,7 @@ ws.add(1); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.WeakSet.add")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"> </div> diff --git a/files/ru/web/javascript/reference/global_objects/weakset/index.html b/files/ru/web/javascript/reference/global_objects/weakset/index.html index e8a91c25a2..0333067ed5 100644 --- a/files/ru/web/javascript/reference/global_objects/weakset/index.html +++ b/files/ru/web/javascript/reference/global_objects/weakset/index.html @@ -78,7 +78,7 @@ ws.has(window); // false, window был удалён <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.WeakSet")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"> </div> diff --git a/files/ru/web/javascript/reference/global_objects/webassembly/compile/index.html b/files/ru/web/javascript/reference/global_objects/webassembly/compile/index.html index e3f7b2ec91..e7c9415e74 100644 --- a/files/ru/web/javascript/reference/global_objects/webassembly/compile/index.html +++ b/files/ru/web/javascript/reference/global_objects/webassembly/compile/index.html @@ -69,7 +69,7 @@ fetch('simple.wasm').then(response => <h2 id="Browser_compatibility">Совместимость с браузером</h2> <div> -<p>{{Compat("javascript.builtins.WebAssembly.compile")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/webassembly/compilestreaming/index.html b/files/ru/web/javascript/reference/global_objects/webassembly/compilestreaming/index.html index 330b847cdd..aa45f7f328 100644 --- a/files/ru/web/javascript/reference/global_objects/webassembly/compilestreaming/index.html +++ b/files/ru/web/javascript/reference/global_objects/webassembly/compilestreaming/index.html @@ -65,7 +65,7 @@ WebAssembly.compileStreaming(fetch('simple.wasm')) <h2 id="Browser_compatibility">Совместимость с браузером</h2> <div> -<p>{{Compat("javascript.builtins.WebAssembly.compileStreaming")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/webassembly/table/index.html b/files/ru/web/javascript/reference/global_objects/webassembly/table/index.html index aaa9c21190..5f3eb27cab 100644 --- a/files/ru/web/javascript/reference/global_objects/webassembly/table/index.html +++ b/files/ru/web/javascript/reference/global_objects/webassembly/table/index.html @@ -81,7 +81,7 @@ console.log(tbl.get(1)); // "null"</pre> <div> -<p>{{Compat("javascript.builtins.WebAssembly.Table")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/addition/index.html b/files/ru/web/javascript/reference/operators/addition/index.html index c9b2961231..999f7c3ba3 100644 --- a/files/ru/web/javascript/reference/operators/addition/index.html +++ b/files/ru/web/javascript/reference/operators/addition/index.html @@ -52,7 +52,7 @@ false + false // 0 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.addition")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/addition_assignment/index.html b/files/ru/web/javascript/reference/operators/addition_assignment/index.html index 99c5b74dc5..ce11a32aac 100644 --- a/files/ru/web/javascript/reference/operators/addition_assignment/index.html +++ b/files/ru/web/javascript/reference/operators/addition_assignment/index.html @@ -54,7 +54,7 @@ foo += 'bar' // "foobar"</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.addition_assignment")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/assignment/index.html b/files/ru/web/javascript/reference/operators/assignment/index.html index 70aacd182a..5d48a07b8d 100644 --- a/files/ru/web/javascript/reference/operators/assignment/index.html +++ b/files/ru/web/javascript/reference/operators/assignment/index.html @@ -47,7 +47,7 @@ x = y = z // x, y и z будут равны 25</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.assignment")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/bitwise_and/index.html b/files/ru/web/javascript/reference/operators/bitwise_and/index.html index 745ad33be8..e4a421c380 100644 --- a/files/ru/web/javascript/reference/operators/bitwise_and/index.html +++ b/files/ru/web/javascript/reference/operators/bitwise_and/index.html @@ -90,7 +90,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_AND -<p>{{Compat("javascript.operators.bitwise_and")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/comma_operator/index.html b/files/ru/web/javascript/reference/operators/comma_operator/index.html index 683a74e2ae..091a053a34 100644 --- a/files/ru/web/javascript/reference/operators/comma_operator/index.html +++ b/files/ru/web/javascript/reference/operators/comma_operator/index.html @@ -67,7 +67,7 @@ console.log(x); // 6 -<p>{{Compat("javascript.operators.comma")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/decrement/index.html b/files/ru/web/javascript/reference/operators/decrement/index.html index 64d29374a3..85960d9b8c 100644 --- a/files/ru/web/javascript/reference/operators/decrement/index.html +++ b/files/ru/web/javascript/reference/operators/decrement/index.html @@ -63,7 +63,7 @@ b = --a; -<p>{{Compat("javascript.operators.decrement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/function/index.html b/files/ru/web/javascript/reference/operators/function/index.html index 6a4b58c1b7..52ffd299fe 100644 --- a/files/ru/web/javascript/reference/operators/function/index.html +++ b/files/ru/web/javascript/reference/operators/function/index.html @@ -101,7 +101,7 @@ console.log(bar === baz); // false (errors because baz == undefined)</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.function")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/grouping/index.html b/files/ru/web/javascript/reference/operators/grouping/index.html index 1e4714a8a8..2ea76c3a00 100644 --- a/files/ru/web/javascript/reference/operators/grouping/index.html +++ b/files/ru/web/javascript/reference/operators/grouping/index.html @@ -53,7 +53,7 @@ a * c + b * c // 9 -<p>{{Compat("javascript.operators.grouping")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/in/index.html b/files/ru/web/javascript/reference/operators/in/index.html index 8815538364..370e727f8a 100644 --- a/files/ru/web/javascript/reference/operators/in/index.html +++ b/files/ru/web/javascript/reference/operators/in/index.html @@ -96,7 +96,7 @@ trees[3] = undefined; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.in")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/instanceof/index.html b/files/ru/web/javascript/reference/operators/instanceof/index.html index 628542b435..223fcf7cec 100644 --- a/files/ru/web/javascript/reference/operators/instanceof/index.html +++ b/files/ru/web/javascript/reference/operators/instanceof/index.html @@ -127,7 +127,7 @@ var b = mycar instanceof Object; // возвращает true <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.operators.instanceof")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html index a6bfca160a..23f643c1f6 100644 --- a/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/ru/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -116,7 +116,7 @@ console.log(foo.someBarProp?.toUpperCase()); // undefined -<p>{{Compat("javascript.operators.nullish_coalescing")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/optional_chaining/index.html b/files/ru/web/javascript/reference/operators/optional_chaining/index.html index 2e62829c1d..4e6bf0c0ff 100644 --- a/files/ru/web/javascript/reference/operators/optional_chaining/index.html +++ b/files/ru/web/javascript/reference/operators/optional_chaining/index.html @@ -149,7 +149,7 @@ console.log(customerCity); // Unknown city</pre> <div> -<p>{{Compat("javascript.operators.optional_chaining")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/spread_syntax/index.html b/files/ru/web/javascript/reference/operators/spread_syntax/index.html index 5eb3e561d9..3a2c1a0a6a 100644 --- a/files/ru/web/javascript/reference/operators/spread_syntax/index.html +++ b/files/ru/web/javascript/reference/operators/spread_syntax/index.html @@ -239,7 +239,7 @@ var array = [...obj]; // TypeError: obj is not iterable -<p>{{Compat("javascript.operators.spread")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/javascript/reference/operators/super/index.html b/files/ru/web/javascript/reference/operators/super/index.html index 431491e85b..294f76ba51 100644 --- a/files/ru/web/javascript/reference/operators/super/index.html +++ b/files/ru/web/javascript/reference/operators/super/index.html @@ -152,7 +152,7 @@ obj2.method2(); // выведет "method 1" <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.operators.super")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/this/index.html b/files/ru/web/javascript/reference/operators/this/index.html index 5d7f1477fe..62ce0fa5cd 100644 --- a/files/ru/web/javascript/reference/operators/this/index.html +++ b/files/ru/web/javascript/reference/operators/this/index.html @@ -392,7 +392,7 @@ for (var i = 0; i < elements.length; i++) { -<p>{{Compat("javascript.operators.this")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/operators/typeof/index.html b/files/ru/web/javascript/reference/operators/typeof/index.html index 192211c696..454c22fa75 100644 --- a/files/ru/web/javascript/reference/operators/typeof/index.html +++ b/files/ru/web/javascript/reference/operators/typeof/index.html @@ -193,7 +193,7 @@ typeof newConstVariable; const newConstVariable = 'hello'; // ReferenceError <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.typeof")}}</p> +<p>{{Compat}}</p> <h2 id="IE-специфичные_замечания">IE-специфичные замечания</h2> diff --git a/files/ru/web/javascript/reference/operators/yield/index.html b/files/ru/web/javascript/reference/operators/yield/index.html index 899ee81ecf..b8aa1636ec 100644 --- a/files/ru/web/javascript/reference/operators/yield/index.html +++ b/files/ru/web/javascript/reference/operators/yield/index.html @@ -60,7 +60,7 @@ console.log(iterator.next()); // { value:undefined, done:true } <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.operators.yield")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/async_function/index.html b/files/ru/web/javascript/reference/statements/async_function/index.html index d46b1039e3..e411b730a6 100644 --- a/files/ru/web/javascript/reference/statements/async_function/index.html +++ b/files/ru/web/javascript/reference/statements/async_function/index.html @@ -145,7 +145,7 @@ throwsValue() <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> <div> -<p>{{Compat("javascript.statements.async_function")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/const/index.html b/files/ru/web/javascript/reference/statements/const/index.html index 9545eaa7a4..40d0db4f9d 100644 --- a/files/ru/web/javascript/reference/statements/const/index.html +++ b/files/ru/web/javascript/reference/statements/const/index.html @@ -106,7 +106,7 @@ MY_ARRAY = ["B"] -<p>{{Compat("javascript.statements.const")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/do...while/index.html b/files/ru/web/javascript/reference/statements/do...while/index.html index 1831f0425a..4e355cf1d2 100644 --- a/files/ru/web/javascript/reference/statements/do...while/index.html +++ b/files/ru/web/javascript/reference/statements/do...while/index.html @@ -56,7 +56,7 @@ document.getElementById('example').innerHTML = result;</pre> <h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2> -<p>{{Compat("javascript.statements.do_while")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/export/index.html b/files/ru/web/javascript/reference/statements/export/index.html index 0e2b685d53..78fa2a4fd5 100644 --- a/files/ru/web/javascript/reference/statements/export/index.html +++ b/files/ru/web/javascript/reference/statements/export/index.html @@ -102,7 +102,7 @@ console.log(cube(3)); // 27 -<p>{{Compat("javascript.statements.export")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/for-await...of/index.html b/files/ru/web/javascript/reference/statements/for-await...of/index.html index e04269d204..5a0e6c57bf 100644 --- a/files/ru/web/javascript/reference/statements/for-await...of/index.html +++ b/files/ru/web/javascript/reference/statements/for-await...of/index.html @@ -116,7 +116,7 @@ getResponseSize('https://jsonplaceholder.typicode.com/photos');</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<div>{{Compat("javascript.statements.for_await_of")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/for...of/index.html b/files/ru/web/javascript/reference/statements/for...of/index.html index 7641d14bad..c958b209ac 100644 --- a/files/ru/web/javascript/reference/statements/for...of/index.html +++ b/files/ru/web/javascript/reference/statements/for...of/index.html @@ -273,7 +273,7 @@ iterable.foo = 'hello';</code></pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.statements.for_of")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/function/index.html b/files/ru/web/javascript/reference/statements/function/index.html index a2de1e8399..be85666b33 100644 --- a/files/ru/web/javascript/reference/statements/function/index.html +++ b/files/ru/web/javascript/reference/statements/function/index.html @@ -77,7 +77,7 @@ var notHoisted = function() { <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.statements.function")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/import.meta/index.html b/files/ru/web/javascript/reference/statements/import.meta/index.html index 32d4bdb48f..7d0433b3ae 100644 --- a/files/ru/web/javascript/reference/statements/import.meta/index.html +++ b/files/ru/web/javascript/reference/statements/import.meta/index.html @@ -40,7 +40,7 @@ translation_of: Web/JavaScript/Reference/Statements/import.meta -<p>{{Compat("javascript.statements.import_meta")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/import/index.html b/files/ru/web/javascript/reference/statements/import/index.html index e5089a4bf1..4561e4de08 100644 --- a/files/ru/web/javascript/reference/statements/import/index.html +++ b/files/ru/web/javascript/reference/statements/import/index.html @@ -232,7 +232,7 @@ for (const link of document.querySelectorAll("nav > a")) { <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("javascript.statements.import")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/return/index.html b/files/ru/web/javascript/reference/statements/return/index.html index fcbc9bce63..8ea332611b 100644 --- a/files/ru/web/javascript/reference/statements/return/index.html +++ b/files/ru/web/javascript/reference/statements/return/index.html @@ -115,7 +115,7 @@ answer(1337); // 56154 {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.statements.return")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/switch/index.html b/files/ru/web/javascript/reference/statements/switch/index.html index c7079cd5dd..b3bdc86f88 100644 --- a/files/ru/web/javascript/reference/statements/switch/index.html +++ b/files/ru/web/javascript/reference/statements/switch/index.html @@ -151,7 +151,7 @@ switch (true) { // Постоянное значение true вместо foo -<p>{{Compat("javascript.statements.switch")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/statements/var/index.html b/files/ru/web/javascript/reference/statements/var/index.html index a02781b9ea..c473dc993f 100644 --- a/files/ru/web/javascript/reference/statements/var/index.html +++ b/files/ru/web/javascript/reference/statements/var/index.html @@ -182,7 +182,7 @@ console.log(typeof y); // undefined, так как y это локальная -<div id="compat-mobile">{{Compat("javascript.statements.var")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/template_literals/index.html b/files/ru/web/javascript/reference/template_literals/index.html index 2c90b784a0..9b8cf16637 100644 --- a/files/ru/web/javascript/reference/template_literals/index.html +++ b/files/ru/web/javascript/reference/template_literals/index.html @@ -205,7 +205,7 @@ latex`\unicode` {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.grammar.template_literals")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/trailing_commas/index.html b/files/ru/web/javascript/reference/trailing_commas/index.html index 7b6ef5e9b7..7b4f27b46d 100644 --- a/files/ru/web/javascript/reference/trailing_commas/index.html +++ b/files/ru/web/javascript/reference/trailing_commas/index.html @@ -145,7 +145,7 @@ JSON.parse('{"foo" : 1 }');</pre> <div> -<p>{{Compat("javascript.grammar.trailing_commas")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> |