Textové formáty
Filtered HTML
Povolené sú HTML značky: <br> <p class="text-sm text-align-left text-align-center text-align-right"> <h2 id class="text-align-left text-align-center text-align-right"> <h3 id class="text-align-left text-align-center text-align-right"> <h4 id class="text-align-left text-align-center text-align-right"> <a class="big-button orange blue orange-outline blue-outline purple social-link facebook instagram linkedin twitter youtube" name href data-entity-type data-entity-uuid data-entity-substitution> <cite> <dt> <dl class="text-align-left text-align-center text-align-right text-align-justify"> <dd class="text-align-left text-align-center text-align-right text-align-justify"> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <drupal-entity data- data-entity-type data-entity-uuid data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button data-langcode alt title> <drupal-media title data-entity-type data-entity-uuid alt data-view-mode data-caption data-align> <strong> <em> <code> <blockquote> <ul> <ol start> <li> <hr>
-
You can align images, videos, blockquotes and so on to the left, right or center. Examples:
- Align an image to the left:
<img src="" data-align="left" />
- Align an image to the center:
<img src="" data-align="center" />
- Align an image to the right:
<img src="" data-align="right" />
- … and you can apply this to other elements as well:
<video src="" data-align="center" />
- Align an image to the left:
-
You can caption images, videos, blockquotes, and so on. Examples:
<img src="" data-caption="This is a caption" />
<video src="" data-caption="The Drupal Dance" />
<blockquote data-caption="Dries Buytaert">Drupal is awesome!</blockquote>
<code data-caption="Hello world in JavaScript.">alert("Hello world!");</code>
- Each email address will be obfuscated in a human readable fashion or, if JavaScript is enabled, replaced with a spam resistent clickable link. Email addresses will get the default web form unless specified. If replacement text (a persons name) is required a webform is also required. Separate each part with the "|" pipe symbol. Replace spaces in names with "_".
- Replace empty paragraphs (e.g.
<p></p>
or<p> </p>
) with<br />
.
Obyčajný text
Povolené sú HTML značky: <br> <p class="text-align-left text-align-center text-align-right text-align-justify"> <h2 id class="text-align-left text-align-center text-align-right text-align-justify"> <h3 id class="text-align-left text-align-center text-align-right text-align-justify"> <h4 id class="text-align-left text-align-center text-align-right text-align-justify"> <cite> <dl class="text-align-left text-align-center text-align-right text-align-justify"> <dt> <dd class="text-align-left text-align-center text-align-right text-align-justify"> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <blockquote cite class="text-align-left text-align-center text-align-right text-align-justify"> <ul type class="text-align-left text-align-center text-align-right text-align-justify"> <ol start type class="text-align-left text-align-center text-align-right text-align-justify"> <drupal-media data-view-mode data-align data-caption title data-entity-type data-entity-uuid alt> <strong> <em> <code> <li> <hr class="text-align-left text-align-center text-align-right text-align-justify"> <a hreflang name id data-entity-substitution data-entity-type data-entity-uuid title href class=" big-button orange blue outline orange-outline blue-outline purple"> <drupal-entity data- data-entity-type data-entity-uuid data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button data-langcode alt title>
Táto stránka povoľuje HTML obsah. Naučiť sa celé HTML môže byť odstrašujúce, ale naučiť sa používať niekoľko málo z najzákladnejších HTML "značiek" je veľmi jednoduché. Tato tabuľka poskytuje príklady pre každú značku povolenú na tejto stránke.
For more information see the HTML Living Standard or use your favorite search engine to find other sites that explain HTML.
Popis značky Napíšete Získate Implicitne sa zalomenie riadkov vkladá automaticky, takže touto značkou pridáte ďalšie. Táto značka sa líši, pretože nemá otváraciu a ukončovaciu značku ako ostatné. Pre kompatibilitu s XHTML 1.0 vložte do značky naviac " /". Text so <br />zalomením riadka
Text so
zalomením riadkaImplicitne sa odstavce pridávajú automaticky, takže touto značkou pridáte ďalší. <p>Odstavec jedna.</p> <p>Odstavec dva.</p>
Odstavec jedna.
Odstavec dva.
Nadpis <h2>Podnadpis</h2>
Podnadpis
Nadpis <h3>Podnadpis tretej úrovne</h3>
Podnadpis tretej úrovne
Nadpis <h4>Podnadpis štvrtej úrovne</h4>
Podnadpis štvrtej úrovne
Citácia <cite>Citácia</cite>
Citácia Zoznam definície je podobný ostatným HTML zoznamom. <dl> začína zoznam definícii, <dt> začína termín a <dd> začína popis definície. <dl> <dt>Prvý termín</dt> <dd>Prvá definícia</dd> <dt>Druhý termín</dt> <dd>Druhá definícia</dd> </dl>
- Prvý termín
- Prvá definícia
- Druhý termín
- Druhá definícia
Chýba pomocník pre značku dt. Chýba pomocník pre značku dd. Chýba pomocník pre značku img. Odsadenie bloku <blockquote>Odsadenie bloku</blockquote>
Odsadenie bloku
Nečíslovaný zoznam - použite <li> na začiatku každej položky zoznamu <ul> <li>Prvá položka</li> <li>Druhá položka</li> </ul>
- Prvá položka
- Druhá položka
Číslovaný zoznam - použite <li> na začiatku každej položky zoznamu <ol> <li>Prvá položka</li> <li>Druhá položka</li> </ol>
- Prvá položka
- Druhá položka
Chýba pomocník pre značku drupal. Tučné <strong>Tučné</strong>
Tučné Zdôraznené <em>Zdôraznené</em>
Zdôraznené Zobrazenie zdrojového kódu <code>Kód</code>
Kód
Chýba pomocník pre značku li. Chýba pomocník pre značku hr. Odkazy na iné stránky. <a href="https://www.centropa.org">Centropa</a>
Centropa Chýba pomocník pre značku drupal. Väčšinu nezvyčajných znakov môžete bez problémov vložiť priamo.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
Popis znaku Napíšete Získate Ampersand &
& Väčší ako >
> Menší ako <
< Úvodzovky "
" - Web page addresses and email addresses turn into links automatically.
- 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 of blank lines.