Other Special Markups
Search
(:searchbox:)- A PmWiki text-search box. Normally used in Main.SearchWiki but can be placed anywhere.
(:searchresults:)- Produces the results of a search in a wikipage, as coming from the
q=URL parameter or a(:searchbox:)directive.
Titles, Groups, etc.
{$Name} - The page's name, as in "SpecialMarkups"
{$Group} - the page's group name, as in "PmWiki"
{$DefaultGroup} - The name of the default (startup) group, here it's "Main"
{$Title} - the page's title, as in "SpecialMarkups"
{$Namespaced} - 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
{$LastModifiedBy} - the author that performed the last modification
{$LastModifiedHost} - the host that performed the last modification
Headers and Footers
(:noheader:)
(:nofooter:)
(:notitle:)
(:nogroupheader:)
Turns off the PmWiki-generated header, footer, group header, or title for the page.
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.
Includes
(:include IncludeOtherPages#include-desc#include-desc-end:)
See include other pages for more details.
Attachments
(:attachlist orphaned:) - Lists all attachments that have been uploaded, but not used on any page.
(:attachlist missing:) - Lists all attachments specified on pages that haven't been uploaded yet.
Misc Bracket Abuse
[[<<]]- Forces a line break, specifically inserts the HTML "<br clear='all'>"
(:spacewikiwords:)- Place this directive in a page and it will cause all of the WikiWords in the page to be displayed with spaces. This can also be turned on by setting
in customization (see PmWiki.Variables).$SpaceWikiWords=1 [[#anchorname]]- Creates an anchor in a page.
[[#anchorname|text]]- Creates a link to an anchor within the same page.
[[PageName#anchornametext]]- Creates a link to an anchor on PageName.
<< Adding a Guestbook | Documentation Index | Simple RSS >>
