-
Notifications
You must be signed in to change notification settings - Fork 154
WikiFormatting
Wiki markup is a core feature in Trac, tightly integrating all the other parts of Trac into a flexible and powerful whole.
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, especially MoinMoin and [trac:WikiCreole].
This page will give you an in-depth explanation of the wiki markup available anywhere WikiFormatting is allowed.
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.
A few other wiki pages present the advanced features of the Trac wiki markup in more depth:
- TracLinks covers all the possible ways to refer precisely to any Trac resource or parts thereof, - WikiPageNames talks about the various names a wiki page can take, CamelCase or not - WikiMacros lists the macros available for generating dynamic content, - WikiProcessors and WikiHtml details how parts of the wiki text can be processed in special ways
||= Category =||= Wiki Markup =||= Display =|| |-----------------------------------------------------------
|| `bold`, `italic`, `Wikipedia style` || \ || bold, italic, Wikipedia style || || || \ || `monospaced (other markup ignored)` || || `**bold**`, `//italic//`, `**//!WikiCreole style//**` || \ || **bold**, //italic//, **//!WikiCreole style//** || |----------------------------------------------------------- ||= [#Headings] =||\
|----------------------------------------------------------- ||= [#Paragraphs] =||\
|----------------------------------------------------------- ||= [#Lists] =||\
|-----------------------------------------------------------
|----------------------------------------------------------- ||= [#PreformattedText] =||\
|----------------------------------------------------------- ||= [#Blockquotes] =||\
|----------------------------------------------------------- ||= [#DiscussionCitations] =||\
|----------------------------------------------------------- ||= [#Tables] =||\
|-----------------------------------------------------------
|| `http://trac.edgewall.org` ||\ || http://trac.edgewall.org || || `WikiFormatting (CamelCase)` ||\ || WikiFormatting (CamelCase) || |-----------------------------------------------------------
|| `wiki:WikiFormatting`, `wiki:"WikiFormatting"` ||\ || wiki:WikiFormatting, wiki:"WikiFormatting" || || `#1 (ticket)`, `[1] (changeset)`, `{1} (report)` ||\ || #1 (ticket), [1] (changeset), {1} (report) || || `ticket:1, ticket:1#comment:1` ||\ || ticket:1, ticket:1#comment:1 || || `Ticket [ticket:1]`, `[ticket:1 ticket one]` ||\ || Ticket [ticket:1], [ticket:1] || || `Ticket ticket:1`, `ticket one` ||\ || Ticket ticket:1, ticket one || |-----------------------------------------------------------
|| `[=#point1] First...` ||\ || [=#point1] First... || || `see [#point1]` ||\ || see [#point1] || |-----------------------------------------------------------
|| `! doubled quotes` ||\ || ! doubled quotes || || `!wiki:WikiFormatting`, `!WikiFormatting` ||\ || !wiki:WikiFormatting, !WikiFormatting || || ``` triple curly brackets` ||\ || `` triple curly brackets || |----------------------------------------------------------- ||= [#Images] =|| `Image(`''link''`)` || Image(htdocs:../common/trac_logo_mini.png) || |-----------------------------------------------------------
|| `MacroList(*)` || (short list of all available macros) || || `Image?` || (help for the Image macro) || |----------------------------------------------------------- ||= [#Processors] =||\
|----------------------------------------------------------- ||= [#Comments] =||\
|----------------------------------------------------------- ||= [#Miscellaneous] =||\
The Trac wiki supports the following font styles: ||= Wiki Markup =||= Display =||
- !td