====== Toolbar Syntax (Teil 3) ======
~~prevnext>syntax1 syntax3~~
\\
[[projekt:dokuwiki:toolbars:syntax1#CR|{{toolbar:newline.png|Neue Zeile}}]]
[[projekt:dokuwiki:toolbars:syntax1#B|{{toolbar:bold.png|Fett}}]]
[[projekt:dokuwiki:toolbars:syntax1#I|{{toolbar:italic.png|Kursiv}}]]
[[projekt:dokuwiki:toolbars:syntax1#U|{{toolbar:underline.png|Unterstrichen}}]]
[[projekt:dokuwiki:toolbars:syntax1#SUB|{{toolbar:subscript.png|Tiefgestellt}}]]
[[projekt:dokuwiki:toolbars:syntax1#SUP|{{toolbar:superscript.png|Hochgestellt}}]]
[[projekt:dokuwiki:toolbars:syntax1#SMALL|{{toolbar:small.png|Kleine Schrift}}]]
[[projekt:dokuwiki:toolbars:syntax1#BIG|{{toolbar:big.png|Grosse Schrift}}]]
[[projekt:dokuwiki:toolbars:syntax1#H1|{{toolbar:h1.png|Level 1}}]]
[[projekt:dokuwiki:toolbars:syntax1#H2|{{toolbar:h2.png|Level 2}}]]
[[projekt:dokuwiki:toolbars:syntax1#H3|{{toolbar:h3.png|Level 3}}]]
[[projekt:dokuwiki:toolbars:syntax1#H4|{{toolbar:h4.png|Level 4}}]]
[[projekt:dokuwiki:toolbars:syntax1#H5|{{toolbar:h5.png|Level 5}}]]
[[projekt:dokuwiki:toolbars:syntax2#INS|{{toolbar:ins.png|Einfügen}}]]
[[projekt:dokuwiki:toolbars:syntax2#INSHI|{{toolbar:inshi.png|Einfügen mit Markierung}}]]
[[projekt:dokuwiki:toolbars:syntax2#DEL|{{toolbar:del.png|Löschen}}]]
[[projekt:dokuwiki:toolbars:syntax2#DELHI|{{toolbar:delhi.png|Löschen mit Markierung}}]]
[[projekt:dokuwiki:toolbars:syntax2#HI|{{toolbar:hi.png|Markieren}}]]
[[projekt:dokuwiki:toolbars:syntax3#MONO|{{toolbar:mono.png|Monospace}}]]
[[projekt:dokuwiki:toolbars:syntax3#FOOTNOTE|{{toolbar:footnote.png|Fussnote}}]]
[[projekt:dokuwiki:toolbars:syntax3#QUOTE|{{toolbar:quote.png|Quote}}]]
[[projekt:dokuwiki:toolbars:syntax3#BLOCKQUOTE|{{toolbar:blockquote.png|Block-Quote}}]]
[[projekt:dokuwiki:toolbars:syntax3#PLAIN|{{toolbar:plain.png|Plain Text}}]]
[[projekt:dokuwiki:toolbars:syntax4#CODE|{{toolbar:code.png|Code}}]]
[[projekt:dokuwiki:toolbars:syntax4#FILE|{{toolbar:file.png|File}}]]
[[projekt:dokuwiki:toolbars:syntax4#BOX|{{toolbar:box.png|Box}}]]
[[projekt:dokuwiki:toolbars:syntax5#INTLINK|{{toolbar:link.png|Interner link}}]]
[[projekt:dokuwiki:toolbars:syntax5#EXTLINK|{{toolbar:linkextern.png|Externer Link}}]]
[[projekt:dokuwiki:toolbars:syntax5#EMAIL|{{toolbar:email.png|E-Mail}}]]
[[projekt:dokuwiki:toolbars:syntax5#MEDIA|{{toolbar:image.png|Media Manager}}]]
[[projekt:dokuwiki:toolbars:syntax5#EXTIMAGE|{{toolbar:imageextern.png|Externes Bild}}]]
[[projekt:dokuwiki:toolbars:syntax6#OL|{{toolbar:ol.png|Nummerierter Listenpunkt}}]]
[[projekt:dokuwiki:toolbars:syntax6#UL|{{toolbar:ul.png|Listenpunkt}}]]
[[projekt:dokuwiki:toolbars:syntax6#HR|{{toolbar:hr.png|Horizontale Linie}}]]
[[projekt:dokuwiki:toolbars:syntax7#COLOR|{{toolbar:colors.png|Farbwähler}}]]
[[projekt:dokuwiki:toolbars:syntax7#SMILEY|{{toolbar:smiley.png|Smileys}}]]
[[projekt:dokuwiki:toolbars:syntax7#SPECIAL|{{toolbar:chars.png|Sonderzeichen}}]]
[[projekt:dokuwiki:toolbars:syntax7#SIGNATURE|{{toolbar:sig.png|Signatur}}]]
----
===== generelles =====
* Hat ein Tag mehrere Optionen, muss die Reihenfolde der Optionen eingehalten werden.
* Führende, nicht verwendete Optionen müssen mit dem Wert NULL (oder Null oder null) ersetzt werden. In diesem Fall wird der Standardwert verwendet.
* Nachfolgende, nicht verwendete Optionen können weggelassen werden, oder mit NULL ersetzt werden.
===== Tips =====
* Für die Farben, markiere doch das Wort und wähle die Farbe über den Farbpicker [[projekt:dokuwiki:toolbars:syntax7#color|{{toolbar:colors.png|Monospace}}]] aus..
===== MONO =====
[[projekt:dokuwiki:toolbars:syntax3#MONO|{{toolbar:mono.png|Monospace}}]]
==== Monospace Text ====
Keine Veränderung gegenüber dem DokuWiki Original.
''monospaced Text''
===== FOOTNOTE =====
[[projekt:dokuwiki:toolbars:syntax3#FOOTNOTE|{{toolbar:footnote.png|Fussnote}}]]
==== Fussnoten ====
Keine Veränderung gegenüber dem DokuWiki Original.
((Text der Fussnote))
===== QUOTE =====
[[projekt:dokuwiki:toolbars:syntax3#QUOTE|{{toolbar:quote.png|Quote}}]]
==== Quotes ====
Keine Veränderung gegenüber dem DokuWiki Original.
>Text auf den sich bezogen wird
===== BLOCKQUOTE =====
[[projekt:dokuwiki:toolbars:syntax3#BLOCKQUOTE|{{toolbar:blockquote.png|Block-Quote}}]]
==== Quotes in einem Block ====
^ Syntax...: | Text der Quote
||
^ Optionen.: | keine ||
^ CSS class: | lib\plugins\toolbar\style.css : blockquote.blockquoted ||
^ original syntax | ./. ||
^ Issues | Blockquotes innerhalb Blockquotes funktionieren nicht! ||
BlockQuote Text
BlockQuote Text
BlockQuote Text
===== PLAIN =====
[[projekt:dokuwiki:toolbars:syntax3#PLAIN|{{toolbar:plain.png|Plain Text}}]]
==== unformatierter Text ====
^ Syntax...: | unformatierter Text ||
^ Optionen.: | keine ||
^ CSS class: | lib\plugins\toolbar\style.css : span.noformat ||
^ original syntax | ./. ||
^ Issues | bis jetzt keine bekannt! ||
Unformatierter Text kann tags wie italic oder fett enthalten
Unformatierter Text kann tags wie italic oder fett enthalten
Unformatierter Text kann tags wie <i>italic</i> oder <b>fett</b> enthalten