From de5c456ebded0e038adbf23db34cc290c8829180 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:24 +0100 Subject: unslug pl: move --- files/pl/web/xslt/element/otherwise/index.html | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/pl/web/xslt/element/otherwise/index.html (limited to 'files/pl/web/xslt/element/otherwise/index.html') diff --git a/files/pl/web/xslt/element/otherwise/index.html b/files/pl/web/xslt/element/otherwise/index.html new file mode 100644 index 0000000000..7b3a02ace5 --- /dev/null +++ b/files/pl/web/xslt/element/otherwise/index.html @@ -0,0 +1,32 @@ +--- +title: otherwise +slug: Web/XSLT/otherwise +tags: + - Dokumentacje + - Wszystkie_kategorie + - XSLT + - 'XSLT:Dokumentacje' +translation_of: Web/XSLT/Element/otherwise +--- +

+{{ XsltRef() }} +

Element <xsl:otherwise> jest używany do zdefiniowania czynności, która jest wykonywana, gdy żaden z warunków <xsl:when> nie ma zastosowania. Element jest podobny do instrukcji else lub default znanej z innych języków programowania. +

+

Składnia

+
<xsl:otherwise>
+	SZABLON
+</xsl:otherwise>

Wymagane atrybuty

+

Brak. +

+

Opcjonalne atrybuty

+

Brak. +

+

Typ

+

Podinstrukcja, musi pojawić się wewnątrz szablonu jako ostatnie dziecko elementu <xsl:choose>. +

+

Definicja

+

XSLT, sekcja 9.2 +

+

Gecko

+

Obsługuje. +

{{ languages( { "en": "en/XSLT/otherwise", "es": "es/XSLT/otherwise", "fr": "fr/XSLT/otherwise" } ) }} -- cgit v1.2.3-54-g00ecf