Benutzer-Werkzeuge

Webseiten-Werkzeuge


benutzung:alle_features

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
benutzung:alle_features [07.05.2018 22:26] Rustam Galljamovbenutzung:alle_features [21.06.2018 09:14] – [Tooltips - Explaining single words] Rustam Galljamov
Zeile 93: Zeile 93:
  
 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links). The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
 +
 +===== Embedd HTML Code =====
 +You can easily embedd almost any kind of HTML code in the wiki by putting it in the ''<html>...</html>'' tags. Here a simple example:
 +<html><marquee>Make it scroll, baby!</marquee></html>
 +   <html><marquee>Make it scroll, baby!</marquee></html>
  
 ===== Footnotes ===== ===== Footnotes =====
Zeile 351: Zeile 356:
 There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers. There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
  
 +
 +===== Tooltips - Explaining single words =====
 +
 +To add a description to a word or phrase popping up when hovering over it, you can use the code snippet presented below.  
 +
 +Here the result:
 +<html>
 +<a href="" data-toggle="tooltip" onclick="return false" 
 +            title="Your short or very very long text... it can be really long! It is limited but the limit should not bother your">Hover over me!</a>
 +</html>
 +
 +... and here the code:
 +<code>
 +<html>
 +<a href="" data-toggle="tooltip" onclick="return false" 
 +            title="Your short or very very long text... it can be really long! It is limited but the limit should not bother your">Hover over me!</a>
 +</html>
 +</code>
benutzung/alle_features.txt · Zuletzt geändert: 27.11.2022 23:55 von 127.0.0.1


Warning: Undefined variable $orig_id in /is/htdocs/wp1019470_OPI92FFHXV/www/wikiLehre/lib/plugins/openas/action.php on line 232