You are viewing this site in administrative mode. Click here to view in regular mode.
print Short URL for this page:[close]

Press Ctrl+C to copy
bookmark feedback/comment

Markups

LaTeX:

Include LaTeX codes inside the (: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 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 {(_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.

Page last modified on May 13, 2013, at 10:57 PM EST.
(cc) Subhrajit Bhattacharya