PmWiki»The Markup Master Index Page

The Markup Master Index Page

Link markups

[[PageName]]
[[page name]]
[[page (name)]]
[[PageName | link text]]
[[link text -> PageName]]
[[#anchor]]
[[#anchor | link text]]
[[PageName#anchor | link text]]

http://example.com
[[http://example.com]]
[[http://example.com | link text]]
[[link text -> http://example.com]]

[[Attach:file with spaces.doc]]
[[Wikipedia:WikiWikiWeb]]

WikiWord
`NonWikiWord
Group/PageName
Group.PageName

[[~Author Name]]

Images

http://www.example.com/image.gif
http://www.example.com/image.gif"alt text"
Attach:image.gif"My image"
%lfloat% Attach:image.gif
%rfloat% Attach:image.gif
%center% Attach:image.gif
%rframe% Attach:image.gif | Caption
%lframe% Attach:image.gif | Caption
%width=200px% Attach:image.gif
%thumb% Attach:image.gif

Images and links

[[Attach:image.gif]]
[[(Attach:)image.gif]]
[[PageName | Attach:image.gif"alt text"]]
[[http://www.example.com/ | Attach:image.gif"alt text"]]
%rframe thumb% [[Attach:image.gif | Attach:image.gif"alt text"]] | Caption

Directives

Page directives

(:redirect PageName:)

(:(no)spacewikiwords:)
(:(no)linkwikiwords:)
(:(no)linebreaks:)

(:noheader:), (:nofooter:)
(:notitle:)
(:noleft:), (:noright:)
(:nogroupheader:), (:nogroupfooter:)
(:noaction:)

(:title text:)
(:keywords word, ...:)
(:description text:)
(:comment text:)

Include other pages

(:include PageName:)
(:include PageName #start#end lines=n paras=n:)
(:include Page1 Page2 Page3:)

Conditional markup

(:if (!)cond param:)...(:ifend:)

Page lists?

(:searchbox group=Group size=size:)
(:searchresults incl -excl group=abc fmt=def list=ghi order=jkl:)
(:pagelist incl -excl group=abc fmt=def list=ghi order=jkl:)

Other directives

(:markup:) [=...=]
(:markup:)...(:markupend:)

(:nl:)

Forms?

(:input form method=get action=url:)
(:input text name=first value="Bob" size=20:)
(:input submit name=post value="Go" accesskey=g:)
(:input hidden name=action value=edit:)
(:input end:)

Edit Forms?

(:messages:)
(:input e_form:)
(:e_guibuttons:)
(:e_preview:)
(:input e_textarea rows=24 cols=60:)
(:input e_author value={$Author} size=40:)
(:input e_changesummary value="Summary" size=60:)
(:input e_savebutton value=$[Save]:)
(:input e_saveeditbutton value=$[Save and edit]:)
(:input e_previewbutton value=$[Preview]:)
(:input e_resetbutton value=$[Reset]:)

Block markups

-> indented text
-< hanging indent
* unordered list
** deeper list
# ordered list
# %item value=#% arbitrary start number
# %roman% roman numeral list
:term:definition
<space> preformatted text
[@...@] preformatted block=]
---- (horizontal rule)
blank line is vertical space
\ at end of line joins next line
\\'s at end of line produce breaks
[[<<]] Wordwraps floating text

Inline markups

''emphasized'' (italic)
'''strong''' (bold)
'''''strong emphasis'''''
@@monospaced@@
[-small-], [--smaller--]
[+big+], [++bigger++]
'-small-', '+big+'
'^superscript^', '_subscript_'
{+inserted+} (underscore)
{-deleted-} (strikethrough)
[@escaped code@]
[=escaped text=]

Simple Tables

||table attributes
||!table caption!||
||left aligned || centered || right aligned||
||!column heading||
||spanned columns ||||||

Tables and divs

(:table attr:)
(:cellnr attr:)
(:cell attr:)
(:tableend:)

>>wikistyle<<
(:div attr:)
(:divend:), >><<

WikiTrails

<<|TrailPage|>>
<|TrailPage|>
^|TrailPage|^

Posting markups

~~~ (author's signature)
~~~~ (authors signature and date)

Markup variables

<< Markup variables | DocumentationIndex | Deleting pages >>