diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-25 10:06:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 10:06:22 +0300 |
commit | f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 (patch) | |
tree | 6cde25b36984040fda960876bff7acc84161ed7e /files/ru/web/api/history | |
parent | e87401f97c68764ae7070f305199af2f529c1def (diff) | |
download | translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.gz translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.bz2 translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.zip |
Использование макроса для вставки специфицикаций (#2850)
* Использование макроса для вставки специфицикаций
* Replaces
Diffstat (limited to 'files/ru/web/api/history')
-rw-r--r-- | files/ru/web/api/history/go/index.html | 20 | ||||
-rw-r--r-- | files/ru/web/api/history/index.html | 20 | ||||
-rw-r--r-- | files/ru/web/api/history/length/index.html | 20 | ||||
-rw-r--r-- | files/ru/web/api/history/pushstate/index.html | 20 | ||||
-rw-r--r-- | files/ru/web/api/history/replacestate/index.html | 20 |
5 files changed, 5 insertions, 95 deletions
diff --git a/files/ru/web/api/history/go/index.html b/files/ru/web/api/history/go/index.html index c214626c13..2a64e0eb93 100644 --- a/files/ru/web/api/history/go/index.html +++ b/files/ru/web/api/history/go/index.html @@ -51,25 +51,7 @@ history.go(0);</pre> <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - <tr> - <td>{{SpecName("HTML WHATWG", "history.html#dom-history-go", "History.go()")}}</td> - <td>{{Spec2("HTML WHATWG")}}</td> - <td>Не отличается от {{SpecName("HTML5 W3C")}}.</td> - </tr> - <tr> - <td>{{SpecName("HTML5 W3C", "browsers.html#dom-history-go", "History.go()")}}</td> - <td>{{Spec2("HTML5 W3C")}}</td> - <td>Изначальное определение.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость">Совместимость</h2> diff --git a/files/ru/web/api/history/index.html b/files/ru/web/api/history/index.html index 8207382e79..4a4c6b7825 100644 --- a/files/ru/web/api/history/index.html +++ b/files/ru/web/api/history/index.html @@ -56,25 +56,7 @@ translation_of: Web/API/History <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG', "browsers.html#the-history-interface", "History")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>No change from {{SpecName("HTML5 W3C")}}.</td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C', "browsers.html#the-history-interface", "History")}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td>Initial definition.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/history/length/index.html b/files/ru/web/api/history/length/index.html index 7b5b064973..471df24c2f 100644 --- a/files/ru/web/api/history/length/index.html +++ b/files/ru/web/api/history/length/index.html @@ -28,25 +28,7 @@ translation_of: Web/API/History/length <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG', "history.html#dom-history-length", "History.length")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>Нет изменений в {{SpecName("HTML5 W3C")}}.</td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C', "browsers.html#dom-history-length", "History.length")}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td>Начальное определение</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/history/pushstate/index.html b/files/ru/web/api/history/pushstate/index.html index 38d2a9ea16..014e34ae6f 100644 --- a/files/ru/web/api/history/pushstate/index.html +++ b/files/ru/web/api/history/pushstate/index.html @@ -65,25 +65,7 @@ history.pushState(state, title, url)</pre> <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Комментарий</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG', "browsers.html#dom-history-pushstate", "History")}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>Не изменён в {{SpecName("HTML5 W3C")}}.</td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C', "browsers.html#dom-history-pushstate", "History")}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td>Начальное определение</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> diff --git a/files/ru/web/api/history/replacestate/index.html b/files/ru/web/api/history/replacestate/index.html index fc8aa58931..f9d79dd43d 100644 --- a/files/ru/web/api/history/replacestate/index.html +++ b/files/ru/web/api/history/replacestate/index.html @@ -43,25 +43,7 @@ history.pushState(stateObj, "page 2", "bar.html") <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - <tr> - <td>{{SpecName("HTML WHATWG", "history.html#dom-history-replacestate", "History.replaceState()")}}</td> - <td>{{Spec2("HTML WHATWG")}}</td> - <td>No change from {{SpecName("HTML5 W3C")}}.</td> - </tr> - <tr> - <td>{{SpecName("HTML5 W3C", "history.html#dom-history-replacestate", "History.replaceState()")}}</td> - <td>{{Spec2("HTML5 W3C")}}</td> - <td>Initial definition.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> |