Markups
LaTeX:
Include LaTeX codes inside the
See http://www.pmwiki.org/wiki/Cookbook/TrueLatex for more details.
(:latex:)...(:latexend:) markup.See http://www.pmwiki.org/wiki/Cookbook/TrueLatex for more details.
HTML:
Include HTML and JavaScript codes inside the
(:html:)...(:htmlend:) markup.
Comments:
Totally invisible comments:
[% ... %]
Visible only to editors:
[%== ... ==%]
Under development/construction section:
[%-- ... --%]
External file link:
To link files from
You can also define
Alternatively you can create the raw URL using
To create a local (primary server) copy of a file and link to that, use
To include a primary link, and a secondary alternate link in a pop-up, use
Pop-up box in a link can be created using
http://www.subhrajit.net/files/, use [[* Path/To/File.ext]] or [[* Path/To/File.ext | Link Text ]].You can also define
(:FilesPath: Path/To/:) at the beginning of the wikitext, and use it in creating links as in [[* {$:FilesPath}File.ext]].Alternatively you can create the raw URL using
{$FileServerBase}Path/To/File.ext.To create a local (primary server) copy of a file and link to that, use
[[(*) Path/To/File.ext]] or [[(*) Path/To/File.ext | Link Text ]].To include a primary link, and a secondary alternate link in a pop-up, use
[[ Primary_link_URL > Secondary_link_URL | Link text ]].Pop-up box in a link can be created using
[[^ {Popup text including wiki markups but not containing a curly end bracket} | Link text]].LiveEdit block:
To make a block of wiki-text Live-Editable, include it within
[#-BlockName] ... [-#] markup.
TODO:
To mark a 'TODO' item in the page include
'''TODO:''' todo text\n in the page.
Page Variables
{$FileServerBase} = http://www.subhrajit.net/files/
Markup Expressions
Access GET parameters:
To access any GET parameter passed into the page, use
Example: "
{(_GET ParamName)}.Example: "
{(_GET n)}" in this page gives "Site.Documentation"
Blog modules
Just include the line (:include Includes.BlogTemplateA:) anywhere in the wikitext to convert it into a blog.