aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla
diff options
context:
space:
mode:
authorYujiSoftware <yuji.software+github@gmail.com>2021-03-30 18:22:36 +0900
committerGitHub <noreply@github.com>2021-03-30 18:22:36 +0900
commit8e33c52f809796c68a683ad343f37ee4e7ce4616 (patch)
tree8173bf5eaf5c192eb2487efe37c7b74997800898 /files/ja/mozilla
parent8ea157f6b6fbef9c60695918c6a6382677e5b5df (diff)
downloadtranslated-content-8e33c52f809796c68a683ad343f37ee4e7ce4616.tar.gz
translated-content-8e33c52f809796c68a683ad343f37ee4e7ce4616.tar.bz2
translated-content-8e33c52f809796c68a683ad343f37ee4e7ce4616.zip
Migrate CompatibilityTable to Compat macro (lang-ja) (#356)
* Migrate to Compat macro (ja/mozilla/add-ons/webextensions) * Migrate to Compat macro (ja/web/api)
Diffstat (limited to 'files/ja/mozilla')
-rw-r--r--files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html44
-rw-r--r--files/ja/mozilla/add-ons/webextensions/api/alarms/clear/index.html42
-rw-r--r--files/ja/mozilla/add-ons/webextensions/api/alarms/clearall/index.html42
-rw-r--r--files/ja/mozilla/add-ons/webextensions/api/alarms/get/index.html42
-rw-r--r--files/ja/mozilla/add-ons/webextensions/api/alarms/onalarm/index.html42
5 files changed, 5 insertions, 207 deletions
diff --git a/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html b/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html
index 0d57999f01..6d91ff819f 100644
--- a/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html
+++ b/files/ja/mozilla/add-ons/webextensions/api/alarms/alarm/index.html
@@ -32,49 +32,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/alarms/Alarm
<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Opera</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatUnknown }}</td>
- <td>{{ CompatGeckoDesktop('45.0') }}</td>
- <td>{{ CompatOpera('33') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Edge</th>
- <th>Firefox OS</th>
- <th>Firefox Mobile (Gecko)</th>
- </tr>
- <tr>
- <td>
- <p>基本サポート</p>
- </td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("webextensions.api.alarms.Alarm")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/ja/mozilla/add-ons/webextensions/api/alarms/clear/index.html b/files/ja/mozilla/add-ons/webextensions/api/alarms/clear/index.html
index e4ddafb425..d91fc98de9 100644
--- a/files/ja/mozilla/add-ons/webextensions/api/alarms/clear/index.html
+++ b/files/ja/mozilla/add-ons/webextensions/api/alarms/clear/index.html
@@ -42,47 +42,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/alarms/clear
<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Opera</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatUnknown }}</td>
- <td>{{ CompatGeckoDesktop('45.0') }}</td>
- <td>{{ CompatOpera('33') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Edge</th>
- <th>Firefox OS</th>
- <th>Firefox Mobile (Gecko)</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("webextensions.api.alarms.clear")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/ja/mozilla/add-ons/webextensions/api/alarms/clearall/index.html b/files/ja/mozilla/add-ons/webextensions/api/alarms/clearall/index.html
index 889a71b697..e2305da407 100644
--- a/files/ja/mozilla/add-ons/webextensions/api/alarms/clearall/index.html
+++ b/files/ja/mozilla/add-ons/webextensions/api/alarms/clearall/index.html
@@ -39,47 +39,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/alarms/clearAll
<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Opera</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatUnknown }}</td>
- <td>{{ CompatGeckoDesktop('45.0') }}</td>
- <td>{{ CompatOpera('33') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Edge</th>
- <th>Firefox OS</th>
- <th>Firefox Mobile (Gecko)</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("webextensions.api.alarms.clearAll")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/ja/mozilla/add-ons/webextensions/api/alarms/get/index.html b/files/ja/mozilla/add-ons/webextensions/api/alarms/get/index.html
index 500a3be7db..8c41af5a03 100644
--- a/files/ja/mozilla/add-ons/webextensions/api/alarms/get/index.html
+++ b/files/ja/mozilla/add-ons/webextensions/api/alarms/get/index.html
@@ -42,47 +42,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/alarms/get
<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Opera</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatUnknown }}</td>
- <td>{{ CompatGeckoDesktop('45.0') }}</td>
- <td>{{ CompatOpera('33') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Edge</th>
- <th>Firefox OS</th>
- <th>Firefox Mobile (Gecko)</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("webextensions.api.alarms.get")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/ja/mozilla/add-ons/webextensions/api/alarms/onalarm/index.html b/files/ja/mozilla/add-ons/webextensions/api/alarms/onalarm/index.html
index fec4fd491a..b539d7465c 100644
--- a/files/ja/mozilla/add-ons/webextensions/api/alarms/onalarm/index.html
+++ b/files/ja/mozilla/add-ons/webextensions/api/alarms/onalarm/index.html
@@ -55,47 +55,7 @@ browser.alarms.onAlarm.hasListener(listener)
<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Opera</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatUnknown }}</td>
- <td>{{ CompatGeckoDesktop('45.0') }}</td>
- <td>{{ CompatOpera('33') }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>機能</th>
- <th>Edge</th>
- <th>Firefox OS</th>
- <th>Firefox Mobile (Gecko)</th>
- </tr>
- <tr>
- <td>基本サポート</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- <td>{{ CompatNo() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
+<p>{{Compat("webextensions.api.alarms.onAlarm")}}</p>
<p>{{WebExtExamples}}</p>