PmWiki   PmWiki /
SpecialMarkups
SearchWiki
PmWiki.RecentChanges
Page Revisions

There are a lot of specialized markups that make use of the double bracket [[...]] sequence, many of these are described here.

Search

[[$Search]]
A PmWiki text-search box. Normally used in Main.SearchWiki but can be placed anywhere.

Titles, Groups, etc.
[[$Title]] - The page title, as in "SpecialMarkups"
[[$Group]] - the page group name, as in "PmWiki"
[[$Titlespaced]] - the page title spaced, as in "Special Markups"
[[$Groupspaced]] - the group name spaced, as in "Pm Wiki"
[[$LastModified]] - the date the page was last modified
[[$DefaultGroup]] - the wiki server's default group, as in "Main"
[[$Attachlist]] - see UploadsAdmin


Header & Footer
[[noheader]]
[[nofooter]]
[[nogroupheader]]
Turns off the PmWiki-generated header, footer, or group header for the page.

Includes
[[include:WikiWord]]
[[include:GroupName.WikiWord]]
Includes the text of another wiki page in this one. Note that this can mangle references if the included page belongs to another group. Also note that there's no space after the colon.

Misc Bracket Abuse
[[<<]]
Forces a line break, specifically inserts the HTML "<br clear='all'>"
[[$Version]]
Display the PmWiki version number, i.e. "pmwiki-0.5.16"
[[$Edit text]]
Display an Edit link, like this [[$Edit 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 webpage.

<< InterMap | PmWiki.DocumentationIndex | SimpleTables >>
Page Revisions - WikiHelp - SearchWiki - RecentChanges - Login
Page last modified on August 04, 2003, at 03:09 PM