Changes between Version 3 and Version 4 of WikiFormatting


Ignore:
Timestamp:
Aug 4, 2015, 3:23:11 PM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormatting

    v3 v4  
    1 = WikiFormatting =
     1= WikiFormatting
     2
    23[[TracGuideToc]]
    34
    45Wiki markup is a core feature in Trac, tightly integrating all the other parts of Trac into a flexible and powerful whole.
    56
    6 Trac has a built in small and powerful wiki rendering engine. This wiki engine implements an ever growing subset of the commands from other popular Wikis,
    7 especially [http://moinmo.in/ MoinMoin] and [trac:WikiCreole].
    8 
     7Trac has a built in small and powerful wiki rendering engine. This wiki engine implements an ever growing subset of the commands from other popular Wikis, especially [http://moinmo.in/ MoinMoin] and [trac:WikiCreole].
    98
    109This page will give you an in-depth explanation of the wiki markup available anywhere WikiFormatting is allowed.
    1110
    12 The ''Cheat sheet'' below gives you a quick overview for the most common syntax, each link in the ''Category'' column will lead you to the more detailed explanation later in this page.
     11The sections below provide an overview for the most common syntax, each link in the ''Category'' column will lead you to the more detailed explanation later in this page.
    1312
    1413A few other wiki pages present the advanced features of the Trac wiki markup in more depth:
    15  - TracLinks covers all the possible ways to refer precisely to any Trac resource or parts thereof,
    16  - WikiPageNames talks about the various names a wiki page can take, CamelCase or not
    17  - WikiMacros lists the macros available for generating dynamic content,
     14 - TracLinks covers all the possible ways to refer precisely to any Trac resource or parts thereof
     15 - WikiPageNames covers the various names a wiki page can take, CamelCase or not
     16 - WikiMacros lists the macros available for generating dynamic content
    1817 - WikiProcessors and WikiHtml details how parts of the wiki text can be processed in special ways
    19 
    20 
    21 == Cheat sheet ==
     18 - [trac:wiki:TracDev/Proposals/AdvancedWikiOperations AdvancedWikiOperations] provides some operations in uncommon or administrative scenarios
     19
     20== Common wiki markup
    2221
    2322||= '''Category''' =||= '''Wiki Markup''' =||= '''Display''' =||
     
    2827|| `'''bold'''`, `''italic''`, `'''''Wikipedia style'''''` || \
    2928|| '''bold''', ''italic'', '''''Wikipedia style''''' ||
    30 || {{{`monospaced and ''nowiki''`}}} || \
    31 || `monospaced and ''nowiki''` ||
     29|| {{{`monospaced (''other markup ignored'')`}}} || \
     30|| `monospaced (''other markup ignored'')` ||
    3231|| `**bold**`, `//italic//`, `**//!WikiCreole style//**` || \
    3332|| **bold**, //italic//, **//!WikiCreole style//** ||
     
    182181|| `!wiki:WikiFormatting`, `!WikiFormatting` ||\
    183182|| !wiki:WikiFormatting, !WikiFormatting ||
    184 || `{{{-}}} curly brackets` ||\
    185 || {{{-}}} curly brackets ||
     183|| [[html(<code>`{{{-}}}` triple curly brackets</code>)]] ||\
     184|| `{{{-}}}` triple curly brackets ||
    186185|-----------------------------------------------------------
    187186||= [#Images Images] =|| `[[Image(`''link''`)]]` || [[Image(htdocs:../common/trac_logo_mini.png)]] ||
     
    243242}}}
    244243
    245 
    246 == Font Styles ==
     244== Font Styles
    247245
    248246The Trac wiki supports the following font styles:
     
    264262   * **also bold**, //italic as well//,
    265263     and **'' bold italic **'' //(since 0.12)//
     264   * [[span(style=color: #FF0000, a red text )]]
    266265  }}}
    267266}}}
     
    281280 * **also bold**, //italic as well//,
    282281   and **'' bold italic **'' //(since 0.12)//
     282 * [[span(style=color: #FF0000, a red text )]]
    283283}}}
    284284
     
    290290   with a `//` one, and `'''` can't be paired with `**`)
    291291
    292 
    293 == Headings ==
    294 
    295 You can create heading by starting a line with one up to six ''equal'' characters ("=")
    296 followed by a single space and the headline text.
     292== Headings
     293
     294You can create heading by starting a line with one up to six ''equal'' characters ("=") followed by a single space and the headline text.
    297295
    298296[=#hn]
     
    322320}}}
    323321
    324 == Paragraphs ==
     322== Paragraphs
    325323
    326324A new text paragraph is created whenever two blocks of text are separated by one or more empty lines.
     
    350348}}}
    351349
    352 == Lists ==
     350== Lists
    353351
    354352The wiki supports both ordered/numbered and unordered lists.
     
    406404}}}
    407405
    408 
    409 == Definition Lists ==
     406== Definition Lists
    410407
    411408The wiki also supports definition lists.
     
    431428Note that you need a space in front of the defined term.
    432429
    433 
    434 == Preformatted Text ==
     430== Preformatted Text
    435431
    436432Block containing preformatted text are suitable for source code snippets, notes and examples. Use three ''curly braces'' wrapped around the text to define a block quote. The curly braces need to be on a separate line.
     
    454450Note that this kind of block is also used for selecting lines that should be processed through WikiProcessors.
    455451
    456 == Blockquotes ==
     452== Blockquotes
    457453
    458454In order to mark a paragraph as blockquote, indent that paragraph with two spaces.
     
    470466}}}
    471467
    472 == Discussion Citations ==
     468== Discussion Citations
    473469
    474470To delineate a citation in an ongoing discussion thread, such as the ticket comment area, e-mail-like citation marks (">", ">>", etc.) may be used. 
     
    490486}}}
    491487
    492 
    493 == Tables ==
    494 === Simple Tables ===
     488== Tables
     489=== Simple Tables
     490
    495491Simple tables can be created like this:
    496492||= Wiki Markup =||= Display =||
     
    582578}}}
    583579
    584 === Complex Tables ===
     580=== Complex Tables
    585581
    586582If the possibilities offered by the simple "pipe"-based markup for tables described above are not enough for your needs, you can create more elaborated tables by using [#Processors-example-tables WikiProcessor based tables].
    587583
    588 
    589 == Links ==
     584== Links
    590585
    591586Hyperlinks are automatically created for WikiPageNames and URLs. !WikiPageLinks can be disabled by prepending an exclamation mark "!" character, such as {{{!WikiPageLink}}}.
     
    641636}}}
    642637
    643 '''Note''': the [trac:WikiCreole] style for links is quick to type and
    644 certainly looks familiar as it's the one used on Wikipedia and in many
    645 other wikis. Unfortunately it conflicts with the syntax for [#Macros macros].
    646 So in the rare case when you need to refer to a page which is named after
    647 a macro (typical examples being TitleIndex, InterTrac and InterWiki),
    648 by writing `[[TitleIndex]]` you will actually call the macro instead of linking
    649 to the page.
    650 
    651 == Trac Links ==
     638'''Note''': the [trac:WikiCreole] style for links is quick to type and certainly looks familiar as it is the one used on Wikipedia and in many other wikis. Unfortunately it conflicts with the syntax for [#Macros macros].
     639So in the rare case when you need to refer to a page which is named after a macro (typical examples being TitleIndex, InterTrac and InterWiki), by writing `[[TitleIndex]]` you will actually call the macro instead of linking to the page.
     640
     641== Trac Links
    652642
    653643Wiki pages can link directly to other parts of the Trac system. Pages can refer to tickets, reports, changesets, milestones, source files and other Wiki pages using the following notations:
     
    679669There are many more flavors of Trac links, see TracLinks for more in-depth information and a reference for all the default link resolvers.
    680670
    681 
    682 == Setting Anchors ==
     671== Setting Anchors
    683672
    684673An anchor, or more correctly speaking, an [http://www.w3.org/TR/REC-html40/struct/links.html#h-12.2.1 anchor name] can be added explicitly at any place in the Wiki page, in order to uniquely identify a position in the document:
     
    724713For more complex anchors (e.g. when a custom title is wanted), one can use the Span macro, e.g. `[[span(id=point2, class=wikianchor, title=Point 2, ^(2)^)]]`.
    725714
    726 
    727715== Escaping Links, WikiPageNames and other Markup == #Escaping
    728716
     
    737725  {{{
    738726Various forms of escaping for list markup:
    739  `-` escaped minus sign \\
    740  ``1. escaped number  \\
    741  {{{*}}} escaped asterisk sign
     727 ^^- escaped minus sign \\
     728 ^^1. escaped number  \\
     729 ^^* escaped asterisk sign
    742730  }}}
    743731}}}
     
    747735
    748736Various forms of escaping for list markup:
    749  `-` escaped minus sign \\
    750  ``1. escaped number  \\
    751  {{{*}}} escaped asterisk sign
    752 }}}
    753 
    754 == Images ==
     737 ^^- escaped minus sign \\
     738 ^^1. escaped number  \\
     739 ^^* escaped asterisk sign
     740}}}
     741
     742== Images
    755743
    756744Urls ending with `.png`, `.gif` or `.jpg` are no longer automatically interpreted as image links, and converted to `<img>` tags.
     
    776764See WikiMacros for further documentation on the `[[Image()]]` macro, which has several useful options (`title=`, `link=`, etc.)
    777765
    778 
    779 == Macros ==
     766== Macros
    780767
    781768Macros are ''custom functions'' to insert dynamic content in a page.
     
    805792}}}
    806793
    807 
    808 == Processors ==
     794== Processors
    809795
    810796Trac supports alternative markup formats using WikiProcessors. For example, processors are used to write pages in
     
    943929See WikiProcessors for more information.
    944930
    945 
    946 == Comments ==
     931== Comments
    947932
    948933Comments can be added to the plain text. These will not be rendered and will not display in any other format than plain text.
     
    968953}}}
    969954
    970 == Miscellaneous ==
     955== Miscellaneous
    971956
    972957An horizontal line can be used to separated different parts of your page:
     
    1005990!WikiCreole style \\ line\\break
    1006991}}}
    1007