Hinweise zum schreiben eines Beitrags

  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <table> <td> <tr> <tbody> <thead> <th> <capture> <img> <sub> <h1> <h2> <hr> <h3> <embed>

    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://www.barista24.net">barista24 - das Barista - Infoportal über Kaffee und Espresso</a>barista24 - das Barista - Infoportal über Kaffee und Espresso
    Hervorgehoben<em>Hervorgehoben</em>Hervorgehoben
    Fett<strong>Fett</strong>Fett
    Zitat<cite>Zitat</cite>Zitat
    Kodierter Text um Quelltexte anzuzeigen<code>Code</code>Code
    Ungeordnete Liste – Mit <li> wird jedes Listenelement begonnen<ul> <li>Erstes Element</li> <li>Zweites Element</li> </ul>
    • Erstes Element
    • Zweites Element
    Geordnete Liste – Mit <li> wird jedes Listenelement begonnen<ol> <li>Erstes Element</li> <li>Zweites Element</li> </ol>
    1. Erstes Element
    2. Zweites Element
    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
    Tabelle<table> <tr><th>Tabellenkopf</th></tr> <tr><td>Tabellenzelle</td></tr> </table>
    Tabellenkopf
    Tabellenzelle
    Kein Hilfetext für das tbody-Tag verfügbar.
    Kein Hilfetext für das thead-Tag verfügbar.
    Kein Hilfetext für das capture-Tag verfügbar.
    Kein Hilfetext für das img-Tag verfügbar.
    Tiefgestellt<sub>Tief</sub>gestelltTiefgestellt
    Kopfbereich<h1>Titel</h1>

    Titel

    Kopfbereich<h2>Untertitel</h2>

    Untertitel

    Kein Hilfetext für das hr-Tag verfügbar.
    Kopfbereich<h3>Untertitel drei</h3>

    Untertitel drei

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

    Most unusual characters can be directly entered without any problems.

    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ä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.
  • Video Filter

    You may insert videos from popular video sites by using a simple tag [video:URL].

    Examples:

    • Single video:
      [video:http://www.youtube.com/watch?v=uN1qUeId]
    • Random video out of multiple:
      [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
    • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
    • Override default width and height:
      [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
    • Align the video:
      [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

    Supported sites: YouTube, Google Video, Tangle, DailyMotion, Eyespot, Revver, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Picasa Slideshows.

    Special instructions:

    Some codecs need special input. You'll find those instructions here.
    • Slideshare:
      You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id" and "doc" parts, and form the URL like this: slideshare.net/?id=1759622&doc=usingdrupal-090723103440-phpapp01.
    • Picasa Slideshows:
      You must use the URL of the RSS feed for the Picasa album:
      1. View the album in Picasa (you should see thumbnails, not a slideshow).
      2. Find the "RSS" link and click it.
      3. Copy the resulting URL from the browser address bar. Example:
        [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]