wiki:syntax

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:syntax [2020/05/25 11:24]
salzbrunnri [Image Links]
wiki:syntax [2022/10/06 14:05]
linhardja Inhalt veraltet, daher gelöscht
Zeile 200: Zeile 200:
 When you upload a ''​video.webm''​ and ''​video.ogv''​ next to the referenced ''​video.mp4'',​ DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser. When you upload a ''​video.webm''​ and ''​video.ogv''​ next to the referenced ''​video.mp4'',​ DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
  
-Additionally DokuWiki supports a "​poster"​ image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''​video.jpg''​ file would work. [[#​SzNameOfAnchorHere|]]+Additionally DokuWiki supports a "​poster"​ image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''​video.jpg''​ file would work.
  
  
Zeile 264: Zeile 264:
 ==== Text to HTML Conversions ==== ==== Text to HTML Conversions ====
  
-Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.+Typography: [[:​wiki:​dokuwiki|DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
  
--> <- <-> => <= <=> >> << ​-- --- 640x480 (c) (tm) (r) +→ <- <→ ⇒ <= <⇒ >> << ​– — 640×480 © ™ ® "He thought '​It'​s a man's world'"
-"He thought '​It'​s a man's world'..."+
  
 <​code>​ <​code>​
--> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)+-> <- <-> => <= <​=>>>​ <<-- --- 640x480 (c) (tm) (r)
 "He thought '​It'​s a man's world'​..."​ "He thought '​It'​s a man's world'​..."​
 </​code>​ </​code>​
Zeile 276: Zeile 275:
 The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>​entities|pattern file]]. The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>​entities|pattern file]].
  
-There are three exceptions which do not come from that pattern file: multiplication entity (640x480), '​single'​ and "​double quotes"​. They can be turned off through a [[doku>​config:​typography|config option]].+There are three exceptions which do not come from that pattern file: multiplication entity (640×480), '​single'​ and "​double quotes"​. They can be turned off through a [[doku>​config:​typography|config option]]. 
  
 ===== Quoting ===== ===== Quoting =====