Translations

Jdoc statements/26/de: Difference between revisions

From Joomla! Documentation

No edit summary
No edit summary
 
Line 1: Line 1:
Das Attribut <tt>type</tt> gibt die Art des zu rendernden Inhalts anstelle des Elements <code><jdoc:include /></code> an. Beispielsweise enthält die Anweisung <code><jdoc:include '''type="head"''' /></code> das <code>type</code>-Attribut <code>head</code> (<code>type="head"</code>). (''Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem abschließenden /> ist ebenfalls obligatorisch''.)
Das Attribut <tt>type</tt> gibt die Art des zu rendernden Inhalts anstelle des Elements <code><jdoc:include /></code> an. Beispielsweise enthält die Anweisung <code><jdoc:include '''type="head"''' /></code> das <code>type</code>-Attribut <code>head</code> (<code>type="head"</code>). (''Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um die Attribute und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem abschließenden /> ist ebenfalls obligatorisch''.)

Latest revision as of 20:38, 5 April 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Jdoc statements)
The <tt>type</tt> attribute specifies the type of content to be rendered in place of the <code><jdoc:include /></code> element. For example, the <code><jdoc:include '''''type="head"''''' /></code> statement uses the <code>type</code> attribute <code>head</code> (<code>type="head"</code>). (''Note: Jdoc expressions require double quotes around attributes, and won't work with single quotes. The space before the closing /> is also mandatory''.)

Das Attribut type gibt die Art des zu rendernden Inhalts anstelle des Elements <jdoc:include /> an. Beispielsweise enthält die Anweisung <jdoc:include type="head" /> das type-Attribut head (type="head"). (Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um die Attribute und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem abschließenden /> ist ebenfalls obligatorisch.)