diff --git a/files/ko/learn/css/building_blocks/debugging_css/index.md b/files/ko/learn/css/building_blocks/debugging_css/index.md
index 418dbaa9aaea19..c5a9a02c56c66d 100644
--- a/files/ko/learn/css/building_blocks/debugging_css/index.md
+++ b/files/ko/learn/css/building_blocks/debugging_css/index.md
@@ -163,7 +163,7 @@ DevTools는 CSS 문제를 해결할 때 큰 도움이 될 수 있으므로 CSS
또한 MDN의 각 속성 페이지 하단에 있는 브라우저 호환성 표를 볼 수 있습니다. 이것들은 해당 속성에 대한 브라우저 지원을 보여주며, 속성의 일부 사용에 대한 지원이 있고 다른 것은 지원하지 않는 경우 종종 세분화됩니다. 아래 표는 {{cssxref("shape-outside")}} 속성에 대한 호환성 데이터를 보여줍니다.
-{{compat("css.shape-outside")}}
+{{Compat}}
### 다른 것이 CSS를 무시합니까?
diff --git a/files/ko/learn/css/first_steps/what_is_css/index.md b/files/ko/learn/css/first_steps/what_is_css/index.md
index bef4dbbd55e29d..ee86b34c2a89de 100644
--- a/files/ko/learn/css/first_steps/what_is_css/index.md
+++ b/files/ko/learn/css/first_steps/what_is_css/index.md
@@ -99,7 +99,7 @@ CSS 가 지정되면 하나 이상의 브라우저가 이를 구현한 경우에
다음은 CSS [`font-family`](/ko/docs/Web/CSS/font-family) 속성에 대한 데이터 차트입니다.
-{{Compat("css.properties.font-family")}}
+{{Compat}}
## 다음은 뭐죠
diff --git a/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md b/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md
index 67c190296cea22..ec133650b521a0 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/contentscripts/index.md
@@ -27,6 +27,6 @@ slug: Mozilla/Add-ons/WebExtensions/API/contentScripts
## 브라우저 호환성
-{{Compat("webextensions.api.contentScripts", 10, 1)}}
+{{Compat}}
{{WebExtExamples("h2")}}
diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md
index 9ea383ad8984d1..734bc90eaeeb0f 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.md
@@ -47,7 +47,7 @@ original_slug: Mozilla/Add-ons/WebExtensions/API/contextMenus/ContextType
## 브라우저 호환성
-{{Compat("webextensions.api.menus.ContextType", 10)}}
+{{Compat}}
{{WebExtExamples}}
diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md
index 37210a7b6e3b21..fbddbe3d536ad4 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.md
@@ -102,7 +102,7 @@ browser.menus.create(
## 브라우저 호환성
-{{Compat("webextensions.api.menus.create", 10)}}
+{{Compat}}
## 예제
diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md
index 720239708ec5e1..ace794ec395fd3 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/menus/gettargetelement/index.md
@@ -47,7 +47,7 @@ browser.menus.create({
## 브라우저 호환성
-{{Compat("webextensions.api.menus.getTargetElement")}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md b/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md
index 9bf0772e1a286d..625896d41144f0 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.md
@@ -96,7 +96,7 @@ Events have three functions:
## 브라우저 호환성
-{{Compat("webextensions.api.menus.onShown", 10)}}
+{{Compat}}
## 예제
diff --git a/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md b/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md
index 4a74e56503822a..3df46d33a790d5 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/pageaction/index.md
@@ -50,7 +50,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/pageAction
## 브라우저 호환성
-{{Compat("webextensions.api.pageAction")}}
+{{Compat}}
{{WebExtExamples("h2")}}
diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md
index 577e18edd1faff..a7ccb8e3a8a541 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/storage/local/index.md
@@ -34,7 +34,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/storage/local
## 브라우저 호환성
-{{Compat("webextensions.api.storage.local")}}
+{{Compat}}
{{WebExtExamples}}
diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md
index de9d1511491ba2..76b2fdb0e2febf 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/get/index.md
@@ -32,7 +32,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/get
## 브라우저 호환성
-{{Compat("webextensions.api.storage.StorageArea.get")}}
+{{Compat}}
## 예제
diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md
index dba9d060528622..1ce99942a08d77 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/index.md
@@ -26,7 +26,7 @@ Values of this type are objects.
## Browser compatibility
-{{Compat("webextensions.api.storage.StorageArea")}}
+{{Compat}}
{{WebExtExamples}}
diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md
index 69610cf75a13a0..e92283fb3fdc19 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/storage/storagearea/set/index.md
@@ -31,7 +31,7 @@ let settingItem = browser.storage.<storageType>.set(
## 브라우저 호환성
-{{Compat("webextensions.api.storage.StorageArea.set")}}
+{{Compat}}
## 예제
diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md b/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md
index 56a0da741e47fc..4dbe210767ec46 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.md
@@ -27,7 +27,7 @@ Firefox에서 `sync.storage` 는 고유한 부가기능 ID에 의존성을 갖
## Browser 호환성
-{{Compat("webextensions.api.storage.sync")}}
+{{Compat}}
{{WebExtExamples}}
diff --git a/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md b/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md
index 38073068d07c13..54d41966b14063 100644
--- a/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md
+++ b/files/ko/mozilla/add-ons/webextensions/api/webrequest/index.md
@@ -122,7 +122,7 @@ To do this, you must have the "webRequestBlocking" API permission as well as the
## Browser compatibility
-{{Compat("webextensions.api.webRequest")}}
+{{Compat}}
[Extra notes on Chrome incompatibilities](/ko/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities#webRequest_incompatibilities).
diff --git a/files/ko/web/api/clipboard_api/index.md b/files/ko/web/api/clipboard_api/index.md
index be4f0bbea2d3bd..a3a1d786a498a6 100644
--- a/files/ko/web/api/clipboard_api/index.md
+++ b/files/ko/web/api/clipboard_api/index.md
@@ -38,15 +38,15 @@ navigator.clipboard.readText().then(
### Clipboard
-{{Compat("api.Clipboard")}}
+{{Compat}}
### ClipboardEvent
-{{Compat("api.ClipboardEvent")}}
+{{Compat}}
### ClipboardItem
-{{Compat("api.ClipboardItem")}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/web/api/encoding_api/index.md b/files/ko/web/api/encoding_api/index.md
index d34a05aceb2afc..2824553d3c8cb4 100644
--- a/files/ko/web/api/encoding_api/index.md
+++ b/files/ko/web/api/encoding_api/index.md
@@ -26,7 +26,7 @@ slug: Web/API/Encoding_API
### `TextDecoder`
-{{Compat("api.TextDecoder")}}
+{{Compat}}
### `TextEncoder`
diff --git a/files/ko/web/api/geolocation_api/index.md b/files/ko/web/api/geolocation_api/index.md
index 32c9297d0b65f5..3cd224841c3533 100644
--- a/files/ko/web/api/geolocation_api/index.md
+++ b/files/ko/web/api/geolocation_api/index.md
@@ -55,7 +55,7 @@ Geolocation API는 {{domxref("Navigator.geolocation", "navigator.geolocation")}}
## 브라우저 호환성
-{{Compat("api.Geolocation")}}
+{{Compat}}
### 가용성
diff --git a/files/ko/web/api/network_information_api/index.md b/files/ko/web/api/network_information_api/index.md
index 99e45afcb2b37a..6f36bbd3c814e3 100644
--- a/files/ko/web/api/network_information_api/index.md
+++ b/files/ko/web/api/network_information_api/index.md
@@ -33,11 +33,11 @@ updateConnectionStatus();
### NetworkInformation
-{{Compat("api.NetworkInformation")}}
+{{Compat}}
### Navigator.connection
-{{Compat("api.Navigator.connection")}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/web/api/web_audio_api/index.md b/files/ko/web/api/web_audio_api/index.md
index 3f24599a3dd23a..1dd0077bbffc67 100644
--- a/files/ko/web/api/web_audio_api/index.md
+++ b/files/ko/web/api/web_audio_api/index.md
@@ -196,7 +196,7 @@ Web Audio API에서 사용하기 위한 오디오 소스를 정의하는 인터
### AudioContext
-{{Compat("api.AudioContext", 0)}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/web/api/web_storage_api/index.md b/files/ko/web/api/web_storage_api/index.md
index ea6a0f3820306e..bf84014c12dba3 100644
--- a/files/ko/web/api/web_storage_api/index.md
+++ b/files/ko/web/api/web_storage_api/index.md
@@ -51,11 +51,11 @@ Web Storage의 두 가지 방식은 다음과 같습니다.
### `Window.localStorage`
-{{Compat("api.Window.localStorage")}}
+{{Compat}}
### `Window.sessionStorage`
-{{Compat("api.Window.sessionStorage")}}
+{{Compat}}
## 사생활 보호 / 시크릿 모드
diff --git a/files/ko/web/api/webglrenderbuffer/index.md b/files/ko/web/api/webglrenderbuffer/index.md
index 81158252edd411..2ba709fdec90bd 100644
--- a/files/ko/web/api/webglrenderbuffer/index.md
+++ b/files/ko/web/api/webglrenderbuffer/index.md
@@ -31,7 +31,7 @@ var buffer = gl.createRenderbuffer();
## 브라우저 호환성
-{{Compat("api.WebGLRenderbuffer")}}
+{{Compat}}
## 함께 보기
diff --git a/files/ko/web/api/window/popstate_event/index.md b/files/ko/web/api/window/popstate_event/index.md
index 6ce63d2765faaa..111b137ca48eb5 100644
--- a/files/ko/web/api/window/popstate_event/index.md
+++ b/files/ko/web/api/window/popstate_event/index.md
@@ -19,7 +19,7 @@ history.pushState() 또는 history.replaceState()는 popstate 이벤트를 발
## 브라우저 호환성
-{{Compat("api.Window.popstate_event")}}
+{{Compat}}
## Example
diff --git a/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md b/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md
index 84691924a02ae5..f2f1740c87c3ed 100644
--- a/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md
+++ b/files/ko/web/css/_doublecolon_-webkit-scrollbar/index.md
@@ -93,31 +93,31 @@ Who thought scrollbars could be made weeeeird?
### `::-webkit-scrollbar`
-{{Compat("css.selectors.-webkit-scrollbar")}}
+{{Compat}}
### `::-webkit-scrollbar-button`
-{{Compat("css.selectors.-webkit-scrollbar-button")}}
+{{Compat}}
### `::-webkit-scrollbar-thumb`
-{{Compat("css.selectors.-webkit-scrollbar-thumb")}}
+{{Compat}}
### `::-webkit-scrollbar-track`
-{{Compat("css.selectors.-webkit-scrollbar-track")}}
+{{Compat}}
### `::-webkit-scrollbar-track-piece`
-{{Compat("css.selectors.-webkit-scrollbar-track-piece")}}
+{{Compat}}
### `::-webkit-scrollbar-corner`
-{{Compat("css.selectors.-webkit-scrollbar-corner")}}
+{{Compat}}
### `::-webkit-resizer`
-{{Compat("css.selectors.-webkit-resizer")}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/web/css/css_scrollbars/index.md b/files/ko/web/css/css_scrollbars/index.md
index 3e03f3d19a259e..cb67211315c7fd 100644
--- a/files/ko/web/css/css_scrollbars/index.md
+++ b/files/ko/web/css/css_scrollbars/index.md
@@ -58,11 +58,11 @@ Dandelion cucumber earthnut pea peanut soko zucchini.
### scrollbar-width
-{{Compat("css.properties.scrollbar-width")}}
+{{Compat}}
### scrollbar-color
-{{Compat("css.properties.scrollbar-color")}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/web/html/attributes/autocomplete/index.md b/files/ko/web/html/attributes/autocomplete/index.md
index 12c74437ae5610..d6a2e3fab0ead5 100644
--- a/files/ko/web/html/attributes/autocomplete/index.md
+++ b/files/ko/web/html/attributes/autocomplete/index.md
@@ -211,7 +211,7 @@ Exampleville CA 95555
## 브라우저 호환성
-{{Compat("html.global_attributes.autocomplete")}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/web/html/attributes/rel/index.md b/files/ko/web/html/attributes/rel/index.md
index be921588bbe448..087847a58295d3 100644
--- a/files/ko/web/html/attributes/rel/index.md
+++ b/files/ko/web/html/attributes/rel/index.md
@@ -561,4 +561,4 @@ original_slug: Web/HTML/Link_types
## 브라우저 호환성
-{{Compat("html.elements.link.rel")}}
+{{Compat}}
diff --git a/files/ko/web/html/element/a/index.md b/files/ko/web/html/element/a/index.md
index 8d4f6a14f610a6..decf964c1ce2c2 100644
--- a/files/ko/web/html/element/a/index.md
+++ b/files/ko/web/html/element/a/index.md
@@ -442,7 +442,7 @@ document.querySelector('a').addEventListener('click', event =>
## 브라우저 호환성
-{{Compat("html.elements.a")}}
+{{Compat}}
## 같이 보기
diff --git a/files/ko/web/html/element/abbr/index.md b/files/ko/web/html/element/abbr/index.md
index b053c8722320c5..970d5e239aeef8 100644
--- a/files/ko/web/html/element/abbr/index.md
+++ b/files/ko/web/html/element/abbr/index.md
@@ -192,4 +192,4 @@ accessed.
## 브라우저 호환성
-{{Compat("html.elements.abbr")}}
+{{Compat}}
diff --git a/files/ko/web/html/element/address/index.md b/files/ko/web/html/element/address/index.md
index d0312650637f4d..72926e67f67f41 100644
--- a/files/ko/web/html/element/address/index.md
+++ b/files/ko/web/html/element/address/index.md
@@ -114,4 +114,4 @@ slug: Web/HTML/Element/address
## 브라우저 호환성
-{{Compat("html.elements.address")}}
+{{Compat}}
diff --git a/files/ko/web/html/element/applet/index.md b/files/ko/web/html/element/applet/index.md
index e4ac74aa4b7a4b..6c304793925fd6 100644
--- a/files/ko/web/html/element/applet/index.md
+++ b/files/ko/web/html/element/applet/index.md
@@ -53,7 +53,7 @@ HTML의 Applet 태그 (`