From dba03fd54f0f549e2d64228409e45edbc73c3209 Mon Sep 17 00:00:00 2001 From: Jean-Yves Perrier Date: Tue, 1 Jun 2021 16:35:24 +0200 Subject: [PATCH] Update templates for BCD in front-runner --- .../page_types/api_constructor_subpage_template/index.html | 3 ++- .../page_types/api_event_handler_subpage_template/index.html | 3 ++- .../page_types/api_event_subpage_template/index.html | 3 ++- .../structures/page_types/api_landing_page_template/index.html | 3 ++- .../page_types/api_method_subpage_template/index.html | 3 ++- .../page_types/api_property_subpage_template/index.html | 3 ++- .../page_types/api_reference_page_template/index.html | 3 ++- .../page_types/css_property_page_template/index.html | 3 ++- .../page_types/css_selector_page_template/index.html | 3 ++- .../page_types/html_element_page_template/index.html | 3 ++- .../structures/page_types/http_header_page_template/index.html | 3 ++- .../structures/page_types/svg_element_page_template/index.html | 3 ++- 12 files changed, 24 insertions(+), 12 deletions(-) diff --git a/files/en-us/mdn/structures/page_types/api_constructor_subpage_template/index.html b/files/en-us/mdn/structures/page_types/api_constructor_subpage_template/index.html index 785b329ffa06739..357a3510cd51fec 100644 --- a/files/en-us/mdn/structures/page_types/api_constructor_subpage_template/index.html +++ b/files/en-us/mdn/structures/page_types/api_constructor_subpage_template/index.html @@ -7,6 +7,7 @@ - Template - constructor subpage - reference page +browser-compat: path.to.feature.NameOfTheConstructor ---
{{MDNSidebar}}
@@ -111,7 +112,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheConstructor")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/api_event_handler_subpage_template/index.html b/files/en-us/mdn/structures/page_types/api_event_handler_subpage_template/index.html index 0f3b56e967db21e..a37ae39b92c0e7b 100644 --- a/files/en-us/mdn/structures/page_types/api_event_handler_subpage_template/index.html +++ b/files/en-us/mdn/structures/page_types/api_event_handler_subpage_template/index.html @@ -7,6 +7,7 @@ - Template - event handler subpage - reference page +browser-compat: path.to.feature.NameOfTheProperty ---
{{MDNSidebar}}
@@ -89,7 +90,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheProperty")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/api_event_subpage_template/index.html b/files/en-us/mdn/structures/page_types/api_event_subpage_template/index.html index aa0c9886e926074..3bbe3247b74e277 100644 --- a/files/en-us/mdn/structures/page_types/api_event_subpage_template/index.html +++ b/files/en-us/mdn/structures/page_types/api_event_subpage_template/index.html @@ -7,6 +7,7 @@ - Event subpage - Template - reference page +browser-compat: path.to.feature.NameOfTheEvent_event ---
{{MDNSidebar}}
@@ -118,7 +119,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheEvent_event")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/api_landing_page_template/index.html b/files/en-us/mdn/structures/page_types/api_landing_page_template/index.html index 5bcabc7122ba170..d30a230bbb8a252 100644 --- a/files/en-us/mdn/structures/page_types/api_landing_page_template/index.html +++ b/files/en-us/mdn/structures/page_types/api_landing_page_template/index.html @@ -5,6 +5,7 @@ - API - Landing - Template +browser-compat: path.to.feature.NameOfAPI ---
{{MDNSidebar}}
@@ -123,7 +124,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfAPI")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/api_method_subpage_template/index.html b/files/en-us/mdn/structures/page_types/api_method_subpage_template/index.html index cd6fb80cdc3c4a9..5afcc06f668936c 100644 --- a/files/en-us/mdn/structures/page_types/api_method_subpage_template/index.html +++ b/files/en-us/mdn/structures/page_types/api_method_subpage_template/index.html @@ -7,6 +7,7 @@ - Template - method subpage - reference page +browser-compat: path.to.feature.NameOfTheMethod ---

{{MDNSidebar}}

@@ -109,7 +110,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheMethod")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/api_property_subpage_template/index.html b/files/en-us/mdn/structures/page_types/api_property_subpage_template/index.html index 90eb15f4f0fbc70..34adaec270f92f8 100644 --- a/files/en-us/mdn/structures/page_types/api_property_subpage_template/index.html +++ b/files/en-us/mdn/structures/page_types/api_property_subpage_template/index.html @@ -7,6 +7,7 @@ - Template - property subpage - reference page +browser-compat: path.to.feature.NameOfTheProperty ---

{{MDNSidebar}}

@@ -91,7 +92,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheProperty")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/api_reference_page_template/index.html b/files/en-us/mdn/structures/page_types/api_reference_page_template/index.html index 0fd90fa34142c9d..49afc2dc8475579 100644 --- a/files/en-us/mdn/structures/page_types/api_reference_page_template/index.html +++ b/files/en-us/mdn/structures/page_types/api_reference_page_template/index.html @@ -5,6 +5,7 @@ - API - Template - reference page +browser-compat: path.to.feature.NameOfTheInterface ---

{{MDNSidebar}}

@@ -133,7 +134,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheInterface")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/css_property_page_template/index.html b/files/en-us/mdn/structures/page_types/css_property_page_template/index.html index b9a52efd3fd71f6..6224cc3cb7fc17b 100644 --- a/files/en-us/mdn/structures/page_types/css_property_page_template/index.html +++ b/files/en-us/mdn/structures/page_types/css_property_page_template/index.html @@ -6,6 +6,7 @@ - Property - Reference - Template +browser-compat: path.to.feature.NameOfTheProperty ---
{{MDNSidebar}}
@@ -110,7 +111,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheProperty")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/css_selector_page_template/index.html b/files/en-us/mdn/structures/page_types/css_selector_page_template/index.html index b3af550add96de1..49061ec5a17ca12 100644 --- a/files/en-us/mdn/structures/page_types/css_selector_page_template/index.html +++ b/files/en-us/mdn/structures/page_types/css_selector_page_template/index.html @@ -6,6 +6,7 @@ - Reference - Selector - Template +browser-compat: css.selectors.NameOfTheSelector ---

{{MDNSidebar}}

@@ -92,7 +93,7 @@

Specifications

Browser compatibility

-

{{Compat("css.selectors.NameOfTheSelector")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/html_element_page_template/index.html b/files/en-us/mdn/structures/page_types/html_element_page_template/index.html index bbc3e12c5f769ea..867b908010533e8 100644 --- a/files/en-us/mdn/structures/page_types/html_element_page_template/index.html +++ b/files/en-us/mdn/structures/page_types/html_element_page_template/index.html @@ -6,6 +6,7 @@ - HTML - Template - reference page +browser-compat: path.to.feature.NameOfTheElement ---
{{MDNSidebar}}
@@ -160,7 +161,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheElement")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/http_header_page_template/index.html b/files/en-us/mdn/structures/page_types/http_header_page_template/index.html index 5138631401f0315..d8d1c07a0d2461f 100644 --- a/files/en-us/mdn/structures/page_types/http_header_page_template/index.html +++ b/files/en-us/mdn/structures/page_types/http_header_page_template/index.html @@ -6,6 +6,7 @@ - Reference - Template - reference page +browser-compat: path.to.feature.NameOfTheHeader ---
{{MDNSidebar}}
@@ -113,7 +114,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheHeader")}}

+

{{Compat}}

See also

diff --git a/files/en-us/mdn/structures/page_types/svg_element_page_template/index.html b/files/en-us/mdn/structures/page_types/svg_element_page_template/index.html index 1ee1b4d2c153215..96dcb7013c02b72 100644 --- a/files/en-us/mdn/structures/page_types/svg_element_page_template/index.html +++ b/files/en-us/mdn/structures/page_types/svg_element_page_template/index.html @@ -6,6 +6,7 @@ - SVG - Template - reference page +browser-compat: path.to.feature.NameOfTheElement ---
{{FirefoxSidebar}}
@@ -114,7 +115,7 @@

Specifications

Browser compatibility

-

{{Compat("path.to.feature.NameOfTheElement")}}

+

{{Compat}}

See also