diff options
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/number')
11 files changed, 11 insertions, 11 deletions
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> |