PmWiki uses a number of directives to specify page titles, descriptions, page keywords, and control the display of various components.
(:title text:)-  Sets a page's title to be something other than the page's name.  The title text can contain apostrophes and other special characters.
 (:keywords word1, word2, ...:)- Identifies keywords associated with the page.  These are not displayed anywhere, but are useful to help search engines locate the page.  (Essentially, this generates a 
<meta name='keywords' content='...' /> element in the output.)
 (:description text:)- Descriptive text associated with the page.  (Generates a 
<meta name='description' content='...' /> element in the page output.)
 (:redirect PageName:)- Redirects the browser to another page, along with a redirect message.  For security reasons this only redirects to other pages within the wiki and does not redirect to external urls.
 (:noheader:)- 
 (:nofooter:)-  
 (:notitle:)- 
 (:noleft:)- 
 -  
 - If supported by the skin, turns off the header, footer, title area, or left sidebar.
 (:nogroupheader:)- 
 (:nogroupfooter:)- 
 -  
 - Turns off any groupheader or groupfooter for the page.  (See GroupHeaders.)
 (:linkwikiwords:), (:nolinkwikiwords:)- 
 (:spacewikiwords:), (:nospacewikiwords:)- 
 -  
 - Enables/disables WikiWord links and automatic spacing of WikiWords in text.
 
<< WikiStyle examples | DocumentationIndex | Include other pages >>