From d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Sun, 16 May 2021 22:30:00 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ru) (#876) * Migrate to Compat macro * Migrate to Compat macro (multiple in page) * Migrate to Compat macro * Migrate to Compat macro (removed) --- .../global_objects/date/getmilliseconds/index.html | 50 +--------------- .../global_objects/date/getminutes/index.html | 50 +--------------- .../global_objects/date/getmonth/index.html | 50 +--------------- .../global_objects/date/getseconds/index.html | 50 +--------------- .../date/gettimezoneoffset/index.html | 48 +-------------- .../global_objects/date/getutcdate/index.html | 48 +-------------- .../global_objects/date/getutcday/index.html | 48 +-------------- .../global_objects/date/getutcfullyear/index.html | 48 +-------------- .../global_objects/date/getutchours/index.html | 48 +-------------- .../date/getutcmilliseconds/index.html | 48 +-------------- .../global_objects/date/getutcminutes/index.html | 48 +-------------- .../global_objects/date/getutcmonth/index.html | 48 +-------------- .../global_objects/date/getutcseconds/index.html | 48 +-------------- .../reference/global_objects/date/parse/index.html | 67 +-------------------- .../global_objects/date/setfullyear/index.html | 50 +--------------- .../global_objects/date/sethours/index.html | 48 +-------------- .../global_objects/date/setmilliseconds/index.html | 48 +-------------- .../global_objects/date/setminutes/index.html | 50 +--------------- .../global_objects/date/setmonth/index.html | 48 +-------------- .../global_objects/date/setseconds/index.html | 48 +-------------- .../global_objects/date/settime/index.html | 48 +-------------- .../global_objects/date/setutcdate/index.html | 48 +-------------- .../global_objects/date/setutcfullyear/index.html | 48 +-------------- .../global_objects/date/setutchours/index.html | 48 +-------------- .../date/setutcmilliseconds/index.html | 48 +-------------- .../global_objects/date/setutcminutes/index.html | 48 +-------------- .../global_objects/date/setutcmonth/index.html | 48 +-------------- .../global_objects/date/setutcseconds/index.html | 48 +-------------- .../global_objects/date/todatestring/index.html | 48 +-------------- .../global_objects/date/togmtstring/index.html | 48 +-------------- .../global_objects/date/toisostring/index.html | 50 +--------------- .../global_objects/date/tojson/index.html | 48 +-------------- .../date/tolocaledatestring/index.html | 68 +--------------------- .../global_objects/date/tolocalestring/index.html | 68 +--------------------- .../date/tolocaletimestring/index.html | 68 +--------------------- .../global_objects/date/tosource/index.html | 48 +-------------- .../global_objects/date/tostring/index.html | 48 +-------------- .../global_objects/date/toutcstring/index.html | 48 +-------------- .../global_objects/date/valueof/index.html | 48 +-------------- 39 files changed, 39 insertions(+), 1926 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/date') diff --git a/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html b/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html index 71257f95c1..c5f0627a5f 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getmilliseconds/index.html @@ -68,55 +68,7 @@ console.log(milliseconds); // 709

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

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

{{Compat}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/date/getminutes/index.html b/files/ru/web/javascript/reference/global_objects/date/getminutes/index.html index 88db42fe6f..5eec880184 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getminutes/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getminutes/index.html @@ -68,55 +68,7 @@ console.log(minutes); // 15

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

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

{{Compat}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/date/getmonth/index.html b/files/ru/web/javascript/reference/global_objects/date/getmonth/index.html index 5d8c1af47e..4b5a9a5342 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getmonth/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getmonth/index.html @@ -68,55 +68,7 @@ console.log(month); // 11

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

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

{{Compat}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/date/getseconds/index.html b/files/ru/web/javascript/reference/global_objects/date/getseconds/index.html index 4332bf9b01..247cb565fe 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getseconds/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getseconds/index.html @@ -68,55 +68,7 @@ console.log(seconds); // 30

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

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

{{Compat}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html b/files/ru/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html index 9c564f3139..c28659303f 100644 --- a/files/ru/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/gettimezoneoffset/index.html @@ -57,50 +57,4 @@ var currentTimeZoneOffsetInHours = x.getTimezoneOffset() / 60;

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

-
{{CompatibilityTable}}
-
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
-
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

{{Compat}}

diff --git a/files/ru/web/javascript/reference/global_objects/date/getutcdate/index.html b/files/ru/web/javascript/reference/global_objects/date/getutcdate/index.html index ed5a5368f0..12af32b5f7 100644 --- a/files/ru/web/javascript/reference/global_objects/date/getutcdate/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/getutcdate/index.html @@ -58,53 +58,7 @@ var day = today.getUTCDate();

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

-
{{CompatibilityTable}}
-
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
-
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

{{Compat}}

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