Instruction Function
Instruction functions tell the wiki engine how to handle a page or its workflow. These can be things like @@Draft, @@Include, @@Deprecate, @@NoCache, etc., which respectively tell the engine that the page is in draft, the page is intended to be used as an include to other pages and finally that the page needs to be deleted.
Unlike Standard Function, Instruction functions do not directly insert/modify text on the page
There are various other processing instructions and pages which use them can be filtered on by moderators in the admin menu.
- D
- Deprecate Instruction - Processing instruction indicating the page needs to be deleted.
- Draft Instruction - Processing instruction indicating the page is in draft - is incomplete.
- H
- HideFooterComments Instruction - Indicates that comments should not display comments at the bottom regardless of the system settings.
- HideFooterLastModified Instruction - Hides the last modified information in the footer.
- I
- Include Instruction - Processing instruction indicating the page is an include and not a while page.
- N
- NoCache Instruction - Processing instruction indicating that the page should never be cached.
- P
- Protect Instruction - Processing instruction indicating the page is protected from modification and deletion.
- R
- Review Instruction - Processing instruction indicating the page needs to be reviewed.
- T
- Tags (Instruction Function) - Associate tags with a page.
- Tags (Standard Function) - Display the tags associated with the page.
- Template Instruction - Processing instruction indicating the page is a template.
- Title (Instruction Function) - Sets the title of the page for the browser (HTML head title).
Wiki Help :: StripedTable
The StripedTable scope function allows you to create tables with columns and alternating colored rows.
Wiki Help :: SystemEmojiCategoryList
Displays a list of emoji categories.
Wiki Help :: SystemEmojiList
Displays a list of emojis for the specified category.
Wiki Help :: Table
The Table scope function allows you to create tables with rows and columns.
Wiki Help :: TagCloud
Create a tag cloud from a seed tag.
Wiki Help :: TagGlossary
Create a glossary from a search of specified tags.
Wiki Help :: TagList
Create a list of pages from a search of page tags.
Wiki Help :: Tags (Instruction Function)
Associate tags with a page.
Wiki Help :: Tags (Standard Function)
Display the tags associated with the page.
Wiki Help :: Template Instruction
Processing instruction indicating the page is a template.