Text Formatting Rules |
Method 1. Writing a WikiWord automatically creates a link to an editable the page.
Examples: ThisIsWikiPage, MyVacation, MyAlbumIn2005
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]
Paragraphs [1]
Monospace
This is an example of a monospaced line.
Lists
Numbered List example:
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
writing... local:wiki.css results to this link -> wiki.css writing... local:icon.png results to this link--> icon.png If file is sub folder , simply write like this --> local:images\icons\icon.png
2. local image examples writing... image:local:icon.png results to this --> writing... imageleft:local:icon.png and imageright:local:icon.png work as follows...
Footnotes
[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 !!!
[My Website=ElreySite::VacationPage] -> Goes to the page VacationPage of database ElreySite using My Website as link alias. [My Website=ElreySite::] -> Goes to default start page of database ElreySite using My Website as link alias. [ElreySite::VacationPage] -> Goes to the page VacationPage of database ElreySite using no link alias. [ElreySite::] -> Goes to default start page of database ElreySite using no link alias.
[ img:http://c2.com/sig/wiki.gif |http://c2.com]yields this...
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 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
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.DataSetConverter"/>
25 <add type="Microsoft.Web.Script.Serialization.Converters.DataRowConverter"/>
26 <add type="Microsoft.Web.Script.Serialization.Converters.DataTableConverter"/>
27 converters>
28 microsoft.web>
29 <appSettings/>
CopySourceAsHTML is a utility that preserves syntax coloring
9 using System.Web.UI.WebControls.WebParts;
10 using System.Web.UI.HtmlControls;
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(NumAdd.Text);
17 string categoryName = Server.HtmlDecode(Category.Text);
18
19 ListManager lists = new ListManager();
20
21 for (int i = 0; i < numItemsToAdd; i++) {
5/2006 - uses the syntax [Drop#] ..
• Level 1
ο Level 2
◊ Level 3
→ Level 4
◊ Level 3
ο Level 2
• Level 1