diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd /files/fr/mdn | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/fr/mdn')
-rw-r--r-- | files/fr/mdn/structures/macros/commonly-used_macros/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/files/fr/mdn/structures/macros/commonly-used_macros/index.html b/files/fr/mdn/structures/macros/commonly-used_macros/index.html index 39f5a08225..71fcc8672d 100644 --- a/files/fr/mdn/structures/macros/commonly-used_macros/index.html +++ b/files/fr/mdn/structures/macros/commonly-used_macros/index.html @@ -197,22 +197,6 @@ translation_of: MDN/Structures/Macros/Commonly-used_macros <p>The {{TemplateLink("AvailableInWorkers")}} macro inserts a localised note box indicating that a feature is available in a <a href="/en-US/docs/Web/API/Web_Workers_API">Web worker</a> context.</p> -<h2 id="Version_information_macros">Version information macros</h2> - -<p>These macros are used to indicate that content is relevant only to specific versions of a product.</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}: For example: {{ gecko_minversion_inline("100.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}: For example: {{ fx_minversion_inline("100.9") }}</li> -</ul> - -<p>These macros are not shown when the specified version is lower than current gecko release.</p> - -<ul> - <li>{{TemplateLink("gecko_minversion_inline")}}(9.9): {{ gecko_minversion_inline("9.9") }}</li> - <li>{{TemplateLink("fx_minversion_inline")}}(9.9): {{ fx_minversion_inline("9.9") }}</li> -</ul> - <ol> </ol> |