Test Page
Difference (last change) (no other diffs, normal page display)
Deleted: 171d170
![]() ![]() ![]() ![]() ![]() ![]() |
TestPage
Nothing done here needs HTML. A lot is interpreted by the Wiki software automatically (click on "Edit" to see whats written to create this page):
XyzTest or if you don't like CamelCase Xyz Test
MAIL helmut.leitner (AT) chello.at
http://www.google.com
Google
- This asterisk causes a list to happen.
- Multiple asterisks generate sublists...
- ... like this one.
- this is bold with triple quotes before and after (no html required)
- italic results from using pair of quotes before and after (not double-quote but ' and then another ')
- bold and italic with five quotes before and after
- <i>bold and italic</i> can also be accomplished similarily to html b and i tags.
- prevent wiki formatting with
- <nowiki>LeaveAlone</nowiki>
- shorter: <n>LeaveAlone</n>
- even shorter: Leave¦Alone yields LeaveAlone (it's not actually "|", but it that's what it looks like)
- while in Edit Mode, there are clues just below this box
And how to indent? on wikipedia it's done with a leading ':' -
- if this is indented, this alse works here ; else have to figure out ... -- MFH
![]() |
|
A Heading
![]() |
|
Some D Example code
![]() |
|
Some Problematic code
Use nowiki tags inside code that causes trouble because of embedded ] characters.
![]() |
|
Back to the FrontPage.
Internationalized text support
big5 中文字測試 (if your browser is better than my Netscape 4.7x, it will show 5 asiatic characters) Hell, I even didn't know this worked - but you can use these characters in pages names! (Oh, now I know why a Netscape install fills my hard disk: it's full of bitmaps of things I don't use! -- anon) (The asiatic characters show in IE 6. - xinaBobina)
- In fact these characters are entered in the editor using Unicode, and rendered with a Unicode encoding in the generated HTML page.
つ づ び
- Rendering the following two paragraphs of texts written with right-to-left scripts should give identical results (days of week in Arabic, from Sunday, Monday... to Saturday):
الأحد الاثنين الثلاثاء الأربعاء الخميس الجمعة السبت
Back to the FrontPage.
Displaying images
Automatically showing an image (may I introduce you to Culio):
Back to the FrontPage.
InterWebLinks
Referencing pages in other wikis: WardsWiki:DeeLanguage
or typical D resources: Phobos:thread
or a typical C resource: ClcFAQ?:1.1
This is done using InterWebLinks.
Back to the FrontPage.
TOC and tables
Sorry, I forgot the "table of contents":
![]() |
|
|
Back to the FrontPage.
Escaping the Wiki syntax and links for mixed cases words
Prevent the wiki from trying to create a new page when using mixed case:
- Use the bar to: TinyPTC
- Also works by using nowiki tag: TinyPTC
- ALT-0166-character: TinyPTC
TinyPTC -- this works for me putting in 4 quote marks. JohnFletcher
- May not be reliable if there are other markups on the same line (The classical form was
WardsWiki:SixSingleQuotes to do this).
- One can also configure a wiki that certain CamelCase? names never link automatically: Context: link.suppress.TinyTest=y.
- TinyTest but TinyTest?. -- HelmutLeitner September 15, 2004 16:25 CET
Explicit links to other pages
Das ist TestPage/cool00? ?
Back to FrontPage.
Section Linking
Monospaced font style (Courier / Teletype)
Use <tt>blah</tt> for monospaced 'teletype' font (usually courier).
Here is an example of that.
It doesn't work as a NoWiki? equivalent though, so for inline code snippets you may want to use both <tt> and <n>, like this, '<tt><n>MyFunction(Foo x)</tt></n>', which gives you MyFunction(Foo x).
(is there really no better way than that? Detailed documentation on formatting syntax for this wiki seems entirely missing...)
Back to FrontPage.
FolderWiki