aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/console
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-27 18:02:34 +0300
committerGitHub <noreply@github.com>2021-10-27 18:02:34 +0300
commit09d10136633355937867a21d65db64ae3c4d5829 (patch)
tree7405949290f874407855847c7832da361dd8f9d7 /files/ru/web/api/console
parent56817c1235a48d66c12ddf1c3d37a0e61977b875 (diff)
downloadtranslated-content-09d10136633355937867a21d65db64ae3c4d5829.tar.gz
translated-content-09d10136633355937867a21d65db64ae3c4d5829.tar.bz2
translated-content-09d10136633355937867a21d65db64ae3c4d5829.zip
Использование макроса для вставки специфицикаций - 2 (#2883)
Diffstat (limited to 'files/ru/web/api/console')
-rw-r--r--files/ru/web/api/console/clear/index.html17
-rw-r--r--files/ru/web/api/console/dirxml/index.html17
-rw-r--r--files/ru/web/api/console/error/index.html17
-rw-r--r--files/ru/web/api/console/group/index.html17
-rw-r--r--files/ru/web/api/console/log/index.html17
-rw-r--r--files/ru/web/api/console/trace/index.html17
-rw-r--r--files/ru/web/api/console/warn/index.html18
7 files changed, 7 insertions, 113 deletions
diff --git a/files/ru/web/api/console/clear/index.html b/files/ru/web/api/console/clear/index.html
index 4bee01887f..9b4653d8cc 100644
--- a/files/ru/web/api/console/clear/index.html
+++ b/files/ru/web/api/console/clear/index.html
@@ -21,22 +21,7 @@ translation_of: Web/API/Console/clear
<h2 id="Спецификация">Спецификация</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Характеристика</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#consoleclear", "console.clear()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/console/dirxml/index.html b/files/ru/web/api/console/dirxml/index.html
index 18f05e1352..d429994b79 100644
--- a/files/ru/web/api/console/dirxml/index.html
+++ b/files/ru/web/api/console/dirxml/index.html
@@ -27,22 +27,7 @@ translation_of: Web/API/Console/dirxml
<h2 id="Спецификация">Спецификация</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Характеристика</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#dirxml", "console.dirxml()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
<p>{{Compat("api.Console.dirxml")}}</p>
diff --git a/files/ru/web/api/console/error/index.html b/files/ru/web/api/console/error/index.html
index ea07dcdb3e..fbaad9487a 100644
--- a/files/ru/web/api/console/error/index.html
+++ b/files/ru/web/api/console/error/index.html
@@ -36,22 +36,7 @@ console.exception(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
<h2 id="Спецификация">Спецификация</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#error", "console.error()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/console/group/index.html b/files/ru/web/api/console/group/index.html
index d3d8f378df..7a4e1dce7a 100644
--- a/files/ru/web/api/console/group/index.html
+++ b/files/ru/web/api/console/group/index.html
@@ -49,22 +49,7 @@ console.log("Back to the outer level");
<h2 id="Спецификация">Спецификация</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#group", "console.group()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2>
diff --git a/files/ru/web/api/console/log/index.html b/files/ru/web/api/console/log/index.html
index ac671d68d5..b8fee39ff9 100644
--- a/files/ru/web/api/console/log/index.html
+++ b/files/ru/web/api/console/log/index.html
@@ -37,22 +37,7 @@ console.log(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
<h2 id="Спецификация">Спецификация</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#log", "console.log()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/console/trace/index.html b/files/ru/web/api/console/trace/index.html
index 6fe5c9b9e0..2edda50cc6 100644
--- a/files/ru/web/api/console/trace/index.html
+++ b/files/ru/web/api/console/trace/index.html
@@ -36,22 +36,7 @@ foo
<h2 id="Спецификация">Спецификация</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#trace", "console.trace()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Стандартное значение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_совместимость">Браузерная совместимость</h2>
diff --git a/files/ru/web/api/console/warn/index.html b/files/ru/web/api/console/warn/index.html
index 6b5d7c1359..453f086d30 100644
--- a/files/ru/web/api/console/warn/index.html
+++ b/files/ru/web/api/console/warn/index.html
@@ -35,23 +35,7 @@ console.warn(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
<h2 id="Спецификация">Спецификация</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="external external-icon" href="https://console.spec.whatwg.org/#warn" hreflang="en" lang="en">Console API<br>
- <small lang="en-US">Определение 'console.warn()' в спецификации.</small></a></td>
- <td><span class="spec-Living">Живой стандарт</span></td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>