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. $Search
Titles, Groups, etc.
- [[$Title]] - The page title, as in "$Title?"
- [[$Group]] - the page group name, as in "$Group?"
- [[$Titlespaced]] - the page title spaced, as in "$Titlespaced?"
- [[$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
Headers and Footers
- [[noheader]]
- [[nofooter]]
- [[nogroupheader]]
- [[notitle]]
- Turns off the Pm Wiki-generated header, footer, group header, or title for the page.
Includes
- [[include:PageName]]
- [[include:GroupName.PageName]]
- Includes the text of another wiki page in this one. Wiki Word links in pages from other groups will be assumed to be in the current group if not otherwise qualified (i.e., just as if the text were entered in the current page). Note that there's no space between the ':' and the page name.
$MaxIncludes: 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:PageName]]
- [[redirect:GroupName.PageName]]
- 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'>"
As of Pm Wiki 0.6, one can also use
\\at the end of a line to force a line break. - [[$Version]]
- Display the Pm Wiki version number, i.e. "$Version"
- [[$Edit text]]
- Display an Edit link, like this $Edit Click This Link To Edit This Page?
- [[$Diff text]]
- Display a Page History link, like this $Diff Click This Link To See Page Revisions?
- [[spacewikiwords]]
- Place this directive in a page and it will cause all of the {{Wiki Word}}s in the page to be displayed with spaces. Of course, [[spacewikiwords]] can go in a {{Group Header|s}} page to cause all pages in a group to be displayed with spaced {{Wiki Word}}s. This can also be turned on by setting
in customization (see Pm Wiki.{{Variables}}).$SpaceWikiWords=1 - [[#anchorname]]
- Creates an anchor in a page.
- [[#anchorname text]]
- Creates a link to an anchor within the same page.
<< | Pm Wiki.Documentation Index | >>
This page may have a more recent version on pmwiki.org: PmWiki:SpecialMarkups, and a talk page: PmWiki:SpecialMarkups-Talk.