Text Effects*strong* | bold | _emphasis_ | italic | ??citation?? | Citation | -deleted- | strikethrough
| +inserted+ | underlined | ^superscript^ | superscript | ~subscript~ | subscript | {{monospace}} | monospace/code
| bq. Text | Block quote, like Cheatography's Answer block | {quote} quotable paragraph {quote} | Block quote a multiline paragraph | {color:red} text {color} | Text color |
Links[#anchor] [^attachment.ext] | Internal link to an anchor or attachment | [http://example.com] | External link | [Alias|http://...] | External link with alias | [mailto:foobar@example.com] | Email link, with icon | [file:///c:/tmp/foo.txt] | Download link to a file | {anchor:anchorname} | Creates an anchor | [~username] | Link to user profile page |
Text Breaks(empty line) | Produces a new paragraph | \\ | Creates a line break | ---- | Horizontal ruler | --- | Long dash symbol | -- | Dash symbol |
AttachmentsSome attachments of a specific type can be embedded into a wiki renderable field from attached files, taking in a comma-separated list of properties:
!quicktime.mov!
!spaceKey:pageTitle^attachment.mov!
!quicktime.mov|width=300,height=40!
!media.wmv|id=media! |
| | Tables||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|
|
Makes a table. Use double bars for a table
heading row.
Lists* some * bullet ** indented ** bullets * points | A bulleted list (must be in first column) | # a # numbered # list | A numbered list (must be in first column). | - different - bullet - types | List items (with -), several lines create a single list |
Use more (**, ***; ##, ###) for deeper indentations. Bulleted and numbered lists can be mixed (#*, *#).
Headingsh1 | Biggest heading | h2 | Bigger heading | h3 | Big heading | h4 | Normal heading | h5 | Small heading | h6 | Smallest heading |
To create a header, place "hn. " at the start of the line (where n can be a number from 1-6).
Images!http://example.com/img.gif! !attached-image.gif!
Inserts an image into the page. | !img.jpg|thumbnail!
Insert a thumbnail of the image into the page. | !img.gif|align=right, vspace=4!
For any image, you can also specify attributes of the image tag as a comma separated list of name=value pairs like so. |
| | Misc. (Icons/emoticons)\x | Escape a character | :) | đ | :( | âšī¸ | :P | đ | :D | đ | ;) | đ | (y) | | (n) | | (i) | (blue) | (/) | (green) | (x) | â (red) | (!) | (yellow) | (+) | (green) | (-) | (red) | (?) | (blue) | (on) | (lit) | (off) | (off) | (*) | (yellow) | (*r) | (red) | (*g) | (green) | (*b) | (blue) | (*y) | (yellow) | (flag) | (red) | (flagoff) | |
Advanced Formatting{noformat} preformatted piece of text so *no* further _formatting_ is done here {noformat}
Preformatted text block with no syntax highlighting. | {code:title=Bar.java} public String getFoo() { return foo; } {code}
Makes a preformatted block of code with syntax highlighting. Languages: Java (default), JavaScript, ActionScript, XML, SQL. | {panel} Some text {panel}
Embraces a block of text within a fully customizable panel. | {panel:title=My Title|borderStyle=dashed} a block of text surrounded with a *panel* {panel}
Panel with optional parameters. |
The optional parameters you can define, for panel and code , are the following ones:
title, borderStyle, borderColor, borderWidth, bgColor, titleBGColor
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets