Tipps zur Erstellung von Inhalten

Textformate

Filtered HTML

  • Syntax highlight code surrounded by the {syntaxhighlighter SPEC}...{/syntaxhighlighter} tags, where SPEC is a Syntaxhighlighter options string or "class="OPTIONS" title="the title".

    Example: {syntaxhighlighter brush:php;collapse:true;first-line:50;highlight:[57,81,101];class-name:'some_class some_other_class'}...{/syntaxhighlighter}

    This will syntax highlight PHP code, initially collapsed, start line number at 50, highlight lines 57, 81 and 101 and tag highlighted code with class names some_class and some_other_class.

    See the Syntaxhighlighter javascript library site for additional helps.

  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>

    This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

    For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

    Tag-BeschreibungEingegebenErgebnis
    Anker werden benutzt um Links zu anderen Seiten zu erstellen.<a href="http://patrice-juergens.de">Patrice Juergens</a>Patrice Juergens
    Hervorgehoben<em>Hervorgehoben</em>Hervorgehoben
    Fett<strong>Fett</strong>Fett
    Zitat<cite>Zitat</cite>Zitat
    Blockzitat<blockquote>Blockzitat</blockquote>
    Blockzitat
    Kodierter Text um Quelltexte anzuzeigen<code>Code</code>Code
    Ungeordnete Liste – <li> verwenden, um mit ein Listeneintrag zu beginnen<ul> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ul>
    • Erster Eintrag
    • Zweiter Eintrag
    Geordnete Liste – <li> verwenden, um mit ein Listeneintrag zu beginnen<ol> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ol>
    1. Erster Eintrag
    2. Zweiter Eintrag
    Kein Hilfetext für das li-Tag verfügbar.
    Definitionslisten sind ähnlich zu anderen HTML-Listen. <dl> leitet die Definitionsliste ein, <dt> enthält den zu definierenden Begriff und <dd> enthält die Definitionsbeschreibung.<dl> <dt>Erste Bedingung</dt> <dd>Erste Definition</dd> <dt>Zweiter Begriff</dt> <dd>Zweite Definition</dd> </dl>
    Erste Bedingung
    Erste Definition
    Zweiter Begriff
    Zweite Definition
    Kein Hilfetext für das dt-Tag verfügbar.
    Kein Hilfetext für das dd-Tag verfügbar.

    Die meisten ungewöhnlichen Buchstaben können ohne Probleme direkt eingegeben werden.

    If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

    ZeichenbeschreibungEingegebenErgebnis
    kaufm. Und&amp;&
    Größer als&gt;>
    Kleiner als&lt;<
    Anführungszeichen&quot;"
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
  • Zeilenumbrüche und Absätze werden automatisch erkannt. Die Tags für Zeilenumbrüche (<br />) und Absätze (<p></p>) werden automatisch eingefügt. Wenn Absätze nicht erkannt werden, sollten noch einige Leerzeilen eingefügt werden.

Plain text

  • Keine HTML-Tags erlaubt.
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zeilenumbrüche und Absätze werden automatisch erkannt. Die Tags für Zeilenumbrüche (<br />) und Absätze (<p></p>) werden automatisch eingefügt. Wenn Absätze nicht erkannt werden, sollten noch einige Leerzeilen eingefügt werden.