aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/format-number
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-11 08:59:11 +0100
committerGitHub <noreply@github.com>2021-11-11 08:59:11 +0100
commitb7d563653d48e4e78837de9dc49b03df9e7a111c (patch)
tree16f7437d6d57f65a1e0e5731a01829349e753b46 /files/fr/web/xpath/functions/format-number
parent96e58ba08b933501f77766a690cdd9a55a4c1173 (diff)
downloadtranslated-content-b7d563653d48e4e78837de9dc49b03df9e7a111c.tar.gz
translated-content-b7d563653d48e4e78837de9dc49b03df9e7a111c.tar.bz2
translated-content-b7d563653d48e4e78837de9dc49b03df9e7a111c.zip
Fix md conversion errors (#3027)
Diffstat (limited to 'files/fr/web/xpath/functions/format-number')
-rw-r--r--files/fr/web/xpath/functions/format-number/index.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/files/fr/web/xpath/functions/format-number/index.html b/files/fr/web/xpath/functions/format-number/index.html
index 15b02fb051..3ea1be6d11 100644
--- a/files/fr/web/xpath/functions/format-number/index.html
+++ b/files/fr/web/xpath/functions/format-number/index.html
@@ -11,29 +11,28 @@ original_slug: Web/XPath/Fonctions/format-number
</p><p><br>
La fonction <code>format-number</code> évalue un nombre et retourne une chaîne représentant le nombre dans un format donné.
</p>
-<h3 id="Syntaxe" name="Syntaxe"> Syntaxe </h3>
+<h3 id="Syntaxe">Syntaxe </h3>
<pre class="eval">format-number( <i>nombre</i> , <i>motif</i> [, <i>format-décimal</i>] )
</pre>
-<h3 id="Arguments" name="Arguments"> Arguments </h3>
+<h3 id="Arguments"> Arguments </h3>
<dl><dt><code><i>nombre</i></code>
</dt><dd>Le nombre à formater.
</dd></dl>
<dl><dt><code><i>motif</i></code>
-</dt><dd>Une chaîne au format de la classe <a href="http://java.sun.com/products/jdk/1.1/docs/api/java.text.DecimalFormat.html" class="external">Decimal Format (en)</a> du JDK 1.1. La notice du JDK 1.1 n'est plus disponible. Vous trouverez ici la notice pour le JSE 6: <a href="http://java.sun.com/javase/6/docs/api/java/text/DecimalFormat.html" class="external">Decimal Format (en)</a>
+</dt><dd>Une chaîne au format de la classe <a href="http://java.sun.com/products/jdk/1.1/docs/api/java.text.DecimalFormat.html">Decimal Format (en)</a> du JDK 1.1. La notice du JDK 1.1 n'est plus disponible. Vous trouverez ici la notice pour le JSE 6: <a href="http://java.sun.com/javase/6/docs/api/java/text/DecimalFormat.html">Decimal Format (en)</a>
</dd></dl>
<dl><dt><code><i>format-décimal</i></code> (optionnel)
</dt><dd>Le nom d'un élément <code><a href="fr/XSLT/decimal-format"> xsl:decimal-format</a></code> qui définit le format de nombre à utiliser. Si il est omis, le format décimal par défaut est utilisé.
</dd></dl>
-<h3 id="Retour" name="Retour"> Retour </h3>
+<h3 id="Retour"> Retour </h3>
<p>Une chaîne représentant le nombre dans le nouveau format.
</p>
-<h3 id="Notes" name="Notes"> Notes </h3>
+<h3 id="Notes"> Notes </h3>
<p>Cette fonction est un ajout à XPath spécifique à XSLT. Elle ne fait pas partie de la bibliothèque de fonctions XPath principale.
</p>
-<h3 id="D.C3.A9finition" name="D.C3.A9finition"> Définition </h3>
-<p><a href="http://www.w3.org/TR/xslt#function-format-number" class="external">XSLT 1.0, section 12.3</a>.
+<h3 id="D.C3.A9finition"> Définition </h3>
+<p><a href="http://www.w3.org/TR/xslt#function-format-number">XSLT 1.0, section 12.3</a>.
</p>
-<h3 id="Support_Gecko" name="Support_Gecko"> Support Gecko </h3>
+<h3 id="Support_Gecko"> Support Gecko </h3>
<p>Supportée.
-</p><p><span class="comment">Interwiki Languages Links</span>
-</p>{{ languages( { "en": "en/XPath/Functions/format-number", "pl": "pl/XPath/Funkcje/format-number" } ) }}
+</p> \ No newline at end of file