Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
reference [2025/02/03 08:22] – donnie | reference [2025/02/03 08:32] (current) – donnie |
---|
====== 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&nofooter}} will include the section about tables of the syntax page (&nofooter omits the footer below the included section)</code> | |
| |