Markup Master Index
This page contains the most frequently used wiki markup, briefly. Follow the links in each section to learn more.
2. Links
2.1. External links
2.2. Page links
2.3. WikiGroup links
2.4. InterMap links
2.5. Email links
2.6. Upload links
2.7. Link Schemes?
3. Images
3.1. Images as Images
3.2. Images as links
4. Start-of-line markup
4.1. Lists
4.2. Headings
4.3. Paragraph blocks
4.4. Division blocks
5. Text markup
5.1. Character format
5.2. Posting markup
6. Tables
6.1. Plain rows and columns of text
6.2. Structured tables
7. Directives
7.1. Page directives
7.2. Display
7.3. Metadata
7.4. Include
7.5. Conditional markup
7.6. Pagelists
7.7. Other directives
8. Forms
9. Wiki trails
10. Page variables
11. Expressions
1. Markup concepts introduction ↑
PmWiki markup can be applied to 'blocks' of text, and to text 'lines'. PmWiki markup is also used to read and save page, group, and wiki metadata through the use of variables. PmWiki markup can be used to process metadata variables though expressions and pagelists. PmWiki provides a wiki style markup that can be applied to text, lists?, paragraphs, and blocks.
Text markup, also known as wikitext is variable, see below, and in general broadly follows wiki conventions. Text markup only applies to single lines of text, delimited by a newline.
Block markup is applied to multiple lines of text as paragraph blocks and division blocks.
In PmWiki the most important markup is the directive.
The directive is signified by parenthesis and a colon, viz: (:...:)
.
The directive provides most of PmWiki's functionality.
Markup expressions {(...)}
, variable markup {$...}
, and wiki styles %...%
also provide PmWiki functionality.
2. Links ↑
See Links
2.1. External links ↑
http://example.com
[[http://example.com]]
[[http://example.com"tool tip"]]
[[http://example.com | link text]]
[[link text -> http://example.com]]
2.2. Page links ↑
[[PageName]]
[[page name]]
[[page (name)]]
[[PageName | link text]]
[[PageName | + ]]
(titled link)
[[PageName | # ]]
(anonymous numerical reference link)
[[PageName"tool tip"]]
[[link text -> PageName]]
[[#anchor]]
(to create an anchor)
[[#anchor | link text]]
(to refer to an anchor)
[[anchor | # ]]
(anonymous numerical reference link)
[[PageName#anchor | link text]]
(to refer to an anchor in another page)
See also WikiWord on how to enable WikiWord
links.
2.3. WikiGroup links ↑
See Links and Categories
[[GroupName/]] or [[Group name/]]
[[GroupName"tool tip"]]
[[GroupName.]]
[[GroupName/PageName]] or [[GroupName/page name]]
[[(GroupName.)page name]]
[[~Author Name]]
[[~Author Name | +]]
[[~Author Name | #]]
[[~Author Name | link text]]
[[~Author Name"tool tip"]]
[[!Category Name]]
2.4. InterMap links ↑
See InterMap
[[Path:/path/local_document.html]]
[[Wikipedia:WikiWikiWeb]]
2.5. Email links ↑
mailto:someone@example.com
[[(mailto:)someone@example.com]]
[[mailto:someone@example.com | display text]]
[[display text -> mailto:someone@example.com]]
2.6. Upload links ↑
Attach:file.odt
[[(Attach:)file.odt]]
[[Attach:file.odt | alternative text ]]
[[Attach:file with spaces.pdf]]
[[Attach:Groupname./file with spaces.pdf]]
2.7. Link Schemes? ↑
In addition to http:
, https:
, mailto:
PmWiki also supports:
ftp:
news:
gopher:
nap:
file:
tel:
geo:
3. Images ↑
3.1. Images as Images ↑
http://example.com/image.gif
http://example.com/image.gif"alt text"
Attach:image.gif"My image"
Attach:Groupname./image.gif"image in another group"
Attach:Groupname.Pagename/image.gif"image on another page"
%lfloat% Attach:image.gif | Caption %%
(could be %rfloat%, %center%, %rframe%, %lframe%, %frame% )
%width=200px% Attach:image.gif %%
%thumb% Attach:image.gif %%
3.2. Images as links ↑
[[Attach:image.gif]]
[[(Attach:)image.gif]]
[[PageName | Attach:image.gif"alt text"]]
[[http://example.com/ | Attach:image.gif"alt text"]]
[[http://example.com/ | http://example.com/image.png"alt text"]] | Caption
%rframe thumb% [[Attach:image.gif | Attach:image.gif"alt text"]] | Caption
4. Start-of-line markup ↑
4.1. Lists ↑
See List styles, Wiki styles and Cookbook:Outline lists
* unordered list
** deeper list
# ordered list
# %item value=#%
arbitrary start number
# %decimal%, %roman%, %ROMAN%, %alpha%, %ALPHA%
%comment%
:term:definition
Also
Q:
start a question paragraph
A:
start an answer paragraph
4.2. Headings ↑
!! Heading
!!! Deeper heading
4.3. Paragraph blocks ↑
-> indented text
-< hanging indent
<space> preformatted text
[@...@]
preformatted block
----
(horizontal rule)
blank line
is vertical space
\
at end of line joins next line
\\
at end of line produces a line break
\\\
at the end of a line produces a blank line, even within a list item
[[<<]]
produces a line break that clears floating content
4.4. Division blocks ↑
See Block markup, Wiki styles and Page directives
>>wikistyle<<
>><<
(:div class="" style="":)
(:divend:)
>>comment<<
5. Text markup ↑
5.1. Character format ↑
''emphasized''
'''strong'''
'''''strong emphasis'''''
@@monospaced@@
[-small-], [--smaller--]
[+big+], [++bigger++]
'-small-', '+big+'
'^superscript^', '_subscript_'
{+inserted+} (underscore)
{-deleted-} (strikethrough)
[@escaped code@]
[=escaped text=]
5.2. Posting markup ↑
~~
~
(author's signature)
~~
~~
(author's signature and date)
(:encrypt phrase:)
-- replaced with encrypted form of phrase
6. Tables ↑
6.1. Plain rows and columns of text ↑
See Tables
||table attributes
||!table caption!||
||left aligned || centered || right aligned||
||!column heading||
||spanned columns ||||||
6.2. Structured tables ↑
See Table directives
(:table attr:)
(:cellnr attr:)
(:cell attr:)
(:tableend:)
7. Directives ↑
7.1. Page directives ↑
See Page directives
(:redirect PageName:)
(:(no)spacewikiwords:)
(:(no)linkwikiwords:)
(:(no)linebreaks:)
7.2. Display ↑
See Page directives Group headers
(:noheader:), (:nofooter:)
(:notitle:)
(:noleft:), (:noright:)
(:nogroupheader:), (:nogroupfooter:)
(:noaction:)
7.3. Metadata ↑
See Page directives, Comment markup, Page variables
(:title text:)
(:keywords word, ...:)
(:description text:)
(:comment text:)
{Group/PageName$:variable}
includes from (:variable:text:)
7.4. Include ↑
See Include other pages, Page text variables
(:include PageName:)
(:include PageName#start#end lines=n paras=n:)
(:include Page1 Page2 Page3:)
{Group/PageName$:Var}
includes from (:name:text:)
(:nl:)
separate included text by conditional line break
7.5. Conditional markup ↑
(:if (!)
cond param:)...(:ifend:)
(:if (!)
cond param:)...(:else:)...(:ifend:)
(:if (!)
cond param:)...(:elseif (!)
cond param:)...(:ifend:)
7.6. Pagelists ↑
See Page lists
(:searchbox label=label order=-time:)
(:searchresults incl -excl group=abc fmt=def:)
(:pagelist incl -excl group=abc fmt=def:)
7.7. Other directives ↑
See Page directives
(:markup:)...(:markupend:)
(:markup class=horiz:)...(:markupend:)
(:markup caption='...':)...(:markupend:)
(:messages:)
8. Forms ↑
See Forms
(:input form method=get action=url enctype=multipart/form-data:)
(:input default name=xyz value="abc":)
(:input text name=first value="Bob" size=20:)
(:input textarea name=xyz [=value=] rows=2 cols=80:)
(:input submit name=post value="Go" accesskey=g:)
(:input reset:)
(:input hidden name=action value=edit:)
(:input radio name=xyz value="abc" checked=1:)
(:input checkbox name=xyz value="abc" checked=1:)
(:input password name=authpw:)
(:input file name=upload:)
(:input image name=xyz src="http:..." alt="Alt Text":)
(:input select name=xyz value="val1" label="Value 1":)
(:input select name=xyz value="val2" label="Value 2":)
(:input end:)
See also PmWiki Edit forms.
9. Wiki trails ↑
See Wiki trails
<<|[[TrailPage]]|>>
<|[[TrailPage]]|>
^|[[TrailPage]]|^
10. Page variables ↑
See Page variables, Page text variables, Page lists
{
$variable
}
, {
pagename$variable
}
, {
groupname.pagename$variable
}
{
$:variable
}
, {
pagename$:variable
}
, {
groupname.pagename$:variable
}
Set a page text variable
(:name:description:)
:name:description
name:description
{
*$variable
}
{
*$:variable
}
Page list templates special variables
{
=$variable
}
, {
<$variable
}
, {
>$variable
}
,
{
=$:variable
}
, {
<$:variable
}
, {
>$:variable
}
,
11. Expressions ↑
{(
function args
)}
This page may have a more recent version on pmwiki.org: PmWiki:MarkupMasterIndex, and a talk page: PmWiki:MarkupMasterIndex-Talk.