<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Waldiwhz</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Waldiwhz"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Waldiwhz"/>
	<updated>2026-06-23T11:06:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609452</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609452"/>
		<updated>2019-04-22T16:03:14Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Erstellung eines grundlegenden Joomla! Templates&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&lt;br /&gt;
&lt;br /&gt;
=== Das Style-Attribut ===&lt;br /&gt;
Das optionale Attribut &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; ist für die &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; Typen von &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen verfügbar. Der Attributwert bezieht sich auf den Stil [[S:MyLanguage/Module chrome|chrome]], mit dem die vom Modul generierte Ausgabe umgebrochen wird. Wenn kein Stil angegeben wird, wird standardmäßig der Wert &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; verwendet.&lt;br /&gt;
&lt;br /&gt;
Template-Designer können zusätzliche Chromnamen hinzufügen, wie in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]] beschrieben.&lt;br /&gt;
&lt;br /&gt;
== Siehe auch ==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Erstellung eines grundlegenden Joomla! Templates|Erstellung eines grundlegenden Joomla! Templates]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/21/de&amp;diff=609451</id>
		<title>Translations:Jdoc statements/21/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/21/de&amp;diff=609451"/>
		<updated>2019-04-22T16:03:13Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Erstellung eines grundlegenden Joomla! Templates&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[S:MyLanguage/Erstellung eines grundlegenden Joomla! Templates|Erstellung eines grundlegenden Joomla! Templates]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609450</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609450"/>
		<updated>2019-04-22T16:01:06Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;== Siehe auch ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&lt;br /&gt;
&lt;br /&gt;
=== Das Style-Attribut ===&lt;br /&gt;
Das optionale Attribut &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; ist für die &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; Typen von &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen verfügbar. Der Attributwert bezieht sich auf den Stil [[S:MyLanguage/Module chrome|chrome]], mit dem die vom Modul generierte Ausgabe umgebrochen wird. Wenn kein Stil angegeben wird, wird standardmäßig der Wert &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; verwendet.&lt;br /&gt;
&lt;br /&gt;
Template-Designer können zusätzliche Chromnamen hinzufügen, wie in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]] beschrieben.&lt;br /&gt;
&lt;br /&gt;
== Siehe auch ==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/19/de&amp;diff=609449</id>
		<title>Translations:Jdoc statements/19/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/19/de&amp;diff=609449"/>
		<updated>2019-04-22T16:01:05Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;== Siehe auch ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Siehe auch ==&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609448</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609448"/>
		<updated>2019-04-22T16:00:49Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Template-Designer können zusätzliche Chromnamen hinzufügen, wie in Applying custom module chrome beschrieben.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&lt;br /&gt;
&lt;br /&gt;
=== Das Style-Attribut ===&lt;br /&gt;
Das optionale Attribut &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; ist für die &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; Typen von &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen verfügbar. Der Attributwert bezieht sich auf den Stil [[S:MyLanguage/Module chrome|chrome]], mit dem die vom Modul generierte Ausgabe umgebrochen wird. Wenn kein Stil angegeben wird, wird standardmäßig der Wert &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; verwendet.&lt;br /&gt;
&lt;br /&gt;
Template-Designer können zusätzliche Chromnamen hinzufügen, wie in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]] beschrieben.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/44/de&amp;diff=609447</id>
		<title>Translations:Jdoc statements/44/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/44/de&amp;diff=609447"/>
		<updated>2019-04-22T16:00:47Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Template-Designer können zusätzliche Chromnamen hinzufügen, wie in Applying custom module chrome beschrieben.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Template-Designer können zusätzliche Chromnamen hinzufügen, wie in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]] beschrieben.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609446</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609446"/>
		<updated>2019-04-22T15:59:05Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Das optionale Attribut &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; ist für die &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; Typen von &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen verfügbar. Der Attri...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&lt;br /&gt;
&lt;br /&gt;
=== Das Style-Attribut ===&lt;br /&gt;
Das optionale Attribut &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; ist für die &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; Typen von &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen verfügbar. Der Attributwert bezieht sich auf den Stil [[S:MyLanguage/Module chrome|chrome]], mit dem die vom Modul generierte Ausgabe umgebrochen wird. Wenn kein Stil angegeben wird, wird standardmäßig der Wert &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; verwendet.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/43/de&amp;diff=609445</id>
		<title>Translations:Jdoc statements/43/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/43/de&amp;diff=609445"/>
		<updated>2019-04-22T15:59:04Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Das optionale Attribut &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; ist für die &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; Typen von &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen verfügbar. Der Attri...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Das optionale Attribut &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; ist für die &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; und &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; Typen von &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen verfügbar. Der Attributwert bezieht sich auf den Stil [[S:MyLanguage/Module chrome|chrome]], mit dem die vom Modul generierte Ausgabe umgebrochen wird. Wenn kein Stil angegeben wird, wird standardmäßig der Wert &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; verwendet.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609444</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609444"/>
		<updated>2019-04-22T15:56:14Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;=== Das Style-Attribut ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&lt;br /&gt;
&lt;br /&gt;
=== Das Style-Attribut ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/42/de&amp;diff=609443</id>
		<title>Translations:Jdoc statements/42/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/42/de&amp;diff=609443"/>
		<updated>2019-04-22T15:56:13Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;=== Das Style-Attribut ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Das Style-Attribut ===&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609442</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609442"/>
		<updated>2019-04-22T15:55:37Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/41/de&amp;diff=609441</id>
		<title>Translations:Jdoc statements/41/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/41/de&amp;diff=609441"/>
		<updated>2019-04-22T15:55:35Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Hinweis:&amp;#039;&amp;#039;&amp;#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Die Position des &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; Moduls wird normalerweise (standardmäßig) für das Top-Menü verwendet.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609440</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609440"/>
		<updated>2019-04-22T15:53:00Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/40/de&amp;diff=609439</id>
		<title>Translations:Jdoc statements/40/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/40/de&amp;diff=609439"/>
		<updated>2019-04-22T15:52:58Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nachfolgend finden Sie einige Beispiele für Modulanweisungen mit Modulpositionen, die von Joomla! Theme-Entwicklern häufig verwendet werden.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609438</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609438"/>
		<updated>2019-04-22T15:52:27Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenposition...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/39/de&amp;diff=609437</id>
		<title>Translations:Jdoc statements/39/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/39/de&amp;diff=609437"/>
		<updated>2019-04-22T15:52:26Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenposition...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Module werden auf einer Seite mit einem der folgenden Code-Beispiele gerendert. Die Module werden in verschiedene Bereiche einer Vorlage unterteilt, indem die Vorlagenpositionen in der Datei &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, festgelegt werden. Mit dem Attribut &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;&#039;[template position name]&#039;&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt; können die verschiedenen Module an ihren jeweiligen Positionen aufgerufen, gerendert und separat gestaltet werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen von Modulen zu steuern, falls unterstützt.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/38/de&amp;diff=609436</id>
		<title>Translations:Jdoc statements/38/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/38/de&amp;diff=609436"/>
		<updated>2019-04-22T15:45:26Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Modules ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Modules ====&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609435</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609435"/>
		<updated>2019-04-22T15:44:48Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_br...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/37/de&amp;diff=609434</id>
		<title>Translations:Jdoc statements/37/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/37/de&amp;diff=609434"/>
		<updated>2019-04-22T15:44:46Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_br...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dieses Element rendert ein einzelnes Modul, das durch die Attribute &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; und &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; gegeben ist: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; sollte mit dem Modultyp übereinstimmen (mod_breadcrumbs und mod_menu in den obigen Beispielen), während &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; der Modulname des gewünschten Moduls sein sollte.&lt;br /&gt;
Das betreffende Modul muss für den aktuellen Benutzer veröffentlicht und zugänglich sein, um sichtbar zu werden. Zusätzliche Attribute können bereitgestellt werden, um das Layout und das Aussehen des Moduls zu steuern, falls unterstützt.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/36/de&amp;diff=609427</id>
		<title>Translations:Jdoc statements/36/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/36/de&amp;diff=609427"/>
		<updated>2019-04-22T15:42:53Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Module ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Module ====&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609426</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609426"/>
		<updated>2019-04-22T15:42:34Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;CSS-Stile für Systemnachrichten finden Sie unter&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS-Stile für Systemnachrichten finden Sie unter templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/35/de&amp;diff=609425</id>
		<title>Translations:Jdoc statements/35/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/35/de&amp;diff=609425"/>
		<updated>2019-04-22T15:42:33Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;CSS-Stile für Systemnachrichten finden Sie unter&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CSS-Stile für Systemnachrichten finden Sie unter&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609418</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609418"/>
		<updated>2019-04-22T15:41:22Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/34/de&amp;diff=609417</id>
		<title>Translations:Jdoc statements/34/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/34/de&amp;diff=609417"/>
		<updated>2019-04-22T15:41:21Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um System- und Fehlermeldungen, die in der Anforderung aufgetreten sind, darzustellen.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609414</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609414"/>
		<updated>2019-04-22T15:40:56Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Nachricht ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Nachricht ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/33/de&amp;diff=609413</id>
		<title>Translations:Jdoc statements/33/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/33/de&amp;diff=609413"/>
		<updated>2019-04-22T15:40:56Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Nachricht ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Nachricht ====&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609408</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609408"/>
		<updated>2019-04-22T15:39:36Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/32/de&amp;diff=609407</id>
		<title>Translations:Jdoc statements/32/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/32/de&amp;diff=609407"/>
		<updated>2019-04-22T15:39:35Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dieses Element wird nur innerhalb der Joomla! Installer-Vorlage für Joomla {{JVer|2.5}} und darunter verwendet und ist in einer Front-end oder Backend-Vorlage nicht besonders nützlich. Es ist in etwa gleichbedeutend mit dem Typ &amp;quot;Komponente&amp;quot;, der den Hauptinhalt eines Installationsschrittes wiedergibt.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/31/de&amp;diff=609402</id>
		<title>Translations:Jdoc statements/31/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/31/de&amp;diff=609402"/>
		<updated>2019-04-22T15:38:56Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Installation ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Installation ====&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609397</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609397"/>
		<updated>2019-04-22T15:38:09Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/30/de&amp;diff=609396</id>
		<title>Translations:Jdoc statements/30/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/30/de&amp;diff=609396"/>
		<updated>2019-04-22T15:38:08Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dieses Element sollte nur einmal im &amp;lt;head&amp;gt; Element der Vorlage erscheinen, um den Inhalt der Stil-, Skript- und Metaelemente der aktuellen Seite darzustellen.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609393</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609393"/>
		<updated>2019-04-22T15:37:25Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Kopf ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Kopf ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;head&amp;gt; element of the Template to render the content of the style, script and meta elements associated with the current page.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/29/de&amp;diff=609392</id>
		<title>Translations:Jdoc statements/29/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/29/de&amp;diff=609392"/>
		<updated>2019-04-22T15:37:24Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Kopf ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Kopf ====&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609391</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609391"/>
		<updated>2019-04-22T15:36:56Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;br /&gt;
&lt;br /&gt;
==== Head ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;head&amp;gt; element of the Template to render the content of the style, script and meta elements associated with the current page.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/28/de&amp;diff=609390</id>
		<title>Translations:Jdoc statements/28/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/28/de&amp;diff=609390"/>
		<updated>2019-04-22T15:36:55Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dieses Element sollte nur einmal im &amp;lt;body&amp;gt; Element der Vorlage erscheinen, um den Hauptinhalt der Seite in Bezug auf die aktuelle Seite darzustellen.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609389</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609389"/>
		<updated>2019-04-22T15:36:23Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Komponente ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Komponente ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render the main content of the page with respect to the current page being viewed.&lt;br /&gt;
&lt;br /&gt;
==== Head ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;head&amp;gt; element of the Template to render the content of the style, script and meta elements associated with the current page.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/27/de&amp;diff=609388</id>
		<title>Translations:Jdoc statements/27/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/27/de&amp;diff=609388"/>
		<updated>2019-04-22T15:36:22Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;==== Komponente ====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Komponente ====&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609387</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609387"/>
		<updated>2019-04-22T15:33:56Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Component ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render the main content of the page with respect to the current page being viewed.&lt;br /&gt;
&lt;br /&gt;
==== Head ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;head&amp;gt; element of the Template to render the content of the style, script and meta elements associated with the current page.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/26/de&amp;diff=609386</id>
		<title>Translations:Jdoc statements/26/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/26/de&amp;diff=609386"/>
		<updated>2019-04-22T15:33:55Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Das Attribut &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; gibt die Art des zu rendernden Inhalts anstelle des Elements &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; an. Beispielsweise enthält das &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;&#039;. /&amp;gt;&amp;lt;/Anweisung verwendet das &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Hinweis: Jdoc-Ausdrücke erfordern doppelte Anführungszeichen um Attribute herum und funktionieren nicht mit einfachen Anführungszeichen. Das Leerzeichen vor dem Schließen /&amp;gt; ist ebenfalls obligatorisch&#039;&#039;&#039;.)&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609385</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609385"/>
		<updated>2019-04-22T15:32:34Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;=== Das Typ-Attribut ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== Das Typ-Attribut ===&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute specifies the type of content to be rendered in place of the &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; element. For example, the &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039; /&amp;gt;&amp;lt;/code&amp;gt; statement uses the &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Note: Jdoc expressions require double quotes around attributes, and won&#039;t work with single quotes. The space before the closing /&amp;gt; is also mandatory&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Component ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render the main content of the page with respect to the current page being viewed.&lt;br /&gt;
&lt;br /&gt;
==== Head ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;head&amp;gt; element of the Template to render the content of the style, script and meta elements associated with the current page.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/25/de&amp;diff=609384</id>
		<title>Translations:Jdoc statements/25/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/25/de&amp;diff=609384"/>
		<updated>2019-04-22T15:32:33Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;=== Das Typ-Attribut ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Das Typ-Attribut ===&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609383</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609383"/>
		<updated>2019-04-22T15:31:31Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== The type attribute ===&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute specifies the type of content to be rendered in place of the &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; element. For example, the &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039; /&amp;gt;&amp;lt;/code&amp;gt; statement uses the &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Note: Jdoc expressions require double quotes around attributes, and won&#039;t work with single quotes. The space before the closing /&amp;gt; is also mandatory&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Component ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render the main content of the page with respect to the current page being viewed.&lt;br /&gt;
&lt;br /&gt;
==== Head ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;head&amp;gt; element of the Template to render the content of the style, script and meta elements associated with the current page.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/24/de&amp;diff=609382</id>
		<title>Translations:Jdoc statements/24/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/24/de&amp;diff=609382"/>
		<updated>2019-04-22T15:31:30Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Die &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisung ist eine Joomla! Template Methode zur Anzeige von Inhalten, die spezifisch für die betrachtete Seite sind. Es gibt verschiedene &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; Anweisungen, die jeweils einen anderen Teil einer Joomla! Seite zurückgeben. Der Austausch selbst erfolgt in JDocumentHTML::_renderTemplate. Siehe auch _parseTemplate.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609381</id>
		<title>Jdoc statements/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Jdoc_statements/de&amp;diff=609381"/>
		<updated>2019-04-22T15:29:14Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;jdoc-Anweisungen sind in jedem Joomla template enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der g...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
== jdoc:include ==&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statement is a Joomla! template&#039;s method of displaying content specific to the page being viewed. There are various &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements, each returning a different part of a Joomla! page. The replacement itself is done in JDocumentHTML::_renderTemplate. See also _parseTemplate.&lt;br /&gt;
&lt;br /&gt;
=== The type attribute ===&lt;br /&gt;
The &amp;lt;tt&amp;gt;type&amp;lt;/tt&amp;gt; attribute specifies the type of content to be rendered in place of the &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; element. For example, the &amp;lt;code&amp;gt;&amp;lt;jdoc:include &#039;&#039;&#039;&#039;&#039;type=&amp;quot;head&amp;quot;&#039;&#039;&#039;&#039;&#039; /&amp;gt;&amp;lt;/code&amp;gt; statement uses the &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; attribute &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (&amp;lt;code&amp;gt;type=&amp;quot;head&amp;quot;&amp;lt;/code&amp;gt;). (&#039;&#039;Note: Jdoc expressions require double quotes around attributes, and won&#039;t work with single quotes. The space before the closing /&amp;gt; is also mandatory&#039;&#039;.)&lt;br /&gt;
&lt;br /&gt;
==== Component ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render the main content of the page with respect to the current page being viewed.&lt;br /&gt;
&lt;br /&gt;
==== Head ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;head&amp;gt; element of the Template to render the content of the style, script and meta elements associated with the current page.&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;installation&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element is only used within the Joomla! Installer template for Joomla {{JVer|2.5}} and below and is of no particular use in a Front-end or Back-end template. It&#039;s somewhat the equivalent to the &#039;component&#039; type, rendering the main content of an installation step.&lt;br /&gt;
&lt;br /&gt;
==== Message ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;message&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element should only appear once in the &amp;lt;body&amp;gt; element of the Template to render system and error messages that occurred in the request.&lt;br /&gt;
&lt;br /&gt;
CSS styles for system messages can be found in templates\system\css\system.css&lt;br /&gt;
&lt;br /&gt;
==== Module ====&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;breadcrumbs&amp;quot; title=&amp;quot;Breadcrumbs&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;module&amp;quot; name=&amp;quot;mainmenu&amp;quot; title=&amp;quot;Main Menu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This element renders a single module given by the &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; attributes: &amp;lt;tt&amp;gt;name&amp;lt;/tt&amp;gt; should match module type (mod_breadcrumbs and mod_menu in the examples above) while &amp;lt;tt&amp;gt;title&amp;lt;/tt&amp;gt; should be the module name of the desired module.&lt;br /&gt;
The module in question must be published and accessible by the current user in order to become visible. Additional attributes can be provided to control the layout and appearance of the module, if supported.&lt;br /&gt;
&lt;br /&gt;
==== Modules ====&lt;br /&gt;
Modules are rendered on a page using one of the following code examples. The modules are separated into different areas of a template using template positions set in the &amp;lt;code&amp;gt;templatedetails.xml&amp;lt;/code&amp;gt; file. Using the &amp;lt;code&amp;gt;jdoc:include&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;name=&amp;quot;&#039;&#039;[template position name]&#039;&#039;&amp;quot;&amp;lt;/code&amp;gt; attribute, the various modules in their respective positions can be called, rendered, and styled separately. Additional attributes can be provided to control the layout and appearance of modules, if supported.&lt;br /&gt;
&lt;br /&gt;
Below are some examples of module statements with module positions used frequently by Joomla! theme developers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;debug&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;icon&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;rounded&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;left&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;right&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;status&amp;quot;  /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;syndicate&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;title&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;toolbar&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;top&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user1&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user2&amp;quot; style=&amp;quot;xhtml&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user3&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;jdoc:include type=&amp;quot;modules&amp;quot; name=&amp;quot;user4&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The &amp;lt;code&amp;gt;name=&amp;quot;user3&amp;quot;&amp;lt;/code&amp;gt; module position is normally (by default) used for the top menu.&lt;br /&gt;
&lt;br /&gt;
=== The style attribute ===&lt;br /&gt;
The optional &amp;lt;code&amp;gt;style=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; attribute is available for the &amp;lt;code&amp;gt;module&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;modules&amp;lt;/code&amp;gt; types of &amp;lt;code&amp;gt;&amp;lt;jdoc:include /&amp;gt;&amp;lt;/code&amp;gt; statements. The attribute value refers to the [[S:MyLanguage/Module chrome|chrome]] style used to wrap the output generated by the Module. If no style is provided, a value of &amp;quot;&amp;lt;code&amp;gt;none&amp;lt;/code&amp;gt;&amp;quot; is used by default.&lt;br /&gt;
&lt;br /&gt;
Template designers may add additional chrome names as described in [[S:MyLanguage/Applying custom module chrome|Applying custom module chrome]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[S:MyLanguage/Understanding Joomla! templates|Understanding Joomla! templates]]&lt;br /&gt;
* [[S:MyLanguage/Creating a basic Joomla! template|Creating a basic Joomla! template]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
[[Category:Landing Pages]]&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/45/de&amp;diff=609380</id>
		<title>Translations:Jdoc statements/45/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Jdoc_statements/45/de&amp;diff=609380"/>
		<updated>2019-04-22T15:29:12Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: Created page with &amp;quot;jdoc-Anweisungen sind in jedem Joomla template enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der g...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;jdoc-Anweisungen sind in jedem Joomla [[S:MyLanguage/Template|template]] enthalten und geben an, wo die Ausgabe von anderen Teilen von Joomla oder deren Erweiterungen in der gesamten Webseite positioniert werden soll.  Ein typisches jdoc-Statement sieht so aus: &amp;lt;code&amp;gt;&amp;lt;jdoc:include type=&amp;quot;component&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help310:Extensions_Extension_Manager_Install/de&amp;diff=604828</id>
		<title>Help310:Extensions Extension Manager Install/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help310:Extensions_Extension_Manager_Install/de&amp;diff=604828"/>
		<updated>2019-04-14T19:52:57Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
Erweiterungen sind Add-ons, die die Funktionalität von Joomla! erweitern. Erweiterungen werden verwendet, um Joomla! Funktionen hinzuzufügen, die im Standardpaket nicht vorhanden sind. Hunderte von Erweiterungen sind für Joomla! verfügbar, wobei ständig weitere entwickelt werden.&lt;br /&gt;
&lt;br /&gt;
==Zugriff==&lt;br /&gt;
*Wähle {{rarr|Erweiterungen,Verwalten}} aus dem Dropdown-Menü des &#039;&#039;&#039;&#039;&#039;Kontrollzentrums&#039;&#039;&#039;&#039;&#039;. Oder wähle den Menüpunkt &#039;&#039;&#039;&#039;&#039;Erweiterungen {{rarr}} Verwalten {{rarr}} Installieren&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
Erweiterungen sind in fünf Kategorien unterteilt, die sich wie folgt zusammenfassen lassen:&lt;br /&gt;
*Eine &#039;&#039;Komponente&#039;&#039; ist eine Mini-Applikation, die den Hauptteil der Seite erzeugt. Beispiele sind Kontakte, die Hauptseite und Newsfeeds.&lt;br /&gt;
*Ein &#039;&#039;Modul&#039;&#039; ist eine kleinere Erweiterung, typischerweise zum Erzeugen kleiner Elemente auf mehreren Seiten. Beispiele sind Menüs und verwandte Beiträge.&lt;br /&gt;
*Ein &#039;&#039;Plugin&#039;&#039; wird bei einem vordefiniertem Joomla!-Ereignis gestartet. Beispiel sind Editoren, die gestartet werden, wenn ein Element zum Bearbeiten geöffnet wird.&lt;br /&gt;
*Die &#039;&#039;Sprachen&#039;&#039;-Erweiterung kann im Front- und Backend von Joomla! jede verfügbare Sprache anzeigen. Joomla! kann ohne Änderungen im Kernprogramm mit einer neuen Sprache veröffentlicht werden.&lt;br /&gt;
*Das &#039;&#039;Template&#039;&#039; legt fest, wie Inhalte der Website angezeigt werden; einschließlich der Position und des Layout der Elemente, Farben, Schriften, etc.. Templates ermöglichen die Trennung des Erscheinungsbildes einer Website von ihrem Inhalt.&lt;br /&gt;
&lt;br /&gt;
==Bildschirmfoto==&lt;br /&gt;
[[Image:Help35-Extensions-Extension-Manager-Install-screen-de.png|800px]]&lt;br /&gt;
&lt;br /&gt;
Joomla!-Erweiterungen werden über eine der vier unten erläuterten Möglichkeiten installiert. Eine davon genügt, um eine Erweiterung zu installieren.&lt;br /&gt;
Der übliche Weg, eine Joomla!-Erweiterung zu installieren ist wie folgt:&lt;br /&gt;
#Download einer oder mehrerer Archiv-Dateien (meist &amp;quot;.zip&amp;quot; oder &amp;quot;tar.gz&amp;quot;) von der Herstellerseite der Erweiterung in ein lokales Verzeichnis Ihres Computers. Manche Erweiterungen werden als einzelne Datei installiert (entweder Komponente oder Modul), während andere zwei oder mehr Dateien enthalten können. (z.B. Komponente und Modul) Sind es mehrere Teile, besteht jeder Teil aus einer Archiv-Datei.&lt;br /&gt;
#Wähle eine der unten beschriebenen Möglichkeiten (meist &#039;&#039;&#039;Paketdatei hochladen&#039;&#039;&#039;)&lt;br /&gt;
# Nach Beendigung zeigt eine Meldung die erfolgreiche Installation. War die Installation nicht erfolgreich, wird eine Fehlermeldung angezeigt.&lt;br /&gt;
#Je nach Erweiterung kann es erforderlich sein, die Erweiterung zu aktivieren (Beispiele [[Help30:Extensions_Module_Manager|Module]] oder [[S:MyLanguage/Help30:Extensions_Plugin_Manager|Plugins]]).&lt;br /&gt;
&lt;br /&gt;
===Aus Webkatalog installieren===&lt;br /&gt;
Ist die Komponente installiert, können Erweiterungen direkt aus dem &amp;quot;Joomla Extension Directory&amp;quot; (JED) installiert werden.&lt;br /&gt;
&lt;br /&gt;
===Tab: Paketdatei hochladen===&lt;br /&gt;
[[Image:Help38-Extensions-Manager-Install-UploadPackageFilescreen-de.png]]&lt;br /&gt;
&lt;br /&gt;
#Ziehe die Archivdatei der Erweiterung per Drag &amp;amp; Drop zum hochladen herein, oder navigieren Sie zu dem Ort, an den Sie die heruntergeladene Datei gespeichert haben und wählen dann diese aus.&lt;br /&gt;
# Joomla! liest den Inhalt vom Archivdatei und installiert die Erweiterung.&lt;br /&gt;
&lt;br /&gt;
===Tab: Aus Verzeichnis installieren===&lt;br /&gt;
[[Image:Help38-Extensions-Manager-Install-InstallfromFolder-screen-de.png]]&lt;br /&gt;
&lt;br /&gt;
#Erstelle ein temporäres Verzeichnis auf deiner lokalen Festplatte und entpacke die Archivdatei der Erweiterung in dieses.&lt;br /&gt;
#Lade den Inhalt dieses Verzeichnisses (einschließlich Dateien und Unterverzeichnisse) mit Hilfe von FTP in ein Verzeichnis auf deinem Server hoch.&lt;br /&gt;
#Gebe im Feld &#039;&#039;Installations Verzeichnis&#039;&#039; das Serververzeichnis an, in das die Dateien und Unterverzeichnisse der Erweiterung geladen wurden.&lt;br /&gt;
#Auf den &#039;&#039;Überprüfen und installieren&#039;&#039;-Button klicken, Joomla! installiert den Inhalt des angegebenen Verzeichnisses.&lt;br /&gt;
&lt;br /&gt;
===Tab: Von URL installieren===&lt;br /&gt;
[[Image:Help38-Extensions-Manager-Install-InstallfromUrl-screen-de.png]]&lt;br /&gt;
&lt;br /&gt;
Statt die Archivdatei herunterzuladen, gebe einfach die URL der Archivdatei an. Auf den &#039;&#039;Überprüfen und installieren&#039;&#039;-Button klicken, Joomla! installiert die Erweiterung. &#039;&#039;Bei dieser Möglichkeit bleibt keine Kopie auf Ihrem lokalen Computer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Werkzeugleiste==&lt;br /&gt;
Oben links wird diese Werkzeugleiste angezeigt:&lt;br /&gt;
&lt;br /&gt;
[[Image:Help35-Help-Options-toolbar-de.png]]&lt;br /&gt;
&lt;br /&gt;
Die Funktionen sind:&lt;br /&gt;
{{Chunk30:Help_screen_toolbar_icon_Help/de}}&lt;br /&gt;
{{Chunk30:Help_screen_toolbar_icon_Options/de}}&lt;br /&gt;
&lt;br /&gt;
==Tipps==&lt;br /&gt;
*Es gibt vier unterschiedliche Möglichkeiten, eine Erweiterung zu installieren. Am gängigsten ist die &amp;quot;Paketdatei hochladen&amp;quot; Methode.&lt;br /&gt;
*Soll ein Modul oder Plugin einer Komponente eines Drittherstellers installiert werden, muss meist auch die Komponente installiert werden. Die Dokumentation befindet sich meist in den Installations-Anweisungen der Website des Herstellers.&lt;br /&gt;
*Ebenso können diese Module und Plugins nicht mehr verwendet werden, wenn Sie eine Komponente eines Drittanbieters deinstallieren, die auch eigene Module oder Plugins hat. Daher wird in der Regel empfohlen, auch diese abhängigen Module und Plugins zu deinstallieren.&lt;br /&gt;
*Einige Komponenten von Drittherstellern können ihre eigenen Module und Plugins im Installer enthalten. In dem Fall ist sicherzustellen, dass diese Modul- oder Pluginverzeichnisse beschreibbar sind. Andernfalls wird die Erweiterung nicht ordnungsgemäß laufen.&lt;br /&gt;
*&amp;lt;font color=&amp;quot;#ff0000&amp;quot;&amp;gt;&#039;&#039;&#039;SICHERHEITSWARNUNG:&#039;&#039;&#039; Es wird empfohlen, nur wirklich nötige Erweiterungen von Drittherstellern zu verwenden. Eine Livesite nicht für Testzwecke benutzen, da diese oder der Server gefährdet werden kann. Testen Sie neue Erweiterungen auf einer lokalen Test-Website, bevor Sie sie auf Ihrer Live-Website einsetzen.&lt;br /&gt;
*Installiere keine Joomla!-Erweiterungen, die von illegalen Webseiten heruntergeladen wurden, da sie von einem Virus oder einer Malware infiziert sein können, die Schäden auf dem Server verursachen und den Computer Ihrer Besucher kontaminieren können!&lt;br /&gt;
*Die Installation von einer entfernten URL kann gefährlich sein. Generell wird empfohlen, &amp;quot;Aus Webkatalog installieren&amp;quot;, &amp;quot;Paketdatei hochladen&amp;quot; oder &amp;quot;Aus Verzeichnis installieren&amp;quot; zum Installieren von Erweiterungen zu verwenden.&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
==Zugehörige Informationen==&lt;br /&gt;
*Neue Komponentenerweiterungen werden als Menüeintrag im Menü &amp;quot;Komponenten&amp;quot; gelistet.&lt;br /&gt;
*Ein Menüeintrag kann einer installierten Komponente in [[S:MyLanguage/Help30:Menus_Menu_Item_Manager|Menüs: Einträge verwalten]] mit dem &amp;quot;Neu&amp;quot;-Button zugewiesen werden. Die neue Komponente wird in der Liste der internen Links der Menüpunkttypen angezeigt.&lt;br /&gt;
*Wurde eine Modul-Erweiterung installiert, wird sie in [[S:MyLanguage/Help30:Extensions_Module_Manager|Module]] gelistet, wo sie aktiviert/deaktiviert wird. Die Parameter werden in [[S:MyLanguage/Help30:Extensions_Module_Manager_Edit|Module bearbeiten]] eingerichtet.&lt;br /&gt;
*Eine installierte Plugin-Erweiterung wird in [[S:MyLanguage/Help30:Extensions_Plugin_Manager|Plugins]] gelistet, wo sie aktiviert/deaktiviert wird. Die Parameter werden in [[S:MyLanguage/Help30:Extensions_Plugin_Manager_Edit|Plugins bearbeiten]] eingerichtet.&lt;br /&gt;
*Eine installierte Template-Erweiterung wird zur Site- oder Administrator-Liste der [[S:MyLanguage/Help30:Extensions_Template_Manager_Styles|Templates]] hinzugefügt, wo sie einzelnen oder allen Seiten zugewiesen wird. Parameter können eingerichtet, HTML- oder CSS-Quellcode bearbeitet oder verfügbare Modul-Positionen betrachtet werden.&lt;br /&gt;
*Eine installierte Sprach-Erweiterung wird, abhängig von den Attributen der Erweiterung, zur Site- oder Administrator-Liste der [[S:MyLanguage/Help30:Extensions_Language_Manager_Installed|Sprachen]] hinzugefügt. Hier kann sie als Standardsprache gewählt werden.&lt;br /&gt;
&lt;br /&gt;
{{cathelp|3.0,3.1,3.2,3.3,3.4,3.5,3.6,3.7,3.8,3.9|Extension Management Help Screens|Extension Help Screens}}&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Help39:Extensions_Extension_Manager_Install/53/de&amp;diff=604827</id>
		<title>Translations:Help39:Extensions Extension Manager Install/53/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Help39:Extensions_Extension_Manager_Install/53/de&amp;diff=604827"/>
		<updated>2019-04-14T19:52:56Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Soll ein Modul oder Plugin einer Komponente eines Drittherstellers installiert werden, muss meist auch die Komponente installiert werden. Die Dokumentation befindet sich meist in den Installations-Anweisungen der Website des Herstellers.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Help310:Extensions_Extension_Manager_Install/de&amp;diff=604826</id>
		<title>Help310:Extensions Extension Manager Install/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Help310:Extensions_Extension_Manager_Install/de&amp;diff=604826"/>
		<updated>2019-04-14T19:48:31Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
Erweiterungen sind Add-ons, die die Funktionalität von Joomla! erweitern. Erweiterungen werden verwendet, um Joomla! Funktionen hinzuzufügen, die im Standardpaket nicht vorhanden sind. Hunderte von Erweiterungen sind für Joomla! verfügbar, wobei ständig weitere entwickelt werden.&lt;br /&gt;
&lt;br /&gt;
==Zugriff==&lt;br /&gt;
*Wähle {{rarr|Erweiterungen,Verwalten}} aus dem Dropdown-Menü des &#039;&#039;&#039;&#039;&#039;Kontrollzentrums&#039;&#039;&#039;&#039;&#039;. Oder wähle den Menüpunkt &#039;&#039;&#039;&#039;&#039;Erweiterungen {{rarr}} Verwalten {{rarr}} Installieren&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
Erweiterungen sind in fünf Kategorien unterteilt, die sich wie folgt zusammenfassen lassen:&lt;br /&gt;
*Eine &#039;&#039;Komponente&#039;&#039; ist eine Mini-Applikation, die den Hauptteil der Seite erzeugt. Beispiele sind Kontakte, die Hauptseite und Newsfeeds.&lt;br /&gt;
*Ein &#039;&#039;Modul&#039;&#039; ist eine kleinere Erweiterung, typischerweise zum Erzeugen kleiner Elemente auf mehreren Seiten. Beispiele sind Menüs und verwandte Beiträge.&lt;br /&gt;
*Ein &#039;&#039;Plugin&#039;&#039; wird bei einem vordefiniertem Joomla!-Ereignis gestartet. Beispiel sind Editoren, die gestartet werden, wenn ein Element zum Bearbeiten geöffnet wird.&lt;br /&gt;
*Die &#039;&#039;Sprachen&#039;&#039;-Erweiterung kann im Front- und Backend von Joomla! jede verfügbare Sprache anzeigen. Joomla! kann ohne Änderungen im Kernprogramm mit einer neuen Sprache veröffentlicht werden.&lt;br /&gt;
*Das &#039;&#039;Template&#039;&#039; legt fest, wie Inhalte der Website angezeigt werden; einschließlich der Position und des Layout der Elemente, Farben, Schriften, etc.. Templates ermöglichen die Trennung des Erscheinungsbildes einer Website von ihrem Inhalt.&lt;br /&gt;
&lt;br /&gt;
==Bildschirmfoto==&lt;br /&gt;
[[Image:Help35-Extensions-Extension-Manager-Install-screen-de.png|800px]]&lt;br /&gt;
&lt;br /&gt;
Joomla!-Erweiterungen werden über eine der vier unten erläuterten Möglichkeiten installiert. Eine davon genügt, um eine Erweiterung zu installieren.&lt;br /&gt;
Der übliche Weg, eine Joomla!-Erweiterung zu installieren ist wie folgt:&lt;br /&gt;
#Download einer oder mehrerer Archiv-Dateien (meist &amp;quot;.zip&amp;quot; oder &amp;quot;tar.gz&amp;quot;) von der Herstellerseite der Erweiterung in ein lokales Verzeichnis Ihres Computers. Manche Erweiterungen werden als einzelne Datei installiert (entweder Komponente oder Modul), während andere zwei oder mehr Dateien enthalten können. (z.B. Komponente und Modul) Sind es mehrere Teile, besteht jeder Teil aus einer Archiv-Datei.&lt;br /&gt;
#Wähle eine der unten beschriebenen Möglichkeiten (meist &#039;&#039;&#039;Paketdatei hochladen&#039;&#039;&#039;)&lt;br /&gt;
# Nach Beendigung zeigt eine Meldung die erfolgreiche Installation. War die Installation nicht erfolgreich, wird eine Fehlermeldung angezeigt.&lt;br /&gt;
#Je nach Erweiterung kann es erforderlich sein, die Erweiterung zu aktivieren (Beispiele [[Help30:Extensions_Module_Manager|Module]] oder [[S:MyLanguage/Help30:Extensions_Plugin_Manager|Plugins]]).&lt;br /&gt;
&lt;br /&gt;
===Aus Webkatalog installieren===&lt;br /&gt;
Ist die Komponente installiert, können Erweiterungen direkt aus dem &amp;quot;Joomla Extension Directory&amp;quot; (JED) installiert werden.&lt;br /&gt;
&lt;br /&gt;
===Tab: Paketdatei hochladen===&lt;br /&gt;
[[Image:Help38-Extensions-Manager-Install-UploadPackageFilescreen-de.png]]&lt;br /&gt;
&lt;br /&gt;
#Ziehe die Archivdatei der Erweiterung per Drag &amp;amp; Drop zum hochladen herein, oder navigieren Sie zu dem Ort, an den Sie die heruntergeladene Datei gespeichert haben und wählen dann diese aus.&lt;br /&gt;
# Joomla! liest den Inhalt vom Archivdatei und installiert die Erweiterung.&lt;br /&gt;
&lt;br /&gt;
===Tab: Aus Verzeichnis installieren===&lt;br /&gt;
[[Image:Help38-Extensions-Manager-Install-InstallfromFolder-screen-de.png]]&lt;br /&gt;
&lt;br /&gt;
#Erstelle ein temporäres Verzeichnis auf deiner lokalen Festplatte und entpacke die Archivdatei der Erweiterung in dieses.&lt;br /&gt;
#Lade den Inhalt dieses Verzeichnisses (einschließlich Dateien und Unterverzeichnisse) mit Hilfe von FTP in ein Verzeichnis auf deinem Server hoch.&lt;br /&gt;
#Gebe im Feld &#039;&#039;Installations Verzeichnis&#039;&#039; das Serververzeichnis an, in das die Dateien und Unterverzeichnisse der Erweiterung geladen wurden.&lt;br /&gt;
#Auf den &#039;&#039;Überprüfen und installieren&#039;&#039;-Button klicken, Joomla! installiert den Inhalt des angegebenen Verzeichnisses.&lt;br /&gt;
&lt;br /&gt;
===Tab: Von URL installieren===&lt;br /&gt;
[[Image:Help38-Extensions-Manager-Install-InstallfromUrl-screen-de.png]]&lt;br /&gt;
&lt;br /&gt;
Statt die Archivdatei herunterzuladen, gebe einfach die URL der Archivdatei an. Auf den &#039;&#039;Überprüfen und installieren&#039;&#039;-Button klicken, Joomla! installiert die Erweiterung. &#039;&#039;Bei dieser Möglichkeit bleibt keine Kopie auf Ihrem lokalen Computer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Werkzeugleiste==&lt;br /&gt;
Oben links wird diese Werkzeugleiste angezeigt:&lt;br /&gt;
&lt;br /&gt;
[[Image:Help35-Help-Options-toolbar-de.png]]&lt;br /&gt;
&lt;br /&gt;
Die Funktionen sind:&lt;br /&gt;
{{Chunk30:Help_screen_toolbar_icon_Help/de}}&lt;br /&gt;
{{Chunk30:Help_screen_toolbar_icon_Options/de}}&lt;br /&gt;
&lt;br /&gt;
==Tipps==&lt;br /&gt;
*Es gibt vier unterschiedliche Möglichkeiten, eine Erweiterung zu installieren. Am gängigsten ist die &amp;quot;Paketdatei hochladen&amp;quot; Methode.&lt;br /&gt;
*Soll ein Modul oder Plugin einer Komponente eines Drittherstellers installiert werden, muß meist auch die Komponente installiert werden. Die Dokumentation befindet sich meist in den Installations-Anweisungen der Website des Herstellers.&lt;br /&gt;
*Ebenso können diese Module und Plugins nicht mehr verwendet werden, wenn Sie eine Komponente eines Drittanbieters deinstallieren, die auch eigene Module oder Plugins hat. Daher wird in der Regel empfohlen, auch diese abhängigen Module und Plugins zu deinstallieren.&lt;br /&gt;
*Einige Komponenten von Drittherstellern können ihre eigenen Module und Plugins im Installer enthalten. In dem Fall ist sicherzustellen, dass diese Modul- oder Pluginverzeichnisse beschreibbar sind. Andernfalls wird die Erweiterung nicht ordnungsgemäß laufen.&lt;br /&gt;
*&amp;lt;font color=&amp;quot;#ff0000&amp;quot;&amp;gt;&#039;&#039;&#039;SICHERHEITSWARNUNG:&#039;&#039;&#039; Es wird empfohlen, nur wirklich nötige Erweiterungen von Drittherstellern zu verwenden. Eine Livesite nicht für Testzwecke benutzen, da diese oder der Server gefährdet werden kann. Testen Sie neue Erweiterungen auf einer lokalen Test-Website, bevor Sie sie auf Ihrer Live-Website einsetzen.&lt;br /&gt;
*Installiere keine Joomla!-Erweiterungen, die von illegalen Webseiten heruntergeladen wurden, da sie von einem Virus oder einer Malware infiziert sein können, die Schäden auf dem Server verursachen und den Computer Ihrer Besucher kontaminieren können!&lt;br /&gt;
*Die Installation von einer entfernten URL kann gefährlich sein. Generell wird empfohlen, &amp;quot;Aus Webkatalog installieren&amp;quot;, &amp;quot;Paketdatei hochladen&amp;quot; oder &amp;quot;Aus Verzeichnis installieren&amp;quot; zum Installieren von Erweiterungen zu verwenden.&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
==Zugehörige Informationen==&lt;br /&gt;
*Neue Komponentenerweiterungen werden als Menüeintrag im Menü &amp;quot;Komponenten&amp;quot; gelistet.&lt;br /&gt;
*Ein Menüeintrag kann einer installierten Komponente in [[S:MyLanguage/Help30:Menus_Menu_Item_Manager|Menüs: Einträge verwalten]] mit dem &amp;quot;Neu&amp;quot;-Button zugewiesen werden. Die neue Komponente wird in der Liste der internen Links der Menüpunkttypen angezeigt.&lt;br /&gt;
*Wurde eine Modul-Erweiterung installiert, wird sie in [[S:MyLanguage/Help30:Extensions_Module_Manager|Module]] gelistet, wo sie aktiviert/deaktiviert wird. Die Parameter werden in [[S:MyLanguage/Help30:Extensions_Module_Manager_Edit|Module bearbeiten]] eingerichtet.&lt;br /&gt;
*Eine installierte Plugin-Erweiterung wird in [[S:MyLanguage/Help30:Extensions_Plugin_Manager|Plugins]] gelistet, wo sie aktiviert/deaktiviert wird. Die Parameter werden in [[S:MyLanguage/Help30:Extensions_Plugin_Manager_Edit|Plugins bearbeiten]] eingerichtet.&lt;br /&gt;
*Eine installierte Template-Erweiterung wird zur Site- oder Administrator-Liste der [[S:MyLanguage/Help30:Extensions_Template_Manager_Styles|Templates]] hinzugefügt, wo sie einzelnen oder allen Seiten zugewiesen wird. Parameter können eingerichtet, HTML- oder CSS-Quellcode bearbeitet oder verfügbare Modul-Positionen betrachtet werden.&lt;br /&gt;
*Eine installierte Sprach-Erweiterung wird, abhängig von den Attributen der Erweiterung, zur Site- oder Administrator-Liste der [[S:MyLanguage/Help30:Extensions_Language_Manager_Installed|Sprachen]] hinzugefügt. Hier kann sie als Standardsprache gewählt werden.&lt;br /&gt;
&lt;br /&gt;
{{cathelp|3.0,3.1,3.2,3.3,3.4,3.5,3.6,3.7,3.8,3.9|Extension Management Help Screens|Extension Help Screens}}&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Help39:Extensions_Extension_Manager_Install/10/de&amp;diff=604825</id>
		<title>Translations:Help39:Extensions Extension Manager Install/10/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Help39:Extensions_Extension_Manager_Install/10/de&amp;diff=604825"/>
		<updated>2019-04-14T19:48:30Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Das &#039;&#039;Template&#039;&#039; legt fest, wie Inhalte der Website angezeigt werden; einschließlich der Position und des Layout der Elemente, Farben, Schriften, etc.. Templates ermöglichen die Trennung des Erscheinungsbildes einer Website von ihrem Inhalt.&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Extensions_name/de&amp;diff=604824</id>
		<title>Extensions name/de</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Extensions_name/de&amp;diff=604824"/>
		<updated>2019-04-14T19:43:35Z</updated>

		<summary type="html">&lt;p&gt;Waldiwhz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{RightTOC}}&lt;br /&gt;
Ihre Erweiterung zu benennen ist eine Kunst und Teil einer Marketingstrategie. Namenskonflikte mit anderen Erweiterungen müssen vermieden werden, die bereits im JED aufgeführt sind. Erweiterungs-Namen wirken sich auf die Erweiterungsstruktur und auf die erzeugten URLs aus. Vorausschauende Planung ist daher wichtig! &lt;br /&gt;
&lt;br /&gt;
Dieser Artikel enthält einige Empfehlungen für die Benennung von Erweiterungen, die sich aus bewährten Praktiken in der Joomla-Community ergeben. &lt;br /&gt;
&lt;br /&gt;
== Empfehlungen für die Namensvergabe:==&lt;br /&gt;
=== Einen Namen ähnlich einer anderen Erweiterung wählen? ===&lt;br /&gt;
* Benutzer können die beiden Erweiterungen mischen und Ihre Erweiterung melden oder eine schlechte Bewertung für Ihre Erweiterung schreiben, auch wenn diese für eine andere vorgesehen war.&lt;br /&gt;
*Sicherheitsberichte für eine Erweiterung mit ähnlichen Namen können Benutzer verwirren.&lt;br /&gt;
*Das einfache Hinzufügen eines Firmennamens reicht möglicherweise nicht aus, um die Benutzer auf die Unterschiede aufmerksam zu machen.&lt;br /&gt;
*Versuche Markenstreitigkeiten mit anderen Entwicklern zu vermeiden.&lt;br /&gt;
&lt;br /&gt;
=== Wie kann man einen guten Namen für eine Erweiterung erstellen? ===&lt;br /&gt;
Seien Sie kreativ und denken Sie an eine Marke: Denken Sie an das Marketing für Ihre Erweiterung, nicht an eines einer andere Marke!&lt;br /&gt;
*Einen originellen Markennamen erstellen.&lt;br /&gt;
*Wähle einen Namen, der leicht auszusprechen ist.&lt;br /&gt;
*Der Name sollte kurz sein, da Ihre XML- und PHP-Dateien nach dem Namen der Erweiterung benannt sind. URLs auf Joomla-Seiten werden auch durch Erweiterungsnamen beeinflusst. &lt;br /&gt;
*Vermeide übermäßig beschreibende Namen.&lt;br /&gt;
*Mache es leicht, nach Ihrer Erweiterung anhand der Funktionalität und nicht anhand des Namens zu suchen.&lt;br /&gt;
&lt;br /&gt;
== Erweiterungsnamen bei JED ==&lt;br /&gt;
JED ist ein Verzeichnis und jede Einreichung erhält eine eigene ID (die Nummer am Ende der URL auf der Bearbeitungsseite).&lt;br /&gt;
* Diese ID ist die einzige Kennung für jeden Eintrag bei JED.&lt;br /&gt;
* Jeder Eintrag erhält einen &#039;&#039;alias&#039;&#039;, auch &#039;Name&#039; genannt, der leicht zu merken ist.&lt;br /&gt;
&lt;br /&gt;
=== Wer zuerst kommt, mahlt zuerst ===&lt;br /&gt;
Der JED-Listenname wird von den JED-Redakteuren auf der Grundlage des &amp;quot;wer zuerst kommt&amp;quot;, &amp;quot;wird als erster&amp;quot;, genehmigt.&lt;br /&gt;
*Ihr Erweiterungsname muss sich von jeder bereits bei der JED eingereichten Erweiterung unterscheiden (Firmennamen nicht enthalten).&lt;br /&gt;
*Der Name der Erweiterung muss im XML-Datei-Tag NAME angegeben werden.&lt;br /&gt;
*Den gleichen Namen auf deiner Website und auf der Download-Seite verwenden.&lt;br /&gt;
&lt;br /&gt;
=== Konflikt Erweiterungsnamen ===&lt;br /&gt;
Ein Erweiterungsname wird als Konflikt betrachtet, wenn er nach dem Ermessen der JED-Editoren zu anderen Erweiterungen zu ähnlich ist.&lt;br /&gt;
*Wenn sich herausstellt, dass Erweiterungsnamen in Konflikt stehen, berücksichtigt der JED die erste eingereichte Auflistung, auch wenn sie unveröffentlicht ist.&lt;br /&gt;
*More recent listings are required to change their extension name&lt;br /&gt;
* Konflikte werden von Fall zu Fall berücksichtigt.&lt;br /&gt;
&lt;br /&gt;
== Wie wird der Name bei JED erstellt?  ==&lt;br /&gt;
Der Alias (Name) wird vom JED-Editor mit den folgenden Informationen erstellt:&lt;br /&gt;
*Vorschlag des Entwicklers im Feld &amp;quot;Name&amp;quot; (der Vorschlag sollte mit dem XML-Datei-Tag &amp;quot;NAME&amp;quot; und MENU&amp;quot; identisch sein).&lt;br /&gt;
*Einige Wörter sind nicht erlaubt.&lt;br /&gt;
*Einige Wörter können von JED-Editoren hinzugefügt werden, die als Tags fungieren.&lt;br /&gt;
&lt;br /&gt;
===Alias Haftungsausschluss===&lt;br /&gt;
Alias (Namen) können jederzeit von JED-Editoren bearbeitet werden, wenn dies für die Verwaltung (Pflege) des Verzeichnisses erforderlich ist.&lt;br /&gt;
* Die beim JED verwendeten Aliasnamen stellen keine Billigung von Marken dar, die von Joomla.org oder OSM für das Produkt verwendet werden.&lt;br /&gt;
*Die JED wird nicht in Markenstreitigkeiten verwickelt sein, da sie von den Nutzern behandelt werden müssen.&lt;br /&gt;
&lt;br /&gt;
=== Registrierte Namen ===&lt;br /&gt;
Wo sucht JED nach Erweiterungsnamen?&lt;br /&gt;
* In den XML-Tags und Code-Dateinamen. Einige spezielle Tags müssen identisch sein (Leerzeichen nicht enthalten).&lt;br /&gt;
==== Beispiel für XML-Tags ====&lt;br /&gt;
wie in:&lt;br /&gt;
 * &amp;lt;name&amp;gt;jedilightsaber&amp;lt;/name&amp;gt;&lt;br /&gt;
 * &amp;lt;menu&amp;gt;Jedi Lightsaber&amp;lt;/menu&amp;gt;&lt;br /&gt;
==== Beispiel für Dateinamen ====&lt;br /&gt;
wie in:&lt;br /&gt;
 * mod_jedilightsaber.xml&lt;br /&gt;
 * mod_jedilightsaber.php&lt;br /&gt;
&lt;br /&gt;
==== Light- und Pro-Versionen ====&lt;br /&gt;
Die Wörter &amp;quot;Light&amp;quot; und &amp;quot;Pro&amp;quot; können hinzugefügt werden, um zwei Erweiterungen vom selben Entwickler zu unterscheiden. Die Erweiterungen müssen jedoch unterschiedliche Funktionen und Eigenschaften haben (z. B. eine kostenlose Lite-Version und eine kostenpflichtige Pro-Version). Das Wort &amp;quot;frei&amp;quot; wird als Werbetext betrachtet und darf nicht verwendet werden.&lt;br /&gt;
&lt;br /&gt;
Beim Hinzufügen der Tags &amp;quot;Light&amp;quot; und &amp;quot;Pro&amp;quot;: &lt;br /&gt;
* Komponenten: im XML-Namens-Tag und Dateinamen oder nur im Menü-Tag-Namen und JED-Aliasnamen.&lt;br /&gt;
* Module und Plugins: im XML-Namens-Tag und Dateinamen oder einfach nur unter dem JED-Aliasname.&lt;br /&gt;
&lt;br /&gt;
== Joomla! als Wort ==&lt;br /&gt;
=== Wort &amp;quot;Joomla!&amp;quot; und der Name der Erweiterungen ===&lt;br /&gt;
Der JED hat ein direktes Interesse daran, die Integrität der Marke Joomla! zu erhalten. Das JED-Team wird nicht zulassen, dass Verletzungen der Joomla-Marke, des Logos, der Marke usw. in die JED aufgenommen oder mit ihr verlinkt werden. &lt;br /&gt;
*Ein Erweiterungsname kann nicht mit dem Wort &amp;quot;Joomla&amp;quot; beginnen.&lt;br /&gt;
*Erweiterungen, die &amp;quot;Joomla&amp;quot; oder eine Ableitung von Joomla! im Namen der Erweiterung verwenden, müssen von OSM lizenziert werden.&lt;br /&gt;
*Erweiterungen, die &amp;quot;Joomla&amp;quot; oder eine Ableitung von Joomla im Domainnamen verwenden, müssen von OSM lizenziert werden.&lt;br /&gt;
*Es ist eine bewährte Vorgehensweise, das ganze Wort Joomla vollständig zu vermeiden.&lt;br /&gt;
Bitte beachten Sie, dass Erweiterungen nicht &amp;quot;Joomla! x&amp;quot; heißen sollten. Stattdessen sollten sie &amp;quot;x for Joomla!&amp;quot; oder so ähnliche heißen, das dieses nicht mit Joomla verwechselt wird. Lesen Sie die [[S:MyLanguage/JED Entries Trademark Checklist|Trademark Checklist]] für die weitere Hilfe. &lt;br /&gt;
&lt;br /&gt;
=== Ableitung von Joomla-Zeichenfolge ===&lt;br /&gt;
Was sind die Zeichenfolgen die berücksichtigt werden, die mit Joomla Zeichenfolgen in Verbindung gebracht werden?&lt;br /&gt;
* Bitte lesen Sie: [[S:MyLanguage/JED Entries Trademark Checklist|Trademark Checklist]]&lt;br /&gt;
&lt;br /&gt;
=== Joomla! Lizenziert ===&lt;br /&gt;
Wie können Ihre Erweiterungen lizenziert werden?&lt;br /&gt;
* Bitte lesen Sie: [[S:MyLanguage/JED Entries Trademark Checklist|Trademark Checklist]]&lt;br /&gt;
&lt;br /&gt;
== Sonderfälle ==&lt;br /&gt;
=== Erweiterungsspezifische Erweiterungen ===&lt;br /&gt;
Erweiterungsspezifische Plugins sind Erweiterungen, für deren Installation eine andere Erweiterung installiert werden muss. Diese Plugins müssen am Ende des Erweiterungsnamens &amp;quot;HAUPTERWEITUNGS-NAME&amp;quot; haben, auch wenn sie nicht in der XML-Datei enthalten sind.&lt;br /&gt;
&lt;br /&gt;
=== Umbenennung ===&lt;br /&gt;
Wenn Sie eine alte Erweiterung umbenennen möchten, jedoch Konflikte mit Sites vermeiden möchten, auf denen die ältere Erweiterung bereits installiert ist, sprechen Sie bitte zuerst mit dem JED-Team. Nachdem Sie den neuen Namen gewählt haben:&lt;br /&gt;
# Aktualisiere die XML-Datei-Tags NAME und MENU.&lt;br /&gt;
# Benennen Sie Ihre Dateien um, um den neuen Erweiterungsnamen anzuzeigen.&lt;br /&gt;
# Packen Sie die Datei neu und hängen Sie sie wieder an Ihren JED-Eintrag an.&lt;br /&gt;
# Überprüfen Sie die Anzeige der Erweiterung auf Ihrer Website.&lt;br /&gt;
&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Wenn #1 oder #2 in Bezug auf Kompatibilitätsprobleme mit installierten Sites nicht möglich sind, geben Sie bitte den neuen Namen in das Beschreibungs-Tag oder in eine Kommentarzeile Ihrer XML-Datei ein.&lt;br /&gt;
&lt;br /&gt;
=== Forks ===&lt;br /&gt;
Forked extensions have special rules to be listed at JED.&lt;br /&gt;
Please read:  [http://extensions.joomla.org/tos TOS - Extensions and Forks]&lt;br /&gt;
Also read: [[S:MyLanguage/Forked_Extensions|Forked Extensions]]&lt;br /&gt;
&lt;br /&gt;
=== Skripte oder Bibliotheken ===&lt;br /&gt;
Der Name muss in der Hauptdatei enthalten sein.&lt;br /&gt;
*Im Headerskript müssen enthalten sein, Kommentare mit dem Skriptnamen, dem Copyright und der Lizenz.&lt;br /&gt;
*Eine TXT-Datei muss mit dem Namen, dem Copyright, der Lizenz und der URL zum Herunterladen enthalten sein.&lt;br /&gt;
&lt;br /&gt;
== JED-Eintragsname: Verhaltensregeln ==&lt;br /&gt;
===Die Gebote (das sollte man tun)===&lt;br /&gt;
*Benenne den XML-Dateinamen NAME genauso wie den Erweiterungsnamen.&lt;br /&gt;
*Benenne das Admin-Menü der Komponente (das Tag MENU im XML) gleich wie den Namen der Erweiterung.&lt;br /&gt;
&lt;br /&gt;
===Die Verbote (das sollte man nicht tun)===&lt;br /&gt;
*Verwenden von beleidigenden Worten, politische oder religiöse Aussagen.&lt;br /&gt;
*Erweiterungstypen als Teil des Erweiterungsnamens verwenden (werden nur für die Modul- und Plugin-Versionen derselben Erweiterung vom selben Entwickler verwendet).&lt;br /&gt;
*Verwenden von der Versionsnummer im Namen (es gibt ein Feld dafür).&lt;br /&gt;
*Verwenden von Preisschilder, kommerzieller Werbeaktionen oder URL-Domains im Namen.&lt;br /&gt;
*Verwenden von Autor- oder Firmennamen im Namen der Erweiterung (dafür gibt es ein Feld).&lt;br /&gt;
&lt;br /&gt;
==Mehr Informationen==&lt;br /&gt;
*Siehe: [http://extensions.joomla.org/support/knowledgebase/item/extension-names Erweiterungsnamen auf der JED-Website]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:JED]]&lt;br /&gt;
[[Category:FAQ]]&lt;br /&gt;
[[Category:Template Development]]&lt;br /&gt;
[[Category:Module Development]]&lt;br /&gt;
[[Category:Plugin Development]]&lt;br /&gt;
[[Category:Component Development]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Waldiwhz</name></author>
	</entry>
</feed>