aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/xpath/functions/format-number/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/xpath/functions/format-number/index.html')
-rw-r--r--files/pl/web/xpath/functions/format-number/index.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/files/pl/web/xpath/functions/format-number/index.html b/files/pl/web/xpath/functions/format-number/index.html
new file mode 100644
index 0000000000..5801ec3064
--- /dev/null
+++ b/files/pl/web/xpath/functions/format-number/index.html
@@ -0,0 +1,38 @@
+---
+title: format-number
+slug: Web/XPath/Funkcje/format-number
+tags:
+ - Dokumentacje
+ - Wszystkie_kategorie
+ - XSLT
+ - 'XSLT:Dokumentacje'
+translation_of: Web/XPath/Functions/format-number
+---
+<p>
+{{ XsltRef() }}
+</p><p><br>
+</p><p>Funkcja <code>format-number</code> ocenia liczbę i zwraca łańcuch znaków reprezentujący liczbę w podanym formacie. </p>
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia"> Składnia </h3>
+<pre class="eval">format-number( <i>liczba</i> , <i>wzorzec</i> [, <i>format_dziesiętny</i>] )
+</pre>
+<h3 id="Argumenty" name="Argumenty"> Argumenty </h3>
+<dl><dt><code><i>liczba</i></code>
+</dt><dd>Liczba do sformatowania
+</dd></dl>
+<dl><dt><code><i>wzorzec</i></code>
+</dt><dd>Łańcuch znaków w formacie klasy DecimalFormat <a href="http://java.sun.com/products/archive/jdk/1.1/" class="external">JDK 1.1</a> (Dokumentacja JDK 1.1 nie jest dostępna. Dostępne są informacje dotyczące <a href="http://java.sun.com/javase/6/docs/api/java/text/DecimalFormat.html" class="external">Java SE 6 DecimalFormat</a>.).
+</dd></dl>
+<dl><dt><code><i>format_dziesiętny</i></code> (opcjonalnie)
+</dt><dd>Nazwa elementu <code><a href="pl/XSLT/decimal-format"> xsl:decimal-format</a></code> definiująca format liczby, który ma zostać użyty. Jeśli argument zostanie pominięty, użyty zostanie format dziesiętny.
+</dd></dl>
+<h3 id="Zwraca" name="Zwraca"> Zwraca </h3>
+<p>Łańcuch znaków reprezentujący liczbę w nowym formacie.
+</p>
+<h3 id="Uwagi" name="Uwagi"> Uwagi </h3>
+<p>Ta funkcja jest specyficznym dla XSLT dodatkiem do XPath. Nie jest częścią głównej biblioteki funkcji XPath. </p>
+<h3 id="Definicja" name="Definicja"> Definicja </h3>
+<p><a href="http://www.w3.org/TR/xslt#function-format-number" class="external">XSLT 1.0 12.3</a>
+</p>
+<h3 id="Gecko" name="Gecko"> Gecko </h3>
+<p>Obsługuje.
+</p>{{ languages( { "en": "en/XPath/Functions/format-number", "fr": "fr/XPath/Fonctions/format-number" } ) }}