Tipps zur Erstellung von Inhalten

  • Every instance of "[toc ...]" in the input text will be replaced with a collapsible mediawiki-style table of contents. Accepts options for title, list style, minimum heading level, and maximum heading level, and attachments as follows: [toc list: ol; title: Table of Contents; minlevel: 2; maxlevel: 3; attachments: yes;]. All arguments are optional.
  • Zulässige HTML-Tags: <del> <a> <em> <strong> <strike> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <span> <pre> <h1> <h2> <h3> <h4> <h5> <h6> <!--tableofcontents--> <sub> <sup> <table> <tr> <td> <th> <blockquote> <br> <p> <object> <embed> <param>

    Diese Website erlaubt HTML-Inhalte. Obwohl das Erlernen aller HTML-Befehle abschreckend erscheint, ist es sehr einfach, nur eine kleine Anzahl der grundlegendsten HTML-„Tags“ zu lernen. Diese Tabelle enthält Beispiele für jedes Tag, das auf dieser Website erlaubt ist.

    Weitere Informationen zu HTML sind in SelfHTML erhältlich oder können mit Suchmaschinen im Internet auch an anderer Stelle gefunden werden.

    Tag-BeschreibungEingegebenErgebnis
    Gelöscht<del>Gelöscht</del>Gelöscht
    Anker werden benutzt um Links zu anderen Seiten zu erstellen.<a href="http://www.rpdev.net/home">RPdev</a>RPdev
    Hervorgehoben<em>Hervorgehoben</em>Hervorgehoben
    Fett<strong>Fett</strong>Fett
    Kein Hilfetext für das strike-Tag verfügbar.
    Zitat<cite>Zitat</cite>Zitat
    Kodierter Text um Quelltexte anzuzeigen<code>Code</code>Code
    Ungeordnete Liste – Mit <li> wird jedes Listenelement begonnen<ul> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ul>
    • Erster Eintrag
    • Zweiter Eintrag
    Geordnete Liste – Mit <li> wird jedes Listenelement begonnen<ol> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ol>
    1. Erster Eintrag
    2. Zweiter Eintrag
    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 img-Tag verfügbar.
    Kein Hilfetext für das span-Tag verfügbar.
    Vorformattiert<pre>Vorformattiert</pre>
    Vorformattiert
    Kopfbereich<h1>Titel</h1>

    Titel

    Kopfbereich<h2>Untertitel</h2>

    Untertitel

    Kopfbereich<h3>Untertitel drei</h3>

    Untertitel drei

    Kopfbereich<h4>Untertitel vier</h4>

    Untertitel vier

    Kopfbereich<h5>Untertitel fünf</h5>
    Untertitel fünf
    Kopfbereich<h6>Untertitel sechs</h6>
    Untertitel sechs
    Tiefgestellt<sub>Tief</sub>gestelltTiefgestellt
    Hochgestellt<sup>Hoch</sup>gestelltHochgestellt
    Tabelle<table> <tr><th>Tabellenkopf</th></tr> <tr><td>Tabellenzelle</td></tr> </table>
    Tabellenkopf
    Tabellenzelle
    Blockzitat<blockquote>Blockzitat</blockquote>
    Blockzitat
    Standardmäßig werden Zeilenumbrüche automatisch eingefügt. Dieses Tag wird also nur benötigt, um zusätzliche Zeilenumbrüche einzufügen. Dieses Tag benötigt, im Gegensatz zu allen anderen, kein öffnendes und schließendes Tag. Um die XHTML-Kompatibilität zu erhalten, muss <br /> verwendet werden.Text mit <br /> ZeilenumbruchText mit
    Zeilenumbruch
    Standardmäßig werden Absätze automatisch eingefügt. Dieses Tag wird also nur benötigt, um zusätzliche Absätze einzufügen.<p>Absatz eins.</p> <p>Absatz zwei.</p>

    Absatz eins.

    Absatz zwei.

    Kein Hilfetext für das object-Tag verfügbar.
    Kein Hilfetext für das embed-Tag verfügbar.
    Kein Hilfetext für das param-Tag verfügbar.

    Die meisten Sonderzeichen können problemlos direkt eingegeben werden.

    Falls Probleme auftreten, sollten HTML-Entitäten verwendet werden. Ein Beispiel ist &amp; für ein kaufmännisches &. Eine vollständige Liste stellt SelfHTML bereit. Einige Zeichen sind:

    ZeichenbeschreibungEingegebenErgebnis
    Kaufmännisches Und&amp;&
    Mehr als&gt;>
    Weniger als&lt;<
    Anführungszeichen&quot;"
  • 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.
  • Images can be added to this post.
  • You can insert a blockquote directly into texts with; <blockquote>This text becomes a blockquote.</blockquote>.
  • This is an example format which provides a wikimedia-style input format.
  • You can insert footnotes directly into texts with [fn]This text becomes a footnote.[/fn]. This will be replaced with a running number (the footnote reference) and the text within the [fn] tags will be moved to the bottom of the page (the footnote).
  • Syntax highlighting of source code can be enabled with the following tags:

    • Generic syntax highlighting tags: "<code>", "<blockcode>".
    • Language specific syntax highlighting tags: .

    Options and tips:

    • The language for the generic syntax highlighting tags can be specified with one of the attribute(s): type, lang, language, class. The possible values are: "bash" (for Bash), "c" (for C), "cpp" (for C++), "cpp-qt" (for C++ (QT)), "csharp" (for C#), "delphi" (for Delphi), "drupal5" (for Drupal 5), "drupal6" (for Drupal 6), "gettext" (for GNU Gettext), "glsl" (for glSlang), "haskell" (for Haskell), "html4strict" (for HTML), "ini" (for INI), "java" (for Java), "javascript" (for Javascript), "latex" (for LaTeX), "lua" (for Lua), "pascal" (for Pascal), "php" (for PHP), "python" (for Python), "ruby" (for Ruby).
    • The supported tag styles are: <foo>, [foo], [[foo]].
    • Line numbering can be enabled/disabled with the attribute "linenumbers". Possible values are: "off" for no line numbers, "normal" for normal line numbers and "fancy" for fancy line numbers (every nth line number highlighted). The start line number can be specified with the attribute "start", which implicitly enables normal line numbering. For fancy line numbering the interval for the highlighted line numbers can be specified with the attribute "fancy", which implicitly enables fancy line numbering.
    • If the source code between the tags contains a newline (e.g. immediatly after the opening tag), the highlighted source code will be displayed as a code block. Otherwise it will be displayed inline.
    • A title can be added to a code block with the attribute "title".

    Defaults:

    • Default highlighting mode for generic syntax highlighting tags: when no language attribute is specified, no syntax highlighting will be done.
    • Default line numbering: no line numbers.

    Examples:

    You typeYou get
    <code>foo = "bar";</code>Inline code with the default syntax highlighting mode.
    <code>
    foo = "bar";
    baz = "foz";
    </code>
    Code block with the default syntax highlighting mode.
    <code lang="drupal5" linenumbers="normal">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for Drupal 5 source code
    and normal line numbers.
    <code language="drupal5" start="23" fancy="7">
    foo = "bar";
    baz = "foz";
    </code>
    Code block with syntax highlighting for Drupal 5 source code,
    line numbers starting from 23
    and highlighted line numbers every 7th line.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
Copyright (c) RPdev 2008 - 2011