Translations:Datenimport/144/en: Unterschied zwischen den Versionen
Aus HITGuard User Guide
Weitere Optionen
Isan (Diskussion | Beiträge) Die Seite wurde neu angelegt: „{| class="wikitable" !html-code !Output |- |<pre><ul><li>Item 1</li><li>Item 2</li></ul></pre> |<ul><li>Creates a</li><li>bullet list.</li></ul><br>Important: In a list of this kind you must not use line breaks in the Excel/CSV, as this will lead to empty lines in the result. |- |<pre>Line 1<br>Line 2</pre> |Adds a simple<br>line break. |- |<pre><b>bold<b></pre> |Formats the text as <b>bold</b>. |- |<pre><i>italic</i></pre> |Formats the text as <i>italic<…“ |
Isan (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
! | !HTML-code | ||
!Output | !Output | ||
|- | |- | ||
| Zeile 9: | Zeile 9: | ||
|Adds a simple<br>line break. | |Adds a simple<br>line break. | ||
|- | |- | ||
|<pre><b>bold<b></pre> | |<pre><b>bold</b></pre> | ||
|Formats the text as <b>bold</b>. | |Formats the text as <b>bold</b>. | ||
|- | |- | ||
Aktuelle Version vom 18. Dezember 2025, 10:38 Uhr
| HTML-code | Output |
|---|---|
<ul><li>Item 1</li><li>Item 2</li></ul> |
Important: In a list of this kind you must not use line breaks in the Excel/CSV, as this will lead to empty lines in the result. |
Line 1<br>Line 2 |
Adds a simple line break. |
<b>bold</b> |
Formats the text as bold. |
<i>italic</i> |
Formats the text as italic. |
<u>unterlined</u> |
Formats the text as unterlined. |
<s>struck through</s> |
Formats the text as |