There are a lot of specialized markups that make use of the double bracket sequence, many of these are described here.
Search
- $Search
- A Pm Wiki text-search box. Normally used in Main.Search Wiki? but can be placed anywhere.
Titles, Groups, etc.
- $Title? - The page title, as in "Special Markups"
-
- $Group? - the page group name, as in "Pm Wiki"
-
- $Titlespaced? - the page title spaced, as in "Special Markups"
-
- $Groupspaced? - the group name spaced, as in "$Groupspaced?"
-
- $LastModified? - the date the page was last modified
-
- $LastModifiedHost? - the host that performed the last modification
-
- $DefaultGroup? - the wiki server's default group, as in "$DefaultGroup?"
-
- $Attachlist? - see Uploads Admin
-
Header & Footer
- noheader?
-
- nofooter?
-
- nogroupheader?
-
-
- Turns off the Pm Wiki-generated header, footer, or group header for the page.
Includes
- include:WikiWord?
-
- include:GroupName.WikiWord?
-
-
- Note that there's no space after the colon.
-
- Includes the text of another wiki page in this one. Note that this can mangle references if the included page belongs to another group (use $ThisPage for references to anchors within a page to prevent included anchors from breaking).
-
- To prevent infinite loops of includes, only a limited number of includes are actually executed (controlled by the configuration variable
$MaxIncludes
, which defaults to 10). If you need more than 10 included files in a page, speak with the Wiki Administrator.
Redirects
- redirect:WikiWord?
-
- redirect:GroupName.WikiWord?
-
-
- Redirects the browser to a different wiki page, adding a message to inform the user that the redirection has taken place.
Misc Bracket Abuse
- <<?
-
-
- Forces a line break, specifically inserts the HTML "<br clear='all'>"
- $Version
-
-
- Display the Pm Wiki version number, i.e. "pmwiki-2.3.23"
- $Edit text?
-
-
- Display an Edit link, like this Click This Link To Edit This Page
- $Diff text?
-
-
- Display a Revisions link, like this Click This Link To See Page Revisions
- spacewikiwords?
-
-
- Place this directive in a page and it will cause all of the WikiWords in the page to be displayed with spaces. (Of course, spacewikiwords? can go in a GroupHeader page to cause all pages in a group to be displayed with spaced WikiWords.). This can also be turned on by setting
$spacewikiwords=1
in customization (see PmWiki.Variables).
- #anchorname
-
-
- Creates an anchor in a page.
- #anchorname text
-
-
- Creates a link to an anchor within the same page.
<< | Pm Wiki.Documentation Index | >>