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
benutzung:alle_features [21.01.2019 22:25] – [Embedd HTML Code] Rustam Galljamovbenutzung:alle_features [27.11.2022 23:55] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== Wiki-Features ======+====== Alle Wiki-Features ======
  
 Diese Seite ist eine angepasste Kopie der [[https://www.dokuwiki.org/wiki:syntax|offiziellen Übersicht aller Features]] und deswegen in Englischer Sprache. Erklärungen mehrerer ausgewählter Features in Deutsch findest Du [[benutzung/chapter|hier]].  Diese Seite ist eine angepasste Kopie der [[https://www.dokuwiki.org/wiki:syntax|offiziellen Übersicht aller Features]] und deswegen in Englischer Sprache. Erklärungen mehrerer ausgewählter Features in Deutsch findest Du [[benutzung/chapter|hier]]. 
Zeile 100: Zeile 100:
  
 ===== Embedding videos into your Wiki-Article ==== ===== Embedding videos into your Wiki-Article ====
-Most of the video platforms like YouTube allow embedding videos into web pages using HTML code. Don't panic, it'only copying and pasting.+Most of the video platforms like YouTube allow embedding videos into web pages using HTML code. Don't panic, it'all about copying and pasting: Copying the Embedding-Code of a video and pasting it into an HTML-block in your article. Below is the description for YouTube, which should work for other platforms too.
  
 ==== Embedding videos from YouTube ==== ==== Embedding videos from YouTube ====
 {{ :benutzung:ifs-wiki_embedd_youtube.jpg?direct&400|}} {{ :benutzung:ifs-wiki_embedd_youtube.jpg?direct&400|}}
   - Click the "Share"-Button below the playing video.    - Click the "Share"-Button below the playing video. 
-  - In the popped up window choose "Embedd". +  - In the popped up window choose "Embed". 
-  - A second video appears, where you can choose some settings and copy the HTML-Code / Embedding-Code.  See picture on the right for more detail. +  - A second window appears, where you can choose some settings and copy the HTML-Code / Embedding-Code.  See picture on the right for more detail. 
-  - Paste the copied HTML-Code in a html-block in your wiki article, like so+  - Paste the copied HTML-Code in a HTML-block in your wiki article, like so
  
-   <html>  +<code><html>  
-   <iframe width="560" height="315" src="https://www.youtube.com/embed/kiyi-C7NQrQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe +HTML-Code from YouTube here 
-   </html>+</html></code>
        
-**The result** looks as follows (a video describing how to get the HTML-Code of a YouTube video):+The **Embedding-Code** for the video below looks as following and will vary bit depending on video platform and chosen settings: 
 +<code><iframe width="560" height="315" src="https://www.youtube.com/embed/kiyi-C7NQrQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></code>
  
-<html><iframe width="560" height="315" src="https://www.youtube.com/embed/kiyi-C7NQrQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html>+To **center the video** horizontally in your article, just paste the Embedding-Code like this 
 +<code> 
 +<html> 
 +<div align="center"> 
 +Your HTML-Code from YouTube here 
 +</div> 
 +</html> 
 +</code> 
 + 
 +**The result** looks as follows (a video describing how to get the HTML-Code of a YouTube video in detail): 
 + 
 +<html> 
 +<div align="center"> 
 +<iframe width="560" height="315" src="https://www.youtube.com/embed/kiyi-C7NQrQ" align="middle" frameborder="0"  
 +allow="accelerometer; autoplay" allowfullscreen></iframe> 
 +</div> 
 +</html>
  
 ===== Footnotes ===== ===== Footnotes =====
  
-You can add footnotes ((This is a footnote)) by using double parentheses.+You can add footnotes ((This is a footnote)) by using double parentheses. 
  
   You can add footnotes ((This is a footnote)) by using double parentheses.   You can add footnotes ((This is a footnote)) by using double parentheses.
  
 +The text inside the parentheses will be automatically displayed as a footnote at the bottom of the page. Please scroll down to the page's end to see the footnote ((Well done! Now you know all the wiki features! Good Luck!)).
 ===== Sectioning ===== ===== Sectioning =====
  
Zeile 256: Zeile 274:
 DokuWiki supports a simple syntax to create tables. DokuWiki supports a simple syntax to create tables.
  
-^ Heading 1      ^ Heading 2       ^ Heading 3          +^ Heading 1    ^ Heading 2                            ^ Heading 3    
-| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        +| Row 1 Col 1  | Row 1 Col 2                          | Row 1 Col 3  
-| Row 2 Col 1    | some colspan (note the double pipe) || +| Row 2 Col 1  | some colspan (note the double pipe)                || 
-| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |+| Row 3 Col 1  | Row 3 Col 2                          | Row 3 Col 3  |
  
 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers. Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
benutzung/alle_features.1548105927.txt.gz · Zuletzt geändert: 27.11.2022 23:51 (Externe Bearbeitung)


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