aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/gamepadbutton
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/gamepadbutton
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/gamepadbutton')
-rw-r--r--files/ru/web/api/gamepadbutton/index.html2
-rw-r--r--files/ru/web/api/gamepadbutton/pressed/index.html2
-rw-r--r--files/ru/web/api/gamepadbutton/value/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/gamepadbutton/index.html b/files/ru/web/api/gamepadbutton/index.html
index 9dc284725e..3abd2f9501 100644
--- a/files/ru/web/api/gamepadbutton/index.html
+++ b/files/ru/web/api/gamepadbutton/index.html
@@ -78,7 +78,7 @@ translation_of: Web/API/GamepadButton
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.GamepadButton")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
diff --git a/files/ru/web/api/gamepadbutton/pressed/index.html b/files/ru/web/api/gamepadbutton/pressed/index.html
index f97f697ab8..3eb96a2628 100644
--- a/files/ru/web/api/gamepadbutton/pressed/index.html
+++ b/files/ru/web/api/gamepadbutton/pressed/index.html
@@ -43,7 +43,7 @@ if(gp.buttons[0].pressed == true) {
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.GamepadButton.pressed")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ru/web/api/gamepadbutton/value/index.html b/files/ru/web/api/gamepadbutton/value/index.html
index 27ab35d435..a1992b8acf 100644
--- a/files/ru/web/api/gamepadbutton/value/index.html
+++ b/files/ru/web/api/gamepadbutton/value/index.html
@@ -44,7 +44,7 @@ if(gp.buttons[0].value &gt; 0) {
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.GamepadButton.value")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>