Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

9/25/2008 5:52:07 PM
FLWCOM-jwdavidson
9/25/2008 5:48:27 PM
FLWCOM-jwdavidson
1/23/2006 5:20:34 AM
-196.30.79.40
List all versions List all versions

RSS feed for the FlexWiki namespace

Formatting Rules Continuous1
.
Type
Summary
Return

Italics

(_italics_) or two ticks (''italics'') for italics

Bold

Asterisk (*bold*) or three ticks ('''bold''') for bold

Test Test

Quotes

Quotes are done using the normal notation:

Use single quotes for words you want in 'single quotes'

and double quotes around words you want "double quoted"

Underline

Plus sign (+underline+) for Underline

Strikethrough

Minus sign (-strikethrough-) for strikethrough

Headings

Bang (!) at the start of a line for H1, Bang Bang (!!) at the start of a line for H2, Bang Bang Bang (!!!) for H3, etc.

Example of Heading1

Example of Heading2

Example of Heading3

Lines

Four dashes (- - - -) at the beginning of a line gives you a horizontal line (a.k.a. rule).

Note: anything immediately following these dashes will not be rendered.

Like this:

and this:

Code

At sign (@code snippet@) for code snippet

print('hello world');

Basic Linking

Any "word" using PascalCase automatically becomes a link. For example, FlexWiki, HelloWorld or TheDemocraticParty. PascalCase words without topics (like HelloWorld) become links that will create topics when you click on them.

Words can also include WikiNamespaces, which will be automatically stripped off when displaying the link. FlexWiki.PascalCase becomes PascalCase.

FlexWiki tries to be somewhat smart about automatic linking, but it has severe limits. For instance, it removes the "S" off the end of WikiNamespaces to find WikiNamespace, but not the "D" off WikiNamespaced .

Anchors are also supported, see Anchors.

Linking to URLs

Like PascalCased words, any URL becomes a link:

http://www.blizzard.com.

Notice the formating changes for a link to an external site.

Care must be taken when using automatic URL linking, because punctuation immediately (before any whitespace) following the URL will be included. Periods are okay following a domain name ( http://www.blizzard.com. ) or after a path separator ( http://www.blizzard.com/inblizz/. ) but they will usually generate "file not found" errors when following a filename ( http://www.blizzard.com/inblizz/reviews.shtml. ). To place punctuation immediately after a URL, use a FreeLink.

Some URL links require URL Encoding before they will work. This won't work:

http://maps.google.com/maps?q=1000+Aerial+Center+Pky,+Cary,+NC+27513&spn=0.023328,0.034083&hl=en

You first have to encode it, then it works.

http://maps.google.com/maps?q=1000%20Aerial%20Center%20Pky%2C%20Cary%2C%20NC%2027513&spn=0.023328%2C0.034083&hl=en

Question
Question
Request
Question
Answer

I think that you would do it like this Faux Topic Name for "FauxTopicName".

Or like this for your "SQLServer2000" example, SQL Server 2000.

Check out the re-labeling links section below.

Note that for intranet use you can also link to Windows shares using file:////server_name\share_name (this link doesn't go anywhere).

E-mails

Linking an e-mail address is similar to the html a tag.

mailto:somebody@example.com

You can even give more recipients:

mailto:somebody@example.com;somebodyelse@example.com

And subject:

mailto:somebody@example.com?subject=Hello%20my%20friend

You can give friendly name too

 "Contacts":mailto:somebody@example.com;somebodyelse@example.com


Contacts

 "Contacts":mailto:somebody@example.com?subject=Hello%20my%20friend


Contacts

-- SzaMa - 2006.04.16

And CC: or BCC:

mailto:somebody@example.com?subject=Hello%20my%20friend&cc=somebodyelse@example.com&bcc=onemoreelse@example.com

-- AaronSachs - 2006.12.07

Free Linking

Surrounding a word with square brackets is called a FreeLink and will give you a link whether you use PascalCase or not. So, putting square brackets around camelCase, gives you camelCase. However, you should generally use PascalCased words. I mean, whyNotUsePascalCaseHere.

Question

It's also possible to have one word links (without using square brackets), but they're special; see: one-word topic names.

Question
This doesn't work with titles with spaces. In fact, while FlexWiki seems to support pages that have spaces in the name (ie, I can rename a page to have spaces and navigating to the page works fine), there doesn't seem to be any possible way to link to them. Am I missing something?
Question
How does one do relative/absolute links? (with no hostname?) I've managed to get FlexWiki running on my laptop (using Apache on Linux), and it'd be useful to link to documentation and other sites on my laptop that are not part of the wiki. I can't rely on a hostname, as I may wish to have remote access to these files, and may need to use an IP number.

Preventing Linking

To prevent PascalCase words from being linked, start and end the word with two double-quotes. To show PascalCase non-linked, you enter:

 ""PascalCase""


This is particularly useful, for preventing linking to a FauxTopicName, one-word topic name, or plural forms of TLAs, such as ROMs.

Question
How to prevent PascalCase words from being linked in Bold text? I have a paragraph in which few lines are in bold. But if I try to escape the PascalCased words as mentioned here, the text is no longer bold. Any workaround?
Answer
It is possible to have all the text in the paragraph in bold except the escaped PascalCase term. By escaping the PascalCase it prevents all other formatting. The one case where this is not the case is if you use a Presentations.Container and then use CSS to reset the contents of the container back to bold. -- JohnDavidson [2008-Sep-30]

"Relabel"ing links

If you know you want a link, but want to display text other than the linking text, you can "relabel" the link. These are sometimes called arbitrary links or piped link. They will have fomatting matching their link type. The pattern for them is <DisplayText>:<Link>. (Someone called this pattern a Textism, but I'm unfamiliar with the term.)

Examples:

You write FlexWiki displays
"pascal case":PascalCase pascal case
"camel case":[camelCase] camel case
"pascal case":FlexWiki.PascalCase pascal case
"camel case":FlexWiki.[camelCase] camel case
"Microsoft Corp.":http://www.microsoft.com Microsoft Corp.
"http://www.flexwiki.com/images/go.gif":http://www.flexwiki.com
Question
Answer
Question

This is a BasicLink followed by a relabeled link to IBM

A relabeled link to IBM followed by a BasicLink

A link to http://www.ibm.com followed by a BasicLink

Anchors/Bookmarks (available in build 1.8.0.1661 or later)

Any WikiPageProperty or HiddenWikiPageProperty (see FormattingRules#WikiPageProperty) becomes an anchor (or bookmark) on that page. You can reference that anchor by using the <TopicName>#<Anchor> form, e.g. FormattingRules#Properties

Lists

To make a bulleted list, start 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.:

  1. item 1
    1. sub item 1
    2. sub item 2
  2. item 2
  3. item 3
Question
Answer
  1. ordered item
      • unordered item
      • unordered item
  2. item 1
  3. item 2
    a b
    c d
  4. item 3

Ordered List with Number Continuation

A new ordered list format that allows number continuation with intervening text (requires build 2.1.0.248). The sample below

        # New Format Item 1
                * a bullet         
        # New Format Item 2
        # New Format Item 3
                # New Format Level 2 Item 1
A line with text on it
                #^ New Format Level 2 Item 2
        # New Format Item 4

produces the list as follows:

  1. New Format Item 1
  2. New Format Item 2
  3. New Format Item 3
    1. New Format Level 2 Item 1

A line with text on it

    1. New Format Level 2 Item 2
  1. New Format Item 4

Emoticons

All of the usual emoticons work:

(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)
:-P (o)

I need a little flag (red maybe )

:D

:/

:-/

:\

:-\

:p

:-p

:P

(`) (1) (2) (3) (4) (5) (7) (9) (0) (-) (=)

(q) (r) ([) (]) (\)

(s) (j) ( (')

(v) (,) (.) (/)

() () () () () () () () () () () () ()

(!) ($) (%) (&) (() ()) () (+)

(Q) (R) (|)

(J) ( (")

(V) (< (> (?)

Question
Answer
Summary
See_also

Table Formatting Features

Basic tables are done like this:

 ||Region||Sales||
 ||East||$100||
 ||West||$500||

which appears like this:

Region Sales
East $100
West $500

Rich table formatting allows control over the following advanced table formatting features:

These rich formatting options are specified using a table formatting expression immediately after the || characters for a cell. The table formatting expression is delimited by { and } (curly-brace characters). Formatting that applies to the whole table must appear prior to the first cell (though it can be duplicated and will be ignored in the other cells).

Table Formatting Rules and Examples

Center - T^

A table can be centered using the table formatting expression T^. For example,

 ||{T^}Region||Sales||
 ||East||$100||
 ||West||$500||

which appears like this:

Region Sales
East $100
West $500

Floating Tables - T[ and T]

A table can be configured to float on the left or right with surrounding content wrapped around. This is done with T[ and T]. For example,

 ||{T[}Region||Sales||
 ||East||$100||
 ||West||$500||

which appears like this:

Region Sales
East $100
West $500

Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table.

Or, floating on the right:

 ||{T]}Region||Sales||
 ||East||$100||
 ||West||$500||

which appears like this:

Region Sales
East $100
West $500

Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table. Notice that this text wraps around the table.

Question

Border = T-

By default, a table is given a border. You can hide the border using T-. For example:

 ||{T-}Region||Sales||
 ||East||$100||
 ||West||$500||

which appears like this:

Region Sales
East $100
West $500
Question

Width

Question
Answer

You can specify the preferred width of the table (as a percentage of the whole display area for the topic) using TWxx, where xx is the percentage. For example,

 ||{TW25}One Quarter||
 ||This is the story of a man named bill.  This is the story ....||

produces:

One Quarter
This is the story of a man named bill. This is the story of a man named bill. This is the story of a man named bill. This is the story of a man named bill.

whereas:

 ||{TW90}Ninety Percent||
 ||This is the story of a man named bill.  This is the story ....||

produces:

Ninety Percent
This is the story of a man named bill. This is the story of a man named bill. This is the story of a man named bill. This is the story of a man named bill.

Cell Formatting Features

Row and column spans - Cnnn and Rnnn

Sometimes you want a cell to span more than one column or row. This can be achieved by specifying the Cnnn and Rnnn options.

For example:

 ||{R2}Region||{C2}Sales||
 ||Q1||Q2||
 ||East||$100||$800||
 ||West||$500||$9000||

which causes the Sales cell to span two columns and the Region cell to span two rows:

Region Sales
Q1 Q2
East $100 $800
West $500 $9000

Cell content alignment - [ ^ ]

You can control the alignment in a cell by using [ (left), ] (right) and ^ (center). Note the position of the word Sales in each of the following three examples:

First row:

 ||{[C2}Sales||
Sales
Q1 Q2
$100 $800
$500 $9000

First row:

 ||{^C2}Sales||
Sales
Q1 Q2
$100 $800
$500 $9000

First row:

 ||{]C2}Sales||
Sales
Q1 Q2
$100 $800
$500 $9000
Question

Cell highlighting - !

By including the '!' table formatting rule, you can cause cells to be highlighted. This is useful, for example, in header rows and for other cells that you want to highlight:

 ||{^!C2}Sales||
 ||Q1||Q2||
 ||$100||$800||
 ||$500||{!}$9000||

produces:

Sales
Q1 Q2
$100 $800
$500 $9000

Width

You can specify the preferred width of the column (as a percentage of the width of the whole table) using Wxx, where xx is the percentage. For example,

 ||{W75}Q1||Q2||Q3||Q4||
 ||$100||$800||$500||$900||
 ||$500||$9000||$500||$900||

produces:

Q1 Q2 Q3 Q4
$100 $800 $500 $900
$500 $9000 $500 $900

Breaking - +

By default, content will be word wrapped in table cell. You can disable this behavior for special circumstances by using the + table formatting rule.

For example, in the following table the wrapping is disabled in the left hand cell, while the right hand cell is normal.

 ||{+} The quick ... || The quick ... ||
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.

Note that you may need to make your browser window narrower to see the impact of this.

Colored Cells - color

color can be used to set the background color of a table cell to the given color. You can use either named colors (like 'red', 'green', etc.) or hex colors ('#FF0000' or '#00FF00').

Some examples:

 ||{*red*}RED RED RED||
 ||{*lightgreen*}LIGHT GREEN||
 ||{*#c0c0c0*}LIGHT GREY||

produces:

RED RED RED
LIGHT GREEN
LIGHT GREY

Note: colored cells requires build 1699 or later

Combining formatting expressions

If you want to combine two or more of these features (example: Floating Right without Border), you have to insert all expressions in the brace.

 ||{T[T-}'''This is left''' (y)||

produces:

This is left

 

 ||{T]T-}'''This is right''' (y)||

produces:

This is right

I used this Feature also to align Images. You make a Table without borders and floating right, and the only thing that is in the table is the link to the image.

Advanced table techniques

Paragraphs and bulleted lists in tables

Multi-line paragraphs and lists in cells can be achieved by using simple WikiTalk (because once you are in a table, FlexWiki does not pay attention to most of the standard formatting). For example, the following:

 ||Two paragraphs||@@["I think therefore I am", Newline, "You thought you were and are not", 
 Newline, "Note how the font gets screwed up"]@@||
 ||A bulleted list||@@[Tab,"* Test1", Newline, Tab, "* Test2"]@@||

gives this table:

Two paragraphs I think therefore I am

You thought you were and are not

Note how the font gets screwed up

A bulleted list
  • Test1
  • Test2

Multi-line paragraphs and lists in cells can be achieved by using simple WikiTalk. Also note that in the above example the font got smaller (because the CSS is badly written, I guess). This problem can be worked around with the following (which doesn't always work):

 ||Two paragraphs||@@["I think therefore I am", Newline, 
 "%big%You thought you were and are not", Newline, "%big%Note how the font is OK now"]@@||
 ||A bulleted list||@@[Tab,"* %big%Test1", Newline, Tab, "* %big%Test2"]@@||

gives this table:

Two paragraphs I think therefore I am

You thought you were and are not

Note how the font is OK now

A bulleted list
  • Test1
  • Test2
Question
Answer

Tables within tables

With slightly more adanced WikiTalk from above it is possible to embed a table inside another table. While you can't make any kind of table definition in in-line WikiTalk, you can define one in a function and then call that function from inside your table.

For instance:

        :MyInnerTableDefinition:{
        ["||Milk||1 cup||", Newline, "||Eggs||2 grade A||", Newline, "||Flour||2 cups||"]
        }
        ||{C2}Ingredients||
        ||Batter||@@MyInnerTableDefinition()@@||
        ||Filling||Anything you want||

Results in:

Ingredients
Batter
Milk 1 cup
Eggs 2 grade A
Flour 2 cups
Filling Anything you want

The borders were left in the inner table to make it more clear what was happening, but it is easy to make them go away with table formatting.

Question
Answer

Images

To put in an image, just link to an external URL that ends in jpeg/gif/jpg:

 http://static.flickr.com/21/29378995_9db88693fc_o.jpg

To make an image into a hyperlink, use the usual syntax:

 "http://static.flickr.com/21/29378995_9db88693fc_o.jpg":http://slworking.textamerica.com/

Question
Question
Question
Answer
Answer
Answer
 @@Image("\\\\computername\\sharename\\folder1\\subfolder1\\myimage.gif","My Image")@@
Question
Answer
table column
Question
Question
Answer
Question
Does FlexWiki support images linked via SSL? This does not appear to work when you run the wiki over SSL (HTTPS) as the FlexWiki engine only shows the link to the image, not the actual image. Is there a configuration change you can make to get FlexWiki to display images linked via HTTPS? - markoh [2006-02-27]
Question
Answer
Question
Answer
 @@Image("http://static.flickr.com/21/29378995_9db88693fc_o.jpg", "Bored", "200", "150")@@
Bored
Question
Answer
 text in the wiki
 @@Image(federation.LinkMaker.LinkToImage("images/SomeFile.jpg"), "10", "10")@@
 more text....
Question
Answer
 "\"http://wiki.aspcompiler.com/images/title.gif\":http://aspcompiler.com"
Question
Question

Text Size and Colors

RequiredBuild

Syntax:

 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

Examples:

 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

 %small%small text%% normal again

small text normal again

Modeled after PmWiki, more info is here )

Note

Whitespace Prefix

Any line starting with whitespace becomes preformatted text:

 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.

 Here is another '''example.'''

Non-indented preformatted text

RequiredBuild

It is difficult to cut and paste source files into Wiki and then insert 1 space before every line. The "PRE block" solves this problem. There are 2 usage scenarios: simple syntax and syntax with a key.

Simple Syntax:

{@
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

Syntax with key (if for some reason your text contains }@ at the beginning of a line)

{@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

Extended Syntax

Question

For purposes of showing large amounts of code, a lot of developers are used to seeing code presented with color syntax highlighting. To allow for this, you can use the {+ ... }+ syntax and then use the normal FlexWiki FormattingRules to apply styles. For example, this code

 {+
    %blue%public void%% Foo()
    {
        %green%// comment here%%
        %blue%string%% s;
...
    }
 }+


Would result in this output

   public void Foo()
   {
       // comment here
       string s;
       ...
   }

which will look extremely familiar to all of the Visual Studio developers out there.

Most of the normal FlexWiki processing is done on this text, it just maintains the fixed-width font and the whitespace presentation that is normally associated with the {@ ... }@ FlexWiki tag or the <pre> HTML tag. This processing includes Simple , Linking, Text size and Color, and Alternative or Textile formatting rules.

Question
It seems that WikiTalk is executed too in the extended preformatted syntax even though it isn't mentioned above. A simple test of this is to execute ProductVersion inside an extended syntax block. So if you want to colorcode a WikiTalk example to make it more readable it will be executed instead of showing as preformatted text. Is this how it's meant to be?
Answer
You are correct the WikiTalk inside the Extended Syntax Preformatting is executed. At this time it is not possible to colorize WikiTalk code, but that should be possible in a few weeks - 26 Feb 2008

Bugs

This next long line will not show as it should in IE7. It works fine in IE6 though as the whole page will have a horizontal scrollbar. In IE7 it gives the preformatted text a scrollbar itself which makes the scrollbar take up all the room resulting in that you can't see the text there:

 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 12345

You could do a small workaround where you add an empty line but this makes it look worse in IE6:

 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 12345

To reference a topic on an external site (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 $$$ in the definition URL will be replaced with the topic name provided.

Here is an example: Microsoft The casing of "siteName" is arbitrary, there are no restrictions.

Also, you can create a topic called ExternalWikis containing these site=URL lines and it will be loaded for every topic, allowing for a "header file" of common external wikis.

Therefore if you use @siteName later in this document Failed to find InterWiki 'siteName'. will point to http://myserver/mywiki/default.aspx

Question
Answer
 "Test Format":http://www.example.com

Test Format

You can use the following syntax to include the contents of one topic inside another:

 {{NameOfTopicToInclude}}

This is basically as simple as it looks with one subtle addition. If you add some tabs before the include, the number of tabs you use will be used to show headings in included topics as deeper level than they would appear in the original topic. For example, two tabs before the include directive would cause a level 1 heading (i.e., preceeded by one !) as level 3. You can use this to make a WikiSpec.

Alternate Method

Using WikiTalk the following will also insert a topic:

 @@topics.<topic name>._Body@@

Q: Can this alternative method also work by including a topic in a different namespace?

For an example, see the HomePage.

Comments

I had a problem with this feature: The webserver responded with "Error: Topic is ambiguous." I resolved this problem by changing the link like this:

 {{NameSpace.NameOfTopicToInclude}}

Maybe this error appears only if you have more than one WikiNamespace. -- SimonSchmid

If the NameOfTopicToInclude is a single word, something like {{[Shakespeare]}} does not seem to work. - MichaelWaltuch

Bug

Also, if {{NameSpace1.NameOfTopicToInclude}} is specified in Namespace2 topic and Import is not present in _ContentBaseDefinition, the include doesn't work. -- MichaelWaltuch

Question
Question
Question
Answer
I was adding the Property multiple times, I assumed WikiTalk was smart enough to pull multiply defined PageProperties, but apparently not for "With:" at least (it only "loads" the last one), you need to pass it in one property with commas like:
  :With:MyLib1, MyLib2

--DoomCryer

Question

Bug:

FlexWiki hangs when you view pages that include circular references - presumably it enters an infinite loop trying to retrieve page after page. This is easy to do by accident, especially with many similarly-named topics. I would suggest that FlexWiki be patched to prevent a given topic including itself (as a bare minimum) when edits are previewed/saved, and perhaps could check an additional N levels (configurable) of includes.

Example

Type this:

 ----
 {{WikiMeansQuick}}
 ----

to get this:

Summary

Postulated as a tenet of the WikiWay.

You can do the same with WikiTalk.

It will also work with single Words and more Namespaces.

Look There

Summary

Textile formatting

 text: _emphasis_
 text: *strong* 
 text: ??citation?? 
 text: -deleted text- 
 text: +inserted text+ 
 text: ^superscript^ 234 ^2^
 text: ~subscript~ CO ~2~ 
 text: @code@ 
 text: "this is a link (optional tooltip)":http://www.microsoft.com

Which renders:

For more information about Textile, see: http://www.textism.com/tools/textile/index.html

Summary

Wiki properties are created simply by typing a property name and a colon at the start of a line. The value is everything else on the line. Look, for example, at the top of this page. There's a property called Summary and it's got a value of this page provides information about properties

For properties with multiple values (e.g., Keyword), use commas to separate the values. For example:

        Keywords: Wiki, Properties

Properties are a rich and powerful mechanism. This short page provides information about how to create them, but there's much more information at WikiPageProperties.

If you want to prevent TopicNames from being linked and other kinds of formatting rules from being applied, 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 treating the contained text specially (e.g. creating links from WikiWords).

This works for most run-level formatting (e.g., bold, italic, URL linking, etc.).

Example:

 ""NormallyThisWouldBeLinked"" and ""'''this would be bold'''"".

Will produce:

NormallyT_hisWouldBeLinked and '''this would be bold'''

Note
Note
Note
Note

Not logged in. Log in

Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics