aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlanchorelement
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/web/api/htmlanchorelement
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/web/api/htmlanchorelement')
-rw-r--r--files/ru/web/api/htmlanchorelement/hash/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/host/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/hostname/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/href/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/origin/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/password/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/pathname/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/port/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/protocol/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/search/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/tostring/index.html2
-rw-r--r--files/ru/web/api/htmlanchorelement/username/index.html2
13 files changed, 13 insertions, 13 deletions
diff --git a/files/ru/web/api/htmlanchorelement/hash/index.html b/files/ru/web/api/htmlanchorelement/hash/index.html
index 3e15b0a7ef..7f1db5265c 100644
--- a/files/ru/web/api/htmlanchorelement/hash/index.html
+++ b/files/ru/web/api/htmlanchorelement/hash/index.html
@@ -32,7 +32,7 @@ var result = anchor.hash; // Вернёт: '#youhou'</pre>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.hash")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/host/index.html b/files/ru/web/api/htmlanchorelement/host/index.html
index 74cf2f483a..4518061954 100644
--- a/files/ru/web/api/htmlanchorelement/host/index.html
+++ b/files/ru/web/api/htmlanchorelement/host/index.html
@@ -41,7 +41,7 @@ anchor.host == "developer.mozilla.org:4097"
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.host")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/hostname/index.html b/files/ru/web/api/htmlanchorelement/hostname/index.html
index cb24ed08b5..4de6c5db4f 100644
--- a/files/ru/web/api/htmlanchorelement/hostname/index.html
+++ b/files/ru/web/api/htmlanchorelement/hostname/index.html
@@ -32,7 +32,7 @@ var result = anchor.hostname; // Вернёт: 'developer.mozilla.org'</pre>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.hostname")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/href/index.html b/files/ru/web/api/htmlanchorelement/href/index.html
index 8e3f609c6b..b9fbc4df95 100644
--- a/files/ru/web/api/htmlanchorelement/href/index.html
+++ b/files/ru/web/api/htmlanchorelement/href/index.html
@@ -35,7 +35,7 @@ var result = anchor.href; // Вернёт: 'https://developer.mozilla.org/en-US/
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.href")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/index.html b/files/ru/web/api/htmlanchorelement/index.html
index 2774fafdea..de265ab576 100644
--- a/files/ru/web/api/htmlanchorelement/index.html
+++ b/files/ru/web/api/htmlanchorelement/index.html
@@ -92,7 +92,7 @@ translation_of: Web/API/HTMLAnchorElement
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/origin/index.html b/files/ru/web/api/htmlanchorelement/origin/index.html
index 21d7ece75e..f32a259407 100644
--- a/files/ru/web/api/htmlanchorelement/origin/index.html
+++ b/files/ru/web/api/htmlanchorelement/origin/index.html
@@ -41,7 +41,7 @@ var result = window.location.origin; // Вернёт: 'https://developer.mozilla
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.origin")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/password/index.html b/files/ru/web/api/htmlanchorelement/password/index.html
index 926f1bad15..04aa27701b 100644
--- a/files/ru/web/api/htmlanchorelement/password/index.html
+++ b/files/ru/web/api/htmlanchorelement/password/index.html
@@ -35,7 +35,7 @@ var result = anchor.password; // Вернёт: 'flabada'
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.password")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/pathname/index.html b/files/ru/web/api/htmlanchorelement/pathname/index.html
index afc467b67a..89144f8b65 100644
--- a/files/ru/web/api/htmlanchorelement/pathname/index.html
+++ b/files/ru/web/api/htmlanchorelement/pathname/index.html
@@ -33,7 +33,7 @@ var result = anchor.pathname; // Вернёт: '/en-US/docs/HTMLHyperlinkElement
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.pathname")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/port/index.html b/files/ru/web/api/htmlanchorelement/port/index.html
index ac02347dc6..f213f33041 100644
--- a/files/ru/web/api/htmlanchorelement/port/index.html
+++ b/files/ru/web/api/htmlanchorelement/port/index.html
@@ -35,7 +35,7 @@ var result = anchor.port; // Вернёт: '80'
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.port")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/protocol/index.html b/files/ru/web/api/htmlanchorelement/protocol/index.html
index 72f26f23d6..3a45d901f0 100644
--- a/files/ru/web/api/htmlanchorelement/protocol/index.html
+++ b/files/ru/web/api/htmlanchorelement/protocol/index.html
@@ -33,7 +33,7 @@ var result = anchor.protocol; // Вернёт: 'https:'
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.protocol")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/search/index.html b/files/ru/web/api/htmlanchorelement/search/index.html
index 1b3d9eaa6a..3831bc9b87 100644
--- a/files/ru/web/api/htmlanchorelement/search/index.html
+++ b/files/ru/web/api/htmlanchorelement/search/index.html
@@ -33,7 +33,7 @@ var result = anchor.search; // Вернёт: '?q=123'
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.search")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/tostring/index.html b/files/ru/web/api/htmlanchorelement/tostring/index.html
index 392a71c5b0..45341ac109 100644
--- a/files/ru/web/api/htmlanchorelement/tostring/index.html
+++ b/files/ru/web/api/htmlanchorelement/tostring/index.html
@@ -33,7 +33,7 @@ var result = anchor.toString(); // Вернёт: 'https://developer.mozilla.org/
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.toString")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/htmlanchorelement/username/index.html b/files/ru/web/api/htmlanchorelement/username/index.html
index 351f8b858c..48c0f2859c 100644
--- a/files/ru/web/api/htmlanchorelement/username/index.html
+++ b/files/ru/web/api/htmlanchorelement/username/index.html
@@ -33,7 +33,7 @@ var result = anchor.username; // Вернёт: 'anonymous'
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLAnchorElement.username")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>