![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
![]() |
Topic Locks |
Search |
History
2/22/2017 3:38:18 AM |
-92.222.238.172 |
2/5/2017 11:50:32 PM |
-120.188.94.22 |
11/21/2016 1:44:22 PM |
-207.244.89.107 |
12/2/2014 9:10:31 PM |
-181.41.219.37 |
2/15/2014 12:14:11 PM |
95.74.93.251 |
![]() |
List all versions |
Wiki formatting is very simple and is based on text with extra little annotations. From plain text you get nice formatting. It's a little bit like the emoticons in instant messenger
Note that almost all of these rules are available as hover-tips on the side of the page when you're editing a topic.
If you have questions about formatting, please ask them at the flexwiki-users FlexWikiMailingList.
If you use FireFox, read about our custom extension for formatting: Flexwiki Pedia Firefox Extension (no such page - where did this go?)
Two ticks (' ') for italics
Three ticks (' ' ') for bold (or surround with asterix bold)
Bang (!) at the start of a line for H1
Bang Bang (!!) at the start of a line for H2
etc. (!!!, !!!!, ...)
Any PascalCased word becomes a link. E.g., ArcInfo
Surrounding a word with square brackets word will let you do non-[pascalcased] words. Generally this is considered "odd", so you should try to use PascalCased words where possible.
For example thisIsBadForm
Any URL becomes a link (http://www.msn.com).
You can also make arbitrary links using the Textism formatting below like for example: nie wieder vorzeitig kommen
As defined above: "arbitrary links":http://www.microsoft.com
By using this syntax: "http://www.flexwiki.com/images/go.gif":http://www.flexwiki.com
Any WikiPageProperty or HiddenWikiPageProperty (see below) becomes an anchor (or bookmark) on that page. You can reference that anchor by using the <TopicName>#<Anchor>
form, e.g. FormattingRules#WikiPageProperty
Four dashes (- - - -) at the begining of a line gives you an HR
Starting a line with a tab (or 8 spaces) followed by a star:
Ordered lists, a line with a tab (or 8 spaces) followed by a 1.:
NOTE You can't nest ordered and unordered lists for now.
All of usual emoticons work (see Instant Messenger for the full inventory).
(y) | (n) | (b) | (d) | (x) | (z) | (6) | :-[ | (}) | ({) |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
:-) | ;) | :( | :| | :'( | :-$ | (H) | :-@ | (A) | (L) |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
(U) | (k) | (g) | (f) | (w) | (p) | (~) | (T) | (t) | (@) |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
(c) | (i) | (S) | (*) | (8) | (E) | (^) | (O) | (M) | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
A line that starts and ends with || is a table row. Cells are divided with ||.
For example:
||Containers||(n)|| ||MIL||(y)|| ||Managed Code||(b)|| ||After work||(d)||
Containers | ![]() |
MIL | ![]() |
Managed Code | ![]() |
After work | ![]() |
Modeled after PmWiki, more info is here )
Setting text color: %color% or %#1122AA% (exactly 6 hex chars) Setting text size: %big% or %small% Combo: %color big% or %small color% End of colored/resized text: %% or end of line
Normal %red% red text %% back to normal
Normal red text back to normal
%red% red text %blue% blue text back to normal
red text blue text
back to normal
%big% big text %small% small text %% back to normal
big text small text back to normal
%big red%Big red text %blue small% Small blue text
Big red text Small blue text
%big big%Very big text %% normal again
Very big text normal again
Public Class MyClass Public Sub New() DoCoolStuff() If IsReallyCool Then DoSomethingEvenMoreCool() End If End Sub End Class public class CSharpExample { CSharpExample() { int n = 5; object[] test = new object[n]; } }
Text inside of a PRE block doesn't get hyperlinks automatically added to it.
It is difficult to cut and paste source files into Wiki and then insert 1 space before every line. PRE block solve this problem. There are 2 usage scenarios:
{@ your text goes here and it does not have to start with space or tab }@
Produces:
your text goes here and it does not have to start with space or tab
{@UniqKey any text here including }@ at line beginning still inside pre }@WrongKey still inside pre }@UniqKey
Produces:
any text here including }@ at line beginning still inside pre }@WrongKey still inside pre
To put in an image, just link to an external URL that ends in jpeg/gif/jpg:
http://us.news2.yimg.com/us.yimg.com/p/afp/20050113/capt.sge.bjr30.130105214733.photo00.photo.default-269x380.jpg
To reference a topic on an external wiki (that is a topic not from this website), you add (anywhere before the link)
@siteName=http://myserver/mywiki/default.aspx/$$$
Then, anywhere after that you can use
TopicName@siteName
The casing of "siteName" is arbitrary, there are no restrictions. Also, you can create a topic called ExternalWikis which will be loaded for every topic, allowing for a "header file" of common external wikis.
The $$$ in the definition URL will be replaced with the topic name provided.
http://www.textism.com/tools/textile/index.html
text: _emphasis_ text: *strong* text: ??citation?? text: -deleted text- text: +inserted text+ text: ^superscript^ text: ~subscript~ text: @code@ text: "this is a link (optional tooltip)":http://www.microsoft.com
Which renders:
code
To delete any page, just edit the page to contain only the word "delete".
To get back any page that has been deleted, navigate to the page (it will look like a new page at this point) and just save the page. You will then see the version history pane (which includes versions before the page was "deleted"). Restore the one you want and breathe a sigh of relief.
See also WikiPageProperty and ExamplePropertyPage
If you want to prevent TopicNames from being linked, you can use the double-quote escape: surround the text with a pair of double-quotes on each side and you'll prevent the formatter from turning these into links. This also works for most other run-level formatting (e.g., bold, italic, URL linking, etc.). For example, NormallyThisWouldBeLinked and '''this would be bold'''. You get that with:
""NormallyThisWouldBeLinked"" and ""'''this would be bold'''""
Edit FlexWiki.Formatti...
Make your changes to the text on the left and then select Save.
External Hyperlinks
External hyperlinks will not be indexed by search engines.
Attribution
Your edit will be attributed to: 218.164.21.214.
Change this...
Hide this...
You can change part of this by entering your preferred user identity here (e.g., an email address):
Formatting Tips
Show tips...
Hide tips...
Click on a subject for more information about formatting rules: Bold Italics Headings Hyperlinks Lines Lists Tables Emoticons Preformatted Images Properties
A line that starts with a wiki word and a colon identifies a property. The value of the property is everything on the line after the colon. Multiline properties use PropertyName: and then multiple lines and then on a blank line to mark the end.
Any URL that ends with .gif, .jpeg, .jpg or .png will be turned into an image tag to display the actual image.
Any line that starts with at least one space will be fixed-width formatted. Good for code and simple tables.
Start a line with a tab (or 8 spaces) followed by a star ''. Two tabs (or 16 spaces) indents to the next level, etc. For ordered lists, use '1.' instead of ''
Four hyphens makes a horizontal rule.
Surround the text with three ticks (). For example, this text will be bold'''
Surround the text with two ticks (). For example, this text will be italic''
Bang (!) at the start of a line for H1. Bang Bang (!!) at the start of a line for H2. And so on...
Any PascalCased word becomes a link. Surrounding a word with square brackets word will make non-pascalcased words into links; generally this is considered 'odd'. Any URL becomes a link (http://www.msn.com)
All the common emoticons like and
are turned into the apprpriate graphical images (like in messenger).
A line that starts and ends with || is a table row. Cells are divided by ||. For example:
Region | Sales |
East | $100 |
West | $100 |
Topic Templates
Select a new template:
Change Notes
Cancel Save
Search Preview