Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
reference [2025/02/03 08:02] donniereference [2025/02/03 08:32] (current) donnie
Line 1: Line 1:
 ====== Reference ====== ====== Reference ======
 +===== Docker =====
 [[Docker Cheat Sheet]] [[Docker Cheat Sheet]]
 +===== Include Plug-in Syntax =====
 +[[http://dokuwiki.org/plugin:include|include plug-in docs]]\\
 +<code>{{page>wiki:syntax#footnotes&nofooter}}</code> will include the section about footnotes of the syntax page - as shown below
 +{{page>wiki:syntax#footnotes}}
 +Append “&nofooter” to omit the footer below the included section (the line directly preceding this one)
  
-[[http://dokuwiki.org/plugin:include|include plug-in syntax:]] 
  
-<code>{{page>wiki:syntax#Tables}} will include the section about tables of the syntax page</code>