Compose tips

Eingabeformate:
  • Filtered HTML with GeSHi:
    • URLs von Webseiten und E-Mail-Adressen werden automatisch in Links umgewandelt.
    • Erlaubte HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h3> <h4> <h5> <h6>

      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.

      TagbeschreibungQuelltextErgebnis
      Anker werden verwendet, um Links zu anderen Seiten zu setzen.<a href="http://www.hypftier.de">*hypf*</a>*hypf*
      Hervorgehoben<em>Hervorgehoben</em>Hervorgehoben
      Stark hervorgehoben<strong>Stark hervorgehoben</strong>Stark hervorgehoben
      Zitat<cite>Zitat</cite>Zitat
      Quelltext von Programmen<code>Code</code>Code
      Ungeordnete Liste – mit <li> kann man einen Listeneintrag beginnen<ul> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ul>
      • Erster Eintrag
      • Zweiter Eintrag
      Geordnete Liste – <li> wird verwendet, um neue Listeneinträge einzuleiten<ol> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ol>
      1. Erster Eintrag
      2. Zweiter Eintrag
      Definitionslisten ähneln normalen HTML-Listen. <dl> leitet eine Definitionsliste ein, <dt> einen Definitionsbegriff und <dd> die Definitionsbeschreibung.<dl> <dt>Erster Begriff</dt> <dd>Erste Definition</dd> <dt>Zweiter Begriff</dt> <dd>Zweite Definition</dd> </dl>
      Erster Begriff
      Erste Definition
      Zweiter Begriff
      Zweite Definition
      Überschrift<h3>Unterüberschrift drei</h3>

      Unterüberschrift drei

      Überschrift<h4>Unterüberschrift vier</h4>

      Unterüberschrift vier

      Überschrift<h5>Unterüberschrift fünf</h5>
      Unterüberschrift fünf
      Überschrift<h6>Unterüberschrift sechs</h6>
      Unterüberschrift sechs

      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:

      ZeichenbeschreibungQuelltextErgebnis
      Kaufmännisches Und&amp;&
      Größer als&gt;>
      Kleiner als&lt;<
      Anführungszeichen&quot;"
    • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
    • Syntaxhervorhebung von Quelltext kann mit den folgenden Tags aktiviert werden:

      • Generic syntax highlighting tags: "[code]", "[blockcode]".
      • Language specific syntax highlighting tags: "[c]" for C source code, "[cpp]" for C++ source code, "[cs]" for C# source code, "[cmd]" for DOS source code, "[java4]" for Java source code, "[java]" for Java(TM) 2 Platform Standard Edition 5.0 source code, "[tex]" for LaTeX source code, "[lua]" for Lua source code, "[pascal]" for Pascal source code, "[ps]" for PowerShell source code, "[python]" for Python source code, "[ruby]" for Ruby source code, "[text]" for Text source code.

      Optionen und 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: "abap" (für ABAP) , "actionscript" (für ActionScript) , "ada" (für Ada) , "apache" (für Apache configuration) , "applescript" (für AppleScript) , "asm" (für ASM) , "asp" (für ASP) , "autoit" (für AutoIt) , "bash" (für Bash) , "blitzbasic" (für BlitzBasic) , "bnf" (für bnf) , "c" (für C) , "c_mac" (für C (Mac)) , "caddcl" (für CAD DCL) , "cadlisp" (für CAD Lisp) , "cfdg" (für CFDG) , "cfm" (für ColdFusion) , "cmd" (für DOS) , "cpp" (für C++) , "cpp-qt" (für C++ (QT)) , "cs" (für C#) , "csharp" (für C#) , "css" (für CSS) , "d" (für D) , "delphi" (für Delphi) , "diff" (für Diff) , "div" (für DIV) , "dos" (für DOS) , "dot" (für dot) , "drupal5" (für Drupal 5) , "drupal6" (für Drupal 6) , "eiffel" (für Eiffel) , "fortran" (für Fortran) , "freebasic" (für FreeBasic) , "genero" (für genero) , "gml" (für GML) , "groovy" (für Groovy) , "haskell" (für Haskell) , "html4strict" (für HTML) , "idl" (für Uno Idl) , "ini" (für INI) , "inno" (für Inno) , "io" (für Io) , "j2carules" (für JAMES II Rule-based Cellular Automata) , "java" (für Java(TM) 2 Platform Standard Edition 5.0) , "java4" (für Java) , "java5" (für Java(TM) 2 Platform Standard Edition 5.0) , "javascript" (für Javascript) , "latex" (für LaTeX) , "lisp" (für Lisp) , "lua" (für Lua) , "m68k" (für Motorola 68000 Assembler) , "matlab" (für Matlab M) , "mirc" (für mIRC Scripting) , "mpasm" (für Microchip Assembler) , "mysql" (für MySQL) , "nsis" (für NSIS) , "objc" (für Objective-C) , "ocaml" (für OCaml) , "ocaml-brief" (für OCaml (brief)) , "oobas" (für OpenOffice.org Basic) , "oracle8" (für Oracle 8 SQL) , "pascal" (für Pascal) , "per" (für per) , "perl" (für Perl) , "php" (für PHP) , "php-brief" (für PHP (brief)) , "plsql" (für PL/SQL) , "powershell" (für PowerShell) , "ps" (für PowerShell) , "python" (für Python) , "qbasic" (für QBasic/QuickBASIC) , "rails" (für Rails) , "reg" (für Microsoft Registry) , "robots" (für robots.txt) , "ruby" (für Ruby) , "sas" (für SAS) , "scheme" (für Scheme) , "sdlbasic" (für sdlBasic) , "smalltalk" (für Smalltalk) , "smarty" (für Smarty) , "sql" (für SQL) , "tcl" (für TCL) , "tex" (für LaTeX) , "text" (für Text) , "thinbasic" (für thinBasic) , "tsql" (für T-SQL) , "vb" (für Visual Basic) , "vbnet" (für vb.net) , "vhdl" (für VHDL) , "visualfoxpro" (für Visual Fox Pro) , "winbatch" (für Winbatch) , "xml" (für XML) , "xpp" (für X++) , "z80" (für ZiLOG Z80 Assembler) .
      • Zeilennummerierung kann mit dem Attribut "linenumbers" an- oder abgeschaltet werden. Mögliche Werte sind: "off" für keine Zeilennummern, "normal" für normale Zeilennummern und "fancy" für erweiterte Nummerierung (jede n-te Zeile wird hervorgehoben). Die Anfangszeile kann mit dem Attribut "start" spezifiziert werden, was implizit normale Zeilennummerierung anschaltet. Für erweiterte Zeilennummerierung kann das Intervall der Hervorhebung mit dem Attribut "fancy" angegeben werden, was implizit die erweiterte Zeilennummerierung anschaltet.
      • 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".

      Standardeinstellungen:

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

      Beispiele:

      EingabeErgebnis
      [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="visualfoxpro" linenumbers="normal"]
      foo = "bar";
      baz = "foz";
      [/code]
      Code block with syntax highlighting for Visual Fox Pro source code
      and normal line numbers.
      [code language="visualfoxpro" start="23" fancy="7"]
      foo = "bar";
      baz = "foz";
      [/code]
      Code block with syntax highlighting for Visual Fox Pro source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
      [c]
      foo = "bar";
      baz = "foz";
      [/c]
      Code block with syntax highlighting for C source code.
      [c start="23" fancy="7"]
      foo = "bar";
      baz = "foz";
      [c]
      Code block with syntax highlighting for C source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
  • Texy with GeSHi:
    • Syntaxhervorhebung von Quelltext kann mit den folgenden Tags aktiviert werden:

      • Generic syntax highlighting tags: "[code]", "[blockcode]".
      • Language specific syntax highlighting tags: "[c]" for C source code, "[cpp]" for C++ source code, "[cs]" for C# source code, "[cmd]" for DOS source code, "[java4]" for Java source code, "[java]" for Java(TM) 2 Platform Standard Edition 5.0 source code, "[tex]" for LaTeX source code, "[lua]" for Lua source code, "[pascal]" for Pascal source code, "[ps]" for PowerShell source code, "[python]" for Python source code, "[ruby]" for Ruby source code, "[text]" for Text source code.

      Optionen und 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: "abap" (für ABAP) , "actionscript" (für ActionScript) , "ada" (für Ada) , "apache" (für Apache configuration) , "applescript" (für AppleScript) , "asm" (für ASM) , "asp" (für ASP) , "autoit" (für AutoIt) , "bash" (für Bash) , "blitzbasic" (für BlitzBasic) , "bnf" (für bnf) , "c" (für C) , "c_mac" (für C (Mac)) , "caddcl" (für CAD DCL) , "cadlisp" (für CAD Lisp) , "cfdg" (für CFDG) , "cfm" (für ColdFusion) , "cmd" (für DOS) , "cpp" (für C++) , "cpp-qt" (für C++ (QT)) , "cs" (für C#) , "csharp" (für C#) , "css" (für CSS) , "d" (für D) , "delphi" (für Delphi) , "diff" (für Diff) , "div" (für DIV) , "dos" (für DOS) , "dot" (für dot) , "drupal5" (für Drupal 5) , "drupal6" (für Drupal 6) , "eiffel" (für Eiffel) , "fortran" (für Fortran) , "freebasic" (für FreeBasic) , "genero" (für genero) , "gml" (für GML) , "groovy" (für Groovy) , "haskell" (für Haskell) , "html4strict" (für HTML) , "idl" (für Uno Idl) , "ini" (für INI) , "inno" (für Inno) , "io" (für Io) , "j2carules" (für JAMES II Rule-based Cellular Automata) , "java" (für Java(TM) 2 Platform Standard Edition 5.0) , "java4" (für Java) , "java5" (für Java(TM) 2 Platform Standard Edition 5.0) , "javascript" (für Javascript) , "latex" (für LaTeX) , "lisp" (für Lisp) , "lua" (für Lua) , "m68k" (für Motorola 68000 Assembler) , "matlab" (für Matlab M) , "mirc" (für mIRC Scripting) , "mpasm" (für Microchip Assembler) , "mysql" (für MySQL) , "nsis" (für NSIS) , "objc" (für Objective-C) , "ocaml" (für OCaml) , "ocaml-brief" (für OCaml (brief)) , "oobas" (für OpenOffice.org Basic) , "oracle8" (für Oracle 8 SQL) , "pascal" (für Pascal) , "per" (für per) , "perl" (für Perl) , "php" (für PHP) , "php-brief" (für PHP (brief)) , "plsql" (für PL/SQL) , "powershell" (für PowerShell) , "ps" (für PowerShell) , "python" (für Python) , "qbasic" (für QBasic/QuickBASIC) , "rails" (für Rails) , "reg" (für Microsoft Registry) , "robots" (für robots.txt) , "ruby" (für Ruby) , "sas" (für SAS) , "scheme" (für Scheme) , "sdlbasic" (für sdlBasic) , "smalltalk" (für Smalltalk) , "smarty" (für Smarty) , "sql" (für SQL) , "tcl" (für TCL) , "tex" (für LaTeX) , "text" (für Text) , "thinbasic" (für thinBasic) , "tsql" (für T-SQL) , "vb" (für Visual Basic) , "vbnet" (für vb.net) , "vhdl" (für VHDL) , "visualfoxpro" (für Visual Fox Pro) , "winbatch" (für Winbatch) , "xml" (für XML) , "xpp" (für X++) , "z80" (für ZiLOG Z80 Assembler) .
      • Zeilennummerierung kann mit dem Attribut "linenumbers" an- oder abgeschaltet werden. Mögliche Werte sind: "off" für keine Zeilennummern, "normal" für normale Zeilennummern und "fancy" für erweiterte Nummerierung (jede n-te Zeile wird hervorgehoben). Die Anfangszeile kann mit dem Attribut "start" spezifiziert werden, was implizit normale Zeilennummerierung anschaltet. Für erweiterte Zeilennummerierung kann das Intervall der Hervorhebung mit dem Attribut "fancy" angegeben werden, was implizit die erweiterte Zeilennummerierung anschaltet.
      • 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".

      Standardeinstellungen:

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

      Beispiele:

      EingabeErgebnis
      [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="mysql" linenumbers="normal"]
      foo = "bar";
      baz = "foz";
      [/code]
      Code block with syntax highlighting for MySQL source code
      and normal line numbers.
      [code language="mysql" start="23" fancy="7"]
      foo = "bar";
      baz = "foz";
      [/code]
      Code block with syntax highlighting for MySQL source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
      [c]
      foo = "bar";
      baz = "foz";
      [/c]
      Code block with syntax highlighting for C source code.
      [c start="23" fancy="7"]
      foo = "bar";
      baz = "foz";
      [c]
      Code block with syntax highlighting for C source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
    • This site uses Texy! to format and alter entered content. Texy! provides an intuitive and easy to read syntax which is automatically filtered into XHTML upon content submission.

      Paragraphs and line breaks
      Just add two line breaks to create a paragraph. Put a space at the start of a new line to preserve a line break.
      Emphasized
      *Emphasized*
      Emphasized
      Strong
      **Strong**
      Strong
      Hyperlink
      "Hyperlink":http://drupal.org
      Hyperlink
      Block quoted
      > Block quoted

      Block quoted

      Quoted inline
      >>Quoted inline<<
      Quoted inline
      Acronym
      "SLA"((Some Lengthy Acronym))
      SLA
      Source code
      /---code html
      <em>Texy!</em>
      \---code
      <em>Texy!</em>
      Unordered list
      - First item
      - Second item
      • First item
      • Second item
      Ordered list
      1) First item
      2) Second item
      1. First item
      2. Second item
      Subscripted
      Sub__scripted__ or Sub_2 for numbers
      Subscripted or Sub2 for numbers
      Superscripted
      Super^^scripted^^ or Super^2 for numbers
      Superscripted or Super2 for numbers

      More information can be found at the official Texy! page.

  • Markdown+GeSHi:
    • Syntaxhervorhebung von Quelltext kann mit den folgenden Tags aktiviert werden:

      • Generic syntax highlighting tags: "[code]", "[blockcode]".
      • Language specific syntax highlighting tags: "[c]" for C source code, "[cpp]" for C++ source code, "[cs]" for C# source code, "[cmd]" for DOS source code, "[java4]" for Java source code, "[java]" for Java(TM) 2 Platform Standard Edition 5.0 source code, "[tex]" for LaTeX source code, "[lua]" for Lua source code, "[pascal]" for Pascal source code, "[ps]" for PowerShell source code, "[python]" for Python source code, "[ruby]" for Ruby source code, "[text]" for Text source code.

      Optionen und 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: "abap" (für ABAP) , "actionscript" (für ActionScript) , "ada" (für Ada) , "apache" (für Apache configuration) , "applescript" (für AppleScript) , "asm" (für ASM) , "asp" (für ASP) , "autoit" (für AutoIt) , "bash" (für Bash) , "blitzbasic" (für BlitzBasic) , "bnf" (für bnf) , "c" (für C) , "c_mac" (für C (Mac)) , "caddcl" (für CAD DCL) , "cadlisp" (für CAD Lisp) , "cfdg" (für CFDG) , "cfm" (für ColdFusion) , "cmd" (für DOS) , "cpp" (für C++) , "cpp-qt" (für C++ (QT)) , "cs" (für C#) , "csharp" (für C#) , "css" (für CSS) , "d" (für D) , "delphi" (für Delphi) , "diff" (für Diff) , "div" (für DIV) , "dos" (für DOS) , "dot" (für dot) , "drupal5" (für Drupal 5) , "drupal6" (für Drupal 6) , "eiffel" (für Eiffel) , "fortran" (für Fortran) , "freebasic" (für FreeBasic) , "genero" (für genero) , "gml" (für GML) , "groovy" (für Groovy) , "haskell" (für Haskell) , "html4strict" (für HTML) , "idl" (für Uno Idl) , "ini" (für INI) , "inno" (für Inno) , "io" (für Io) , "j2carules" (für JAMES II Rule-based Cellular Automata) , "java" (für Java(TM) 2 Platform Standard Edition 5.0) , "java4" (für Java) , "java5" (für Java(TM) 2 Platform Standard Edition 5.0) , "javascript" (für Javascript) , "latex" (für LaTeX) , "lisp" (für Lisp) , "lua" (für Lua) , "m68k" (für Motorola 68000 Assembler) , "matlab" (für Matlab M) , "mirc" (für mIRC Scripting) , "mpasm" (für Microchip Assembler) , "mysql" (für MySQL) , "nsis" (für NSIS) , "objc" (für Objective-C) , "ocaml" (für OCaml) , "ocaml-brief" (für OCaml (brief)) , "oobas" (für OpenOffice.org Basic) , "oracle8" (für Oracle 8 SQL) , "pascal" (für Pascal) , "per" (für per) , "perl" (für Perl) , "php" (für PHP) , "php-brief" (für PHP (brief)) , "plsql" (für PL/SQL) , "powershell" (für PowerShell) , "ps" (für PowerShell) , "python" (für Python) , "qbasic" (für QBasic/QuickBASIC) , "rails" (für Rails) , "reg" (für Microsoft Registry) , "robots" (für robots.txt) , "ruby" (für Ruby) , "sas" (für SAS) , "scheme" (für Scheme) , "sdlbasic" (für sdlBasic) , "smalltalk" (für Smalltalk) , "smarty" (für Smarty) , "sql" (für SQL) , "tcl" (für TCL) , "tex" (für LaTeX) , "text" (für Text) , "thinbasic" (für thinBasic) , "tsql" (für T-SQL) , "vb" (für Visual Basic) , "vbnet" (für vb.net) , "vhdl" (für VHDL) , "visualfoxpro" (für Visual Fox Pro) , "winbatch" (für Winbatch) , "xml" (für XML) , "xpp" (für X++) , "z80" (für ZiLOG Z80 Assembler) .
      • Zeilennummerierung kann mit dem Attribut "linenumbers" an- oder abgeschaltet werden. Mögliche Werte sind: "off" für keine Zeilennummern, "normal" für normale Zeilennummern und "fancy" für erweiterte Nummerierung (jede n-te Zeile wird hervorgehoben). Die Anfangszeile kann mit dem Attribut "start" spezifiziert werden, was implizit normale Zeilennummerierung anschaltet. Für erweiterte Zeilennummerierung kann das Intervall der Hervorhebung mit dem Attribut "fancy" angegeben werden, was implizit die erweiterte Zeilennummerierung anschaltet.
      • 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".

      Standardeinstellungen:

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

      Beispiele:

      EingabeErgebnis
      [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="xml" linenumbers="normal"]
      foo = "bar";
      baz = "foz";
      [/code]
      Code block with syntax highlighting for XML source code
      and normal line numbers.
      [code language="xml" start="23" fancy="7"]
      foo = "bar";
      baz = "foz";
      [/code]
      Code block with syntax highlighting for XML source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
      [c]
      foo = "bar";
      baz = "foz";
      [/c]
      Code block with syntax highlighting for C source code.
      [c start="23" fancy="7"]
      foo = "bar";
      baz = "foz";
      [c]
      Code block with syntax highlighting for C source code,
      line numbers starting from 23
      and highlighted line numbers every 7th line.
    • Quick Tips:
      • Two or more spaces at a line's end = Line break
      • Double returns = Paragraph
      • *Single asterisks* or _single underscores_ = Emphasis
      • **Double** or __double__ = Strong
      • This is [a link](http://the.link.example.com "The optional title text")
      For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
    • Typogrify.module brings the typographic refinements of Typogrify to Drupal.
      • Wraps ampersands (the $ldquo;&” character) with <span class=\"amp\">&</span>.
      • Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
      • Converts straight quotation marks to typographer's quotation marks, using SmartyPants.
      • Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
      • Wraps multiple capital letters with <span class=\"caps\">CAPS</span>.
      • Wraps initial quotation marks with <span class=\"quo\"></span> or <span class=\"dquo\"></span>.
      • Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.