From ed99ca385fcffbd4027dac3152547bde690d737b Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:03:53 +0100 Subject: move *.html to *.md --- files/fr/web/xslt/element/fallback/index.html | 30 --------------------------- files/fr/web/xslt/element/fallback/index.md | 30 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 files/fr/web/xslt/element/fallback/index.html create mode 100644 files/fr/web/xslt/element/fallback/index.md (limited to 'files/fr/web/xslt/element/fallback') diff --git a/files/fr/web/xslt/element/fallback/index.html b/files/fr/web/xslt/element/fallback/index.html deleted file mode 100644 index 9cf3514a9e..0000000000 --- a/files/fr/web/xslt/element/fallback/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: fallback -slug: Web/XSLT/Element/fallback -tags: - - Référence_XSLT -translation_of: Web/XSLT/Element/fallback -original_slug: Web/XSLT/fallback ---- -

-{{ XsltRef() }} -

L'élément <xsl:fallback> définit le modèle à utiliser si un élément d'extension donné (ou, éventuellement, une nouvelle version) n'est pas supporté. -

-

Syntaxe

-
<xsl:fallback>
-	MODÈLE
-</xsl:fallback>

Attributs obligatoires

-

Aucun. -

-

Attributs optionnels

-

Aucun. -

-

Type

-

Instruction, apparaît dans un modèle. -

-

Définition

-

XSLT 1.0, section 15. -

-

Gecko support

-

Pas encore supporté. -

\ No newline at end of file diff --git a/files/fr/web/xslt/element/fallback/index.md b/files/fr/web/xslt/element/fallback/index.md new file mode 100644 index 0000000000..9cf3514a9e --- /dev/null +++ b/files/fr/web/xslt/element/fallback/index.md @@ -0,0 +1,30 @@ +--- +title: fallback +slug: Web/XSLT/Element/fallback +tags: + - Référence_XSLT +translation_of: Web/XSLT/Element/fallback +original_slug: Web/XSLT/fallback +--- +

+{{ XsltRef() }} +

L'élément <xsl:fallback> définit le modèle à utiliser si un élément d'extension donné (ou, éventuellement, une nouvelle version) n'est pas supporté. +

+

Syntaxe

+
<xsl:fallback>
+	MODÈLE
+</xsl:fallback>

Attributs obligatoires

+

Aucun. +

+

Attributs optionnels

+

Aucun. +

+

Type

+

Instruction, apparaît dans un modèle. +

+

Définition

+

XSLT 1.0, section 15. +

+

Gecko support

+

Pas encore supporté. +

\ No newline at end of file -- cgit v1.2.3-54-g00ecf