Instruction Function
Overview
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.
Functions
- 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 - Processing instruction indicating that the should not display comments at the bottom regardless of the system settings.
- 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 unauthorized modification.
- R
- Review Instruction - Processing instruction indicating the page needs to be reviewed.
- T
- Tags (Instruction Function) - Associate tags with a 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).
Related
- Namespace - Displays the namespace of the wiki page.
- NamespaceGlossary - Create a glossary from of pages in specified namespaces.
- NamespaceList - Create a list of pages from specified namespaces.
- Namespaces - Using and creating namespaces to logically group pages in the wiki.
- Navigation - Diaplys the URL friendly navigation name of a page.
- NoCache Instruction - Processing instruction indicating that the page should never be cached.
- Order - Orders the resulting lines of a block of wiki markup.
- ProfileGlossary - Displays a glossary of all active users with links to their public profiles.
- ProfileList - Displays a list of all active users with links to their public profiles.
- Protect Instruction - Processing instruction indicating the page is protected from unauthorized modification.