Go to Start Page Text Formatting Rules

Creating a new Wiki page

Method 1. Writing a WikiWord automatically creates a link to an editable the page.

 Examples:  ThisIsWikiPage,   My Vacation,   My Album In 2 0 0 5

Method 2. Use [[ and ]] to enclose just about any page topic

 Examples:  [[The Old Wise Man of Fantasia]]
            [[2006-02-15 Birth of my cousin]]

Method 3. Use [= and ] works similar to method 2

 Examples:  [=The Old Wise Man of Fantasia]
            [=2006-02-15 Birth of my cousin]

Basic Formatting


Paragraphs [1]


Monospace

 This is an example of a monospaced line.

Lists


Numbered List example:

  1. This is numbered list using tab-colon-asterisk.
  2. You can start a line with :*
  3. or :* or 1. for lists.

 

Horizontal Line


Emphasis


References


Imbedded Images

  img:http://c2.com/sig/wiki.gif  or image:http://c2.com/sig/wiki.gif

Referencing files relative to the document root. (Local reference shortcut) NEW!!12/2005

  1. link local file examples
 
   writing... local:wiki.css      results to this link ->  wiki.css
   writing... local:pirat.gif      results to this link-->  pirat.gif
   If file is sub folder , simply write like this --> local:images\icons\pirat.gif 

 2. local image examples    
 
   writing... image:local:pirat.gif results to this -->   
   writing... imageleft:local:pirat.gif and  imageright:local:pirat.gif work as follows...

 



Footnotes


Other Types of Formatting


Alternate Labels to Links and Wiki Words

 [Go to Cnn News|http://cnn.com]
yields this... Go to Cnn News !!!
 [Go to my Wiki homepage=wikiasp]
yields this... Go to my Wiki homepage !!!

InterWiki Links

Examples:
 [My Website=ElreySite::VacationPage]   -> Goes to the page VacationPage of database  Elrey Site using My Website as link alias.
 [My Website=ElreySite::]               -> Goes to default start page of database  Elrey Site using My Website as link alias. 
 [ElreySite::VacationPage]              -> Goes to the page VacationPage of database  Elrey Site using no link alias.
 [ElreySite::]                          -> Goes to default start page of database  Elrey Site using no link alias.

Clickable Images

 [ img:http://c2.com/sig/wiki.gif |http://c2.com]
yields this...

Tables


This is Ordinary Row a New Wiki Asp Feature
This color scheme Sample One
This color scheme Sample Two
This color scheme Sample Three
Great feature

S M T W T F S
1 2 3 4 5
6 7 8 9101112
13141516171819
20212223242526
2728293031

Sample HTML (NEW!)


If you know HTML, you can also enter it and tailor your wiki pages to your heart's desire.

This is useful for imbedding Source Code and programs. Search Google for the utility

22 <microsoft.web>

23 <converters>

24 <add type="Microsoft.Web.Script.Serialization.Converters. Data Set Converter"/>

25 <add type="Microsoft.Web.Script.Serialization.Converters. Data Row Converter"/>

26 <add type="Microsoft.Web.Script.Serialization.Converters. Data Table Converter"/>

27 converters>

28 microsoft.web>

29 <appSettings/>


 

CopySourceAsHTML is a utility that preserves syntax coloring
 

9 using System.Web.UI. Web Controls. Web Parts;

10 using System.Web.UI. Html Controls;

11

12 public partial class AddData : System.Web.UI.Page {

13

14 protected void Button1_Click(object sender, EventArgs e) {

15

16 int numItemsToAdd = Int32.Parse( Num Add.Text);

17 string categoryName = Server. Html Decode(Category.Text);

18

19 ListManager lists = new ListManager();

20

21 for (int i = 0; i < numItemsToAdd; i++) {


 

Collapsible Panel


5/2006 - uses the syntax [Drop#] ..

 +  View the code