Diferenzas

Isto amosa as diferenzas entre a revisión seleccionada e a versión actual da páxina.

Enlazar a esta vista de comparación

Next revision
Previous revision
Next revisionBoth sides next revision
wiki:syntax [2012/03/01 18:02] – edición externa 127.0.0.1wiki:syntax [2013/03/05 14:22] – [Images and Other Files] jorge.suarez
Liña 161: Liña 161:
  
 For linking an image to another page see [[#Image Links]] above. For linking an image to another page see [[#Image Links]] above.
 +
 +A frame can be added around the image Wikipedia style just by enclosing the image and the caption on braces [].
 +
 +[{{ wiki:dokuwiki-128.png |This is the caption}}]
 +
 +  [{{ wiki:dokuwiki-128.png |This is the caption}}]
 +
 +For embedding videos, you can use the ''<nowiki><video></video></nowiki>'' tags.
 +
 +<video>:wiki:small.webm</video>
 +
 +  <video>:wiki:small.webm</video>
 +  
 +It defaults to 480p resolution. You can also specify the width and/or height of the video:
 +
 +<video width=320 height=240>:wiki:small.webm</video>
 +
 +  <video width=320 height=240>:wiki:small.webm</video>
  
 ===== Lists ===== ===== Lists =====
Liña 479: Liña 497:
 | %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created | | %%~~NOTOC~~%%   | If this macro is found on the page, no table of contents will be created |
 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
 +
 +===== Comments / hide content =====
 +
 +Standard C comments delimiters ''<nowiki>/*</nowiki>'' and ''<nowiki>*/</nowiki>'' can be used to hide content from displaying.
 +
 +**Example:**
 +
 +  This is a /* very nice */ content
 +  
 +This is a /* very nice */ content
 +
  
 ===== Syntax Plugins ===== ===== Syntax Plugins =====