diff options
Diffstat (limited to 'files/fr/mdn/structures')
| -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> |
