aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/console
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-25 10:06:22 +0300
committerGitHub <noreply@github.com>2021-10-25 10:06:22 +0300
commitf3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 (patch)
tree6cde25b36984040fda960876bff7acc84161ed7e /files/ru/web/api/console
parente87401f97c68764ae7070f305199af2f529c1def (diff)
downloadtranslated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.gz
translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.bz2
translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.zip
Использование макроса для вставки специфицикаций (#2850)
* Использование макроса для вставки специфицикаций * Replaces
Diffstat (limited to 'files/ru/web/api/console')
-rw-r--r--files/ru/web/api/console/assert/index.html17
-rw-r--r--files/ru/web/api/console/countreset/index.html17
-rw-r--r--files/ru/web/api/console/debug/index.html17
-rw-r--r--files/ru/web/api/console/info/index.html17
-rw-r--r--files/ru/web/api/console/table/index.html17
-rw-r--r--files/ru/web/api/console/timelog/index.html17
6 files changed, 6 insertions, 96 deletions
diff --git a/files/ru/web/api/console/assert/index.html b/files/ru/web/api/console/assert/index.html
index 1ca29fa5f7..032c70fc4c 100644
--- a/files/ru/web/api/console/assert/index.html
+++ b/files/ru/web/api/console/assert/index.html
@@ -80,22 +80,7 @@ for (let number = 2; number &lt;= 5; number += 1) {
<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", "#consoleassertexpression-object", "console.assert()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
diff --git a/files/ru/web/api/console/countreset/index.html b/files/ru/web/api/console/countreset/index.html
index 41c80c15a5..a0e5f04d39 100644
--- a/files/ru/web/api/console/countreset/index.html
+++ b/files/ru/web/api/console/countreset/index.html
@@ -106,22 +106,7 @@ console.count("alice");</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#count", "console.countReset()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
diff --git a/files/ru/web/api/console/debug/index.html b/files/ru/web/api/console/debug/index.html
index cd9cbfc5f3..4d90c7e264 100644
--- a/files/ru/web/api/console/debug/index.html
+++ b/files/ru/web/api/console/debug/index.html
@@ -30,22 +30,7 @@ console.debug(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#debug", "console.debug()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/console/info/index.html b/files/ru/web/api/console/info/index.html
index 0bee52345a..1bccf144ec 100644
--- a/files/ru/web/api/console/info/index.html
+++ b/files/ru/web/api/console/info/index.html
@@ -33,22 +33,7 @@ console.info(<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", "#consoleinfoobject--object-", "console.info()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
diff --git a/files/ru/web/api/console/table/index.html b/files/ru/web/api/console/table/index.html
index d264f7dda2..dda36539dc 100644
--- a/files/ru/web/api/console/table/index.html
+++ b/files/ru/web/api/console/table/index.html
@@ -121,22 +121,7 @@ console.table([john, jane, emily], ["firstName"]);</pre>
<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", "#consoletabledata-columns", "console.table()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
diff --git a/files/ru/web/api/console/timelog/index.html b/files/ru/web/api/console/timelog/index.html
index 4d92952cca..2a837c225c 100644
--- a/files/ru/web/api/console/timelog/index.html
+++ b/files/ru/web/api/console/timelog/index.html
@@ -60,22 +60,7 @@ console.timeEnd("answer time");
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#timelog", "console.timeLog()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Первоначальное определение</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>