User Tools

Site Tools


wiki_syntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki_syntax [2017/04/12 03:36] – TOC related formatting 5omw78wiki_syntax [2017/04/16 14:53] (current) 5omw78
Line 14: Line 14:
 \\ \\ \\ \\
  
 +
 +
 +----
 {{anchor:plugins}} {{anchor:plugins}}
 ===== Plugin related ===== ===== Plugin related =====
Line 26: Line 29:
 ==== codedoc ==== ==== codedoc ====
 [[https://www.dokuwiki.org/plugin:codedoc|codedoc]] enables toggles for hiding and displaying code blocks; inserts html anchors for cross-referencing code; facilitates documentation, provides convenience features for marking up code, has branch with support geshi highlighting. See below [[#codedoc|examples]] for its usage.\\ [[https://www.dokuwiki.org/plugin:codedoc|codedoc]] enables toggles for hiding and displaying code blocks; inserts html anchors for cross-referencing code; facilitates documentation, provides convenience features for marking up code, has branch with support geshi highlighting. See below [[#codedoc|examples]] for its usage.\\
 +\\
 +
 +==== include ====
 +[[https://www.dokuwiki.org/plugin:include|include]] can be used to include another wiki page into the current one. Common usage is described [[#include|below]]. For more details see the plugin page. 
 \\ \\
 \\ \\
  
 +
 +----
 {{anchor:anchor}} {{anchor:anchor}}
 === anchor === === anchor ===
Line 37: Line 46:
 \\ \\
  
 +
 +----
 {{anchor:DivAlign2}} {{anchor:DivAlign2}}
 === DivAlign2 === === DivAlign2 ===
Line 59: Line 70:
 \\ \\
  
 +
 +----
 {{anchor:codedoc}} {{anchor:codedoc}}
 === codedoc === === codedoc ===
Line 74: Line 87:
    . . .your code here. . .    . . .your code here. . .
 </codedoc> </codedoc>
 +</code>
 +\\
 +
 +----
 +{{anchor:include}}
 +=== include ===
 +Common syntax for //include//.\\
 +<code>
 +{{page>[id]&[flags]}}
 +
 +flags could be - 
 +- footer/nofooter
 +- date/nodate
 +- mdate/nomdate
 +- user/nouser
 +- readmore/noreadmore
 </code> </code>
 \\ \\
 \\ \\
wiki_syntax.txt · Last modified: 2017/04/16 14:53 by 5omw78

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki