aboutsummaryrefslogtreecommitdiff
path: root/files/ru/mozilla/add-ons/webextensions/api/tabs
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-29 20:34:32 +0300
committerGitHub <noreply@github.com>2021-10-29 20:34:32 +0300
commitc08c48e16cb9e47c586925999362de104ecd710d (patch)
tree4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/mozilla/add-ons/webextensions/api/tabs
parent9adcae13346df29353fc658e8c1e04e1903f1f9d (diff)
downloadtranslated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz
translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2
translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/mozilla/add-ons/webextensions/api/tabs')
-rw-r--r--files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html2
-rw-r--r--files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html2
-rw-r--r--files/ru/mozilla/add-ons/webextensions/api/tabs/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html b/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html
index 25a2126d65..4d5e0e7c21 100644
--- a/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html
+++ b/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html
@@ -31,7 +31,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/get
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("webextensions.api.tabs.get")}}</p>
+<p>{{Compat}}</p>
<h2 id="Примеры">Примеры</h2>
diff --git a/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html b/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html
index e4c4c044d5..b142d68310 100644
--- a/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html
+++ b/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html
@@ -45,7 +45,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/hide
<p>A <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a></code> that will be fulfilled with an array containing the IDs of the tabs that were hidden. If any error occurs, the promise will be rejected with an error message.</p>
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("webextensions.api.tabs.hide")}}</p>
+<p>{{Compat}}</p>
<h2 id="Examples">Examples</h2>
diff --git a/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html b/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html
index 696329aa4f..32f8abbc44 100644
--- a/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html
+++ b/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html
@@ -132,7 +132,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("webextensions.api.tabs")}}</p>
+<p>{{Compat}}</p>
<div class="hidden note">
<p>The "Chrome incompatibilities" section is included from <a href="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities"> https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities</a> using the <a href="/en-US/docs/Template:WebExtChromeCompat">WebExtChromeCompat</a> macro.</p>