version=pmwiki-2.2.0-beta16 ordered=1 urlencoded=1 agent=Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.8) Gecko/20060911 SUSE/1.5.0.8-0.2 Firefox/1.5.0.8 author= csum= host=76.183.97.54 name=PmWiki.MarkupMasterIndex rev=171 targets=PmWiki.Links,PmWiki.WikiWord,PmWiki.WikiGroup,PmWiki.Categories,PmWiki.InterMap,PmWiki.Uploads,PmWiki.Images,PmWiki.TextFormattingRules,PmWiki.WikiStyles,PmWiki.PageDirectives,PmWiki.Tables,PmWiki.TableDirectives,PmWiki.GroupHeaders,PmWiki.CommentMarkup,PmWiki.IncludeOtherPages,PmWiki.ConditionalMarkup,PmWiki.PageLists,PmWiki.WikiTrails,PmWiki.PageVariables,PmWiki.DocumentationIndex text=(:title Markup Master Index:)%0a%0aEverything you wanted to know about wiki markup but were afraid to ask.%0a%0a'''Table of contents'''%0a*[[#LinkMarkups|Links]]%0a**[[#ExternalLinks|To external urls]]%0a**[[#InternalLinks|To internal pages and more]]%0a*[[#Images|Images]]%0a**[[#ImagesAsImages|as images]]%0a**[[#ImagesAsLinks|as links]]%0a*[[#StartOfLine|Start-of-line markup]]%0a**[[#Lists|Lists]]%0a**[[#BlockMarkups|Paragraph blocks]]%0a**[[#DivisionBlocks|Division blocks]]%0a*[[#Text|Text]]%0a**[[#InlineMarkups|Character markup]]%0a**[[#PostingMarkups|Posting markup]]%0a*[[#Tables|Tables]]%0a**[[#Tables|Plain tables]]%0a**[[#TablesAndDivs|Structured tables]]%0a* [[#Directives|Directives]]%0a**[[#PageDirectives|Page directives]]%0a**[[#IncludeOtherPages|Include other pages]]%0a**[[#ConditionalMarkup|Conditional markup]]%0a**[[#PageLists|Page lists]]%0a**[[#OtherDirectives|Other directives]]%0a* [[#Forms|Forms]]%0a**[[#Forms|Forms]]%0a**[[#EditForms|Edit Forms]]%0a*[[#WikiTrails|WikiTrails]]%0a*[[#PageVariables|Page variables]]%0a%0a%0a!! [[#LinkMarkups]] Links%0a%0aSee [[Links]]%0a!!![[#ExternalLinks]]External links%0a:[@http://example.com@]:%0a:[@[[http://example.com]]@]:%0a:[@[[http://example.com | link text]]@]:%0a:[@[[link text -> http://example.com]]@]:%0a%0a%0a[[#InternalLinks]]%0a!!! Page links%0a:[@[[PageName]]@]:%0a:[@[[page name]]@]:%0a:[@[[page (name)]]@]:%0a:[@[[PageName | link text]]@]:%0a:[@[[PageName | + ]]@] ''(titled link)'':%0a:[@[[PageName | # ]]@] ''(anonymous numerical reference link)'':%0a:[@[[link text -> PageName]]@]:%0a:[@[[#anchor]]@]:%0a:[@[[#anchor | link text]]@]:%0a:[@[[PageName#anchor | link text]]@]:%0a%0a%0a!!! Wiki page links%0aSee [[WikiWord]] and [[WikiGroup]]%0a:[@WikiWord@]:%0a:[@`NonWikiWord@]:%0a:[@Group/PageName@]:%0a:[@Group.PageName@]:%0a:[@[[GroupName/]]@]:%0a:[@[[GroupName.]]@]:%0a%0a!!! Special group links%0aSee [[Links]] and [[Categories]] %0a:[@[[~Author Name]]@]:%0a:[@[[!Category Name]]@]:%0a%0a!!! Intermap links%0aSee [[InterMap]]%0a:[@[[Path:/path/local_document.html]]@]:%0a:[@[[Wikipedia:WikiWikiWeb]]@]:%0a%0a%0a!!! Upload links%0aSee [[Uploads]]%0a:[@[[Attach:file with spaces.doc]]@]:%0a:[@[[Attach:Groupname/file with spaces.doc]]@]:%0a%0a%0a!! [[#Images]] Images%0a%0aSee [[Images]] and [[Uploads]]%0a!!! [[#ImagesAsImages]] Images as Images%0a:[@http://example.com/image.gif@]:%0a:[@http://example.com/image.gif"alt text"@]:%0a:[@Attach:image.gif"My image"@]:%0a:[@Attach:Groupname/image.gif"image in another group"@]:%0a:[@%25lfloat%25 Attach:image.gif@]:%0a:[@%25rfloat%25 Attach:image.gif@]:%0a:[@%25center%25 Attach:image.gif@]:%0a:[@%25rframe%25 Attach:image.gif | Caption@]:%0a:[@%25lframe%25 Attach:image.gif | Caption@]:%0a:[@%25width=200px%25 Attach:image.gif@]:%0a:[@%25thumb%25 Attach:image.gif@]:%0a%0a%0a!!! [[#ImagesAsLinks]] Images as links%0a%0a:[@[[Attach:image.gif]]@]:%0a:[@[[(Attach:)image.gif]]@]:%0a:[@[[PageName | Attach:image.gif"alt text"]]@]:%0a:[@[[http://example.com/ | Attach:image.gif"alt text"]]@]:%0a:[@%25rframe thumb%25 [[Attach:image.gif | Attach:image.gif"alt text"]] | Caption @]:%0a%0a%0a!! [[#StartOfLine]] Start-of-line markup%0a%0aSee [[Text Formatting Rules]]%0a%0a!!! [[#Lists]] Lists%0a%0aSee [[WikiStyles]] and [[Cookbook:OutlineLists]]%0a:[@* unordered list@]:%0a:[@** deeper list@]:%0a:[@# ordered list@]:%0a:[@# %25item value=#%25 arbitrary start number@]:%0a:[@# %25decimal%25, %25roman%25, %25ROMAN%25, %25alpha%25, %25ALPHA%25 @]%0a:[@:term:definition@]:%0a%0a%0a!!! Headings%0a%0a:[@!! Heading@]:%0a:[@!!! Deeper heading@]:%0a%0a%0a!!! [[#BlockMarkups]] Paragraph blocks%0a%0a:[@-> indented text@]:%0a:[@-%3c hanging indent@]:%0a:[@%3cspace> preformatted text@]:%0a:@@[=[@...@]=] preformatted block@@:%0a:[@---- (horizontal rule)@]:%0a:[@blank line is vertical space@]:%0a:[@\ at end of line joins next line@]:%0a:[@\\ at end of line produces a line break@]:%0a:[@\\\ at the end of a line produces a blank line, even within a list item@]:%0a:[@[[%3c%3c]]@] produces a line break that clears floating content:%0a%0a%0a!!! [[#DivisionBlocks]] Division blocks%0a%0aSee [[WikiStyles]] and [[PageDirectives]]%0a:[@>>wikistyle%3c%3c@]:%0a:[@(:div attr:)@]:%0a:[@(:divend:), >>%3c%3c@]:%0a%0a%0a!! [[#Text]] Text markup%0a%0aSee [[Text Formatting Rules]]%0a!!! [[#InlineMarkups]] Character format%0a%0a:[@''emphasized'' (italic)@]:%0a:[@'''strong''' (bold)@]:%0a:[@'''''strong emphasis'''''@]:%0a:[@@@monospaced@@@]:%0a:[@[-small-], [--smaller--]@]:%0a:[@[+big+], [++bigger++]@]:%0a:[@'-small-', '+big+'@]:%0a:[@'^superscript^', '_subscript_'@]:%0a:[@{+inserted+} (underscore)@]:%0a:[@{-deleted-} (strikethrough)@]:%0a:@@[=[@escaped code@]=]@@:%0a:[@[=escaped text=]@]:%0a%0a%0a!!! [[#PostingMarkups]] Posting markup%0a%0a:@@~~@@@@~@@ (author's signature):%0a:@@~~@@@@~~@@ (author's signature and date):%0a:@@[=(:encrypt=] ''phrase''[=:)=]@@ -- replaced with encrypted form of ''phrase'':%0a%0a%0a!! [[#Tables]] Tables%0a%0a!!! Plain rows and columns of text%0a%0aSee [[Tables]]%0a:[@||table attributes@]:%0a:[@||!table caption!||@]:%0a:[@||left aligned || centered || right aligned||@]:%0a:[@||!column heading||@]:%0a:[@||spanned columns ||||||@]:%0a%0a!!! [[#TablesAndDivs]] Structured tables%0a%0aSee [[Table directives ]]%0a:[@(:table attr:)@]:%0a:[@(:cellnr attr:)@]:%0a:[@(:cell attr:)@]:%0a:[@(:tableend:)@]:%0a%0a!! [[#Directives]] Directives%0a%0a!!! [[#PageDirectives]] Page directives%0a%0aSee [[PageDirectives]]%0a:[@(:redirect PageName:)@]:%0a%0a:[@(:(no)spacewikiwords:)@]:%0a:[@(:(no)linkwikiwords:)@]:%0a:[@(:(no)linebreaks:)@]:%0a:[@(:nl:)@]:%0a%0a!!! Display%0a%0aSee [[Page Directives]] [[Group Headers]]%0a:[@(:noheader:), (:nofooter:)@]:%0a:[@(:notitle:)@]:%0a:[@(:noleft:), (:noright:)@]:%0a:[@(:nogroupheader:), (:nogroupfooter:)@]:%0a:[@(:noaction:)@]:%0a%0a!!! Metadata%0a%0aSee [[Page Directives]] [[CommentMarkup]] %0a:[@(:title text:)@]:%0a:[@(:keywords word, ...:)@]:%0a:[@(:description text:)@]:%0a:[@(:comment text:)@]:%0a%0a%0a!!! [[#IncludeOtherPages]] Include%0a%0aSee [[Include Other Pages]]%0a:[@(:include PageName:)@]:%0a:[@(:include PageName #start#end lines=n paras=n:)@]:%0a:[@(:include Page1 Page2 Page3:)@]:%0a%0a%0a!!! [[#ConditionalMarkup]] Conditional markup%0a%0aSee [[Conditional markup]]\\%0a:[@(:if (!)@]''cond param''[@:)...(:ifend:):@]%0a%0a%0a!!! [[#PageLists]] Pagelists%0a%0aSee [[PageLists]]%0a:[@(:searchbox group=Group size=size label=label target=Group.Page fmt=def list=ghi order=jkl:)@]:%0a:[@(:searchresults incl -excl group=abc fmt=def list=ghi order=jkl:)@]:%0a:[@(:pagelist incl -excl group=abc fmt=def list=ghi order=jkl:)@]:%0a%0a%0a!!! [[#OtherDirectives]] Other directives%0a%0a:[@(:attachlist:)@]:%0a:[@(:markup:)@][@ [=...=]@]:%0a:[@(:markup:)...(:markupend:)@]:%0a:[@(:markup class=horiz:)...(:markupend:)@]:%0a:[@(:markup caption='...':)...(:markupend:)@]:%0a%0a%0a!! [[#Forms]] Forms%0a%0aSee [[Cookbook:Input]]%0a:[@(:input form method=get action=url enctype=multipart/form-data:)@]:%0a:[@(:input end:)@]:%0a:[@(:input text name=first value="Bob" size=20:)@]:%0a:[@(:input submit name=post value="Go" accesskey=g:)@]:%0a:[@(:input reset:)@]:%0a:[@(:input hidden name=action value=edit:)@]:%0a:[@(:input radio name=xyz value="abc" checked=1:)@]:%0a:[@(:input checkbox name=xyz value="abc" checked=1:)@]:%0a:[@(:input password name=authpw:)@]:%0a:[@(:input file name=upload:)@]:%0a:[@(:input image name=xyz src="http:..." alt="Alt Text":)@]:%0a:[@(:input select name=xyz value="abc" label="Alphabet":)@]:%0a:[@(:input default name=xyz value="abc":)@]:%0a%0a%0a!!! [[#EditForms]] Edit forms%0a%0aSee [[Cookbook:Input#pageeditcontrols]]%0a:[@(:messages:)@]:%0a:[@(:input e_form:)@]:%0a:[@(:e_guibuttons:)@]:%0a:[@(:e_preview:)@]:%0a:[@(:input e_textarea rows=24 cols=60:)@]:%0a:[@(:input e_author value={$Author} size=40:)@]:%0a:[@(:input e_changesummary value="Summary" size=60:)@]:%0a:[@(:input e_savebutton value=$[Save]:)@]:%0a:[@(:input e_saveeditbutton value=$[Save and edit]:)@]:%0a:[@(:input e_previewbutton value=$[Preview]:)@]:%0a:[@(:input e_resetbutton value=$[Reset]:)@]:%0a%0a%0a!! [[#WikiTrails]] Wiki trails%0a%0aSee [[WikiTrails]]%0a:[@%3c%3c|TrailPage|>>@]:%0a:[@%3c|TrailPage|>@]:%0a:[@^|TrailPage|^@]:%0a%0a%0a!! [[#PageVariables]] Page variables%0a%0aSee [[Page Variables]]%0a:[@{@]''[@$variable@]''[@}@]:%0a:[@{@]''[@pagename$variable@]''[@}@]:%0aFor example:%0a:[@{$Group}@]:%0a:[@{$Name}@]:%0a:[@{$LastModifiedBy}@]:%0a%0a%25trail%25%3c%3c|[[Documentation Index]]|>>%0a time=1166049238 title=Markup Master Index