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

    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
    Anker werden benutzt um Links zu anderen Seiten zu erstellen.<a href="http://www.malteser-straubing.de">Malteser in Straubing</a>Malteser in Straubing
    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>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

    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.
  • 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).
  • The Glossary module will automatically mark terms that have been defined in the glossary vocabulary with links to their descriptions. These marks depend on the settings and may be a superscript character or an icon, or the term may be turned into an acronym, cite, or abbreviation. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, acronym, code, pre.
  • Images can be added to this post.
  • Linodef

    Linodef is a filter for internal links. It uses a simple but unique markup so Linodef doesn't interfere with other filter modules.
    The ID of a node or of a taxonomy term and optionally a fieldname are the solely elements stored in your text. One advantage of this method in comparison to similar filter modules is the fact that the links don't break if you change the node title or term name. Furthermore, if you change the title of the node or the value of a field or the name of a term then those are automatically updated in your text, too.

    Embed elements

    To embed elements into your text, prepend the element ID with the hash key # and surround them by brackets []: [#ID]. That way a node title is inserted and linked. To embed the content of a field, add the field name: [#ID:field_name]. Moreover it is possible to add a field value number in the case you have a field with multiple values and want to use a different value than the first: [#ID:field_name:number].

    Hilfe

    The syntax is as following:

    Tag-BeschreibungEingegebenErgebnis
    Embed node title and link to the node.[#ID]node title
    Embed field value and link to the node.[#ID:field_name]field value
    Embed field value and link to the node.[#ID:field_name:field_value_number]certain field value of a multiple values field

    Example for nodes and fields:

    We have a node with id=8 and a title Perry Rhodan. It contains a multiple value field called firstnames. The first value is Gucky, second is Atlan. Note that the field value numbers start at 0, so first value has number "0", second has number "1" etc. If the node has a path alias then the link contains this instead of the default drupal path (the examples are limited to the default paths).
    EingegebenErgebnis
    [#8]Perry Rhodan
    [#8:field_firstnames]Gucky
    [#8:field_firstnames:0]Gucky
    [#8:field_firstnames:1]Atlan
    Hilfe

    Alter embedding by tag options

    Options can modify the ID type and the embed method. They are entered right after the ID or the field settings and are separated by a comma. The number of options a tag can have is not limited.

    Tag-BeschreibungEingegebenErgebnis
    Embed an element with options.[#ID,option1,option2,...]Depends on the options used.
    Embed a field value with options.[#ID:field_name,option1,option2,...]Depends on the options used.
    Embed a certain field value with options.[#ID:field_name:field_value_number,option1,option2,...]Depends on the options used.

    Example for ID type and embed modification options:

    Here we use the embed modification "nolink" to have an output without a link to the element and the ID type option "tid" to embed a taxonomy term instead of a node. The taxonomy term has the id=5 and the name Jupiter. If the term has a path alias then the link contains this instead of the default drupal path (the example is limited to the default path). Furthermore we have a node (optional option "nid") with id=5 and the title Kallisto.

    EingegebenErgebnis
    [#5,tid]Jupiter
    [#5,tid,nolink]Jupiter
    [#5,nid,nolink]Kallisto
    [#5,nolink]Kallisto
    Hilfe

    Use comments to flag your tags for editors

    Comments act as an indicator for Linodef tags, to describe your tag for yourself or other editors. A comment can be inserted inside the tag prepended with a space and it may consist of all UTF-8 characters except the closing bracket ].

    Comments are visible only during editing and never appear by viewing a text. The nature of comments is that they must not modified automatically and therefore will not change unless you change it. This is important to understand since the content the tag displays can change automatically and so the comment may be outdated. So try to use a common description.

    Tag-BeschreibungEingegebenErgebnis
    Use comments to give information about the tag during editing.[#ID comment]node title
    Comment a field content.[#ID:field_name:field_value_number comment]node title
    Comments work together with options.[#ID:field_name:field_value_number,option1,option2,... comment]Depends on the options used.

    Create node links with own linktext

    The syntax is as following:
    <#NodeID>your Text</#>.

    Example:

    EingegebenErgebnis
    <#8>your Text</#>your Text
  • Each email address will be obfuscated in a human readble fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.