Hinweise zum schreiben eines Beitrags
- Internet- und E-Mail-Adressen werden automatisch umgewandelt.
Erlaubte 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-Beschreibung Eingegeben Ergebnis Anker werden benutzt um Links zu anderen Seiten zu erstellen. <a href="http://www.berenbrink.net">berenbrink.net</a>berenbrink.net Hervorgehoben <em>Hervorgehoben</em>Hervorgehoben Fett <strong>Fett</strong>Fett Zitat <cite>Zitat</cite>Zitat Kodierter Text um Quelltexte anzuzeigen <code>Code</code>CodeUngeordnete 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>- Erstes Element
- 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
Die meisten Sonderzeichen können problemlos direkt eingegeben werden.
Falls Probleme auftreten, sollten HTML-Entitäten verwendet werden. Ein Beispiel ist & für ein kaufmännisches &. Eine vollständige Liste stellt SelfHTML bereit. Einige Zeichen sind:
Zeichenbeschreibung Eingegeben Ergebnis Kaufmännisches Und && Mehr als >> Weniger als << Anführungszeichen "" - 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. -
Gallery2 Filter:
You can link to items in your embedded Gallery2 using a special code. This code will be replaced by a thumbnail image that is linked to the actual item in your Gallery.
Syntax:
[G2:item_id n=number type=type size=number class=name frame=name album_frame=name item_frame=name]- item_id (required): This is the item ID from Gallery2. If you look at the URL of the item, this is the last number. Note that if the item_id is a single photo, n must be 1.
- n (suggested): This is the number of photos you want the block to show. It will override whatever is set in the defaults (initially 1). Note: this will change past instances where you did not set n -- the reason for its suggested use.
- type: The default type of gallery block. Any of the following may be used: randomImage, recentImage, viewedImage, randomAlbum, recentAlbum, viewedAlbum, dailyImage, weeklyImage, monthlyImage, dailyAlbum, weeklyAlbum, monthlyAlbum, specificItem. Note that for n=1, selectedItem is automatically chosen regardless of this parameter.
- class: The block that Gallery2 returns is wrapped in a DIV so additional styling can be done. The classes for this DIV are located in g2_filter.css. Included with the module are "left", "right", and "nowrap". These position the image block to the left or right or on a line all its own with the text not wrapping. You can also add your own class(es) to the CSS file and they will automatically be available.
- size: The length of the longest side for the thumbnail. The other side is determined automatically to keep the same aspect ratio. This option (for Gallery2.2 and above) will use the gallery image that is closest in size, and so may end up using a smaller image and expanding it (lower quality). If so, use "exactsize". For Gallery2.1, if you want your size to be bigger than the thumbnail size for that image as defined in your Gallery2, you must select "Full Size" in the gallery settings page (but note that the full image will be returned and then resized by the browser, so it may take a while to download).
- exactsize: The length of the longest side for the thumbnail. The other side is determined automatically to keep the same aspect ratio. This option always ensures that the image is scaled from a larger image and so image quality is maintained. This only works for Gallery2.2 and above.
- frame/album_frame/item_frame: You can use just "frame" to assign a frame to the thumbnail regardless of whether it's for an album or a single item. Using aframe will only affect albums and iframe will only affect single items. Frames included with the default Gallery 2 install are: bamboo, book, brand , dots, flicking, gold, gold2, polaroid, polaroids, shadow, shells, slide, solid, notebook, wood.
