Page Include allows you to embed the full content of any other wiki page within the current page. This is perfect for creating composite pages or cross-linking content dynamically.
Caution:
Take care with circular includes (embedding a page that embeds itself) to avoid infinite loops. PureWiki includes a safety guard to prevent this.
Features
- DRY (Don't Repeat Yourself): Maintain content in one place and display it across multiple pages.
- Seamless Integration: Included pages render natively as if they were part of the document.
- Recursion Protection: Safely prevents infinite loops caused by accidental circular references.
How to use
Type /pageinclude and select the page from your wiki structure that you want to embed. The content will be pulled automatically when viewed.