diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
| commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
| tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/http/status | |
| parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
| download | translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2 translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip | |
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/http/status')
29 files changed, 29 insertions, 29 deletions
diff --git a/files/ru/web/http/status/100/index.html b/files/ru/web/http/status/100/index.html index e31a6a20ee..9597a9f7ba 100644 --- a/files/ru/web/http/status/100/index.html +++ b/files/ru/web/http/status/100/index.html @@ -30,7 +30,7 @@ translation_of: Web/HTTP/Status/100 <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "100")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/103/index.html b/files/ru/web/http/status/103/index.html index 645e021042..d84f448bb7 100644 --- a/files/ru/web/http/status/103/index.html +++ b/files/ru/web/http/status/103/index.html @@ -39,7 +39,7 @@ translation_of: Web/HTTP/Status/103 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("http.status.103")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/200/index.html b/files/ru/web/http/status/200/index.html index 21fa327789..4c48f4f22d 100644 --- a/files/ru/web/http/status/200/index.html +++ b/files/ru/web/http/status/200/index.html @@ -38,7 +38,7 @@ translation_of: Web/HTTP/Status/200 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "200")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/201/index.html b/files/ru/web/http/status/201/index.html index 91f81f5ecd..789b93e144 100644 --- a/files/ru/web/http/status/201/index.html +++ b/files/ru/web/http/status/201/index.html @@ -31,7 +31,7 @@ translation_of: Web/HTTP/Status/201 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "201")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/204/index.html b/files/ru/web/http/status/204/index.html index 915677d4e0..834a7e8b8e 100644 --- a/files/ru/web/http/status/204/index.html +++ b/files/ru/web/http/status/204/index.html @@ -29,7 +29,7 @@ translation_of: Web/HTTP/Status/204 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "204")}}</p> +<p>{{Compat}}</p> <h2 id="Примечания_совместимости">Примечания совместимости</h2> diff --git a/files/ru/web/http/status/206/index.html b/files/ru/web/http/status/206/index.html index 2ab5c46099..49098d245c 100644 --- a/files/ru/web/http/status/206/index.html +++ b/files/ru/web/http/status/206/index.html @@ -68,7 +68,7 @@ Content-Range: bytes 4590-7999/8000 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "206")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/301/index.html b/files/ru/web/http/status/301/index.html index c49682e9a8..643d3da485 100644 --- a/files/ru/web/http/status/301/index.html +++ b/files/ru/web/http/status/301/index.html @@ -45,7 +45,7 @@ Location: http://www.example.org/index.asp</pre> </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http.status.301")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/302/index.html b/files/ru/web/http/status/302/index.html index edf58d6cdd..12bd2e32d9 100644 --- a/files/ru/web/http/status/302/index.html +++ b/files/ru/web/http/status/302/index.html @@ -47,7 +47,7 @@ Location: http://www.example.org/index.asp</pre> </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http.status.302")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/303/index.html b/files/ru/web/http/status/303/index.html index 96c45dc34b..3d4185d64e 100644 --- a/files/ru/web/http/status/303/index.html +++ b/files/ru/web/http/status/303/index.html @@ -45,7 +45,7 @@ Location: /confirmation</pre> </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http.status.303")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/304/index.html b/files/ru/web/http/status/304/index.html index 2e9a6fa6e0..b6a84b7145 100644 --- a/files/ru/web/http/status/304/index.html +++ b/files/ru/web/http/status/304/index.html @@ -33,7 +33,7 @@ translation_of: Web/HTTP/Status/304 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "304")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/307/index.html b/files/ru/web/http/status/307/index.html index cf1233a97a..84b4ee27ea 100644 --- a/files/ru/web/http/status/307/index.html +++ b/files/ru/web/http/status/307/index.html @@ -50,7 +50,7 @@ Location: http://www.example.org/cars/id/123456 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http.status.307")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/308/index.html b/files/ru/web/http/status/308/index.html index c559a937fb..20103e8f75 100644 --- a/files/ru/web/http/status/308/index.html +++ b/files/ru/web/http/status/308/index.html @@ -33,7 +33,7 @@ translation_of: Web/HTTP/Status/308 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "308")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/401/index.html b/files/ru/web/http/status/401/index.html index cd194a7fbf..6360fb700b 100644 --- a/files/ru/web/http/status/401/index.html +++ b/files/ru/web/http/status/401/index.html @@ -37,7 +37,7 @@ WWW-Authenticate: Basic realm="Access to staging site"</pre> </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "401")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/402/index.html b/files/ru/web/http/status/402/index.html index 09007391c1..0382be5968 100644 --- a/files/ru/web/http/status/402/index.html +++ b/files/ru/web/http/status/402/index.html @@ -40,7 +40,7 @@ Date: Wed, 21 Oct 2015 07:28:00 GMT -<p>{{Compat("http.status.402")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/403/index.html b/files/ru/web/http/status/403/index.html index d3b66c5d52..cdf6dd5a5a 100644 --- a/files/ru/web/http/status/403/index.html +++ b/files/ru/web/http/status/403/index.html @@ -35,7 +35,7 @@ Date: Wed, 21 Oct 2015 07:28:00 GMT </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "403")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/404/index.html b/files/ru/web/http/status/404/index.html index 206157642d..abbc12126e 100644 --- a/files/ru/web/http/status/404/index.html +++ b/files/ru/web/http/status/404/index.html @@ -41,7 +41,7 @@ translation_of: Web/HTTP/Status/404 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "404")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/406/index.html b/files/ru/web/http/status/406/index.html index f00cd84888..8a8ac94d27 100644 --- a/files/ru/web/http/status/406/index.html +++ b/files/ru/web/http/status/406/index.html @@ -44,7 +44,7 @@ translation_of: Web/HTTP/Status/406 <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "406")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/407/index.html b/files/ru/web/http/status/407/index.html index e7b858eae5..3c188e2b1c 100644 --- a/files/ru/web/http/status/407/index.html +++ b/files/ru/web/http/status/407/index.html @@ -37,7 +37,7 @@ Proxy-Authenticate: Basic realm="Access to internal site"</pre> </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "407")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/410/index.html b/files/ru/web/http/status/410/index.html index f0d6394237..db9a91899a 100644 --- a/files/ru/web/http/status/410/index.html +++ b/files/ru/web/http/status/410/index.html @@ -35,7 +35,7 @@ translation_of: Web/HTTP/Status/410 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http.status.410")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/412/index.html b/files/ru/web/http/status/412/index.html index 4ae9ddd15e..052543eeca 100644 --- a/files/ru/web/http/status/412/index.html +++ b/files/ru/web/http/status/412/index.html @@ -27,7 +27,7 @@ translation_of: Web/HTTP/Status/412 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "412")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/416/index.html b/files/ru/web/http/status/416/index.html index db9dc37438..68f169e883 100644 --- a/files/ru/web/http/status/416/index.html +++ b/files/ru/web/http/status/416/index.html @@ -35,7 +35,7 @@ translation_of: Web/HTTP/Status/416 </table> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("http/status.416")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/418/index.html b/files/ru/web/http/status/418/index.html index 520c081811..042b4a96c0 100644 --- a/files/ru/web/http/status/418/index.html +++ b/files/ru/web/http/status/418/index.html @@ -36,7 +36,7 @@ translation_of: Web/HTTP/Status/418 </table> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("http.status.418")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/425/index.html b/files/ru/web/http/status/425/index.html index 3143b562b2..e254413b56 100644 --- a/files/ru/web/http/status/425/index.html +++ b/files/ru/web/http/status/425/index.html @@ -34,4 +34,4 @@ translation_of: Web/HTTP/Status/425 </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("http.status.425")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/http/status/451/index.html b/files/ru/web/http/status/451/index.html index caac59b39f..fdde43085e 100644 --- a/files/ru/web/http/status/451/index.html +++ b/files/ru/web/http/status/451/index.html @@ -48,7 +48,7 @@ operated by the People's Front of Judea.</p> </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "451")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/500/index.html b/files/ru/web/http/status/500/index.html index f676e573e0..0a56b511b4 100644 --- a/files/ru/web/http/status/500/index.html +++ b/files/ru/web/http/status/500/index.html @@ -33,7 +33,7 @@ translation_of: Web/HTTP/Status/500 </table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("http.status.500")}}</p> +<p>{{Compat}}</p> <h2 id="Дополнительная_информация">Дополнительная информация</h2> diff --git a/files/ru/web/http/status/501/index.html b/files/ru/web/http/status/501/index.html index 836aa90a57..b2f76f7bd7 100644 --- a/files/ru/web/http/status/501/index.html +++ b/files/ru/web/http/status/501/index.html @@ -33,4 +33,4 @@ translation_of: Web/HTTP/Status/501 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "501")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/http/status/502/index.html b/files/ru/web/http/status/502/index.html index 4984b27142..41bba34bc2 100644 --- a/files/ru/web/http/status/502/index.html +++ b/files/ru/web/http/status/502/index.html @@ -35,7 +35,7 @@ translation_of: Web/HTTP/Status/502 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("http/status", "502")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/503/index.html b/files/ru/web/http/status/503/index.html index 4f70ede335..c362fcccd7 100644 --- a/files/ru/web/http/status/503/index.html +++ b/files/ru/web/http/status/503/index.html @@ -31,7 +31,7 @@ translation_of: Web/HTTP/Status/503 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "503")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/http/status/504/index.html b/files/ru/web/http/status/504/index.html index 74f776943e..61d3774229 100644 --- a/files/ru/web/http/status/504/index.html +++ b/files/ru/web/http/status/504/index.html @@ -29,7 +29,7 @@ translation_of: Web/HTTP/Status/504 </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("http/status", "504")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |
