Revision [9285]
This is an old revision of SandBox made by JavaWoman on 2005-06-20 21:54:27.
Test your formatting skills here
Read this first:
You are free to play with Wikka's FormattingRules syntax on this page.
Please do not remove the main header and this paragraph while editing the page and start editing under the horizontal rule BELOW
traaaaaa
Try the EnhancedImageAction :) --NilsLindenberg
- hmm
- sadfsd
- asdfadf
- dfdf
Subscripts:
x₁ x₂ x₃ x₄Superscripts:
x¹ x² x³ x⁴
Greek characters:
α β γ δ ε ζ
η θ ι κ λ μ ν
ξ ο π ρ σ ς
τ υ φ χ ψ ω
Γ Δ Θ Λ Ξ Π
Σ Φ Ψ Ω
Diacritical marks:
À Á Â Ã Ä Å
Æ Ç È É Ê Ë
Ì Í Î Ï Ñ Ò
Ó Ô Õ Ö Ø Ù
Ú Û Ü ß à á
â ã ä å æ ç
è é ê ë ì í
î ï ñ ò ó ô
œ õ ö ø ù ú
û ü ÿ
Punctuation:
¿ ¡ § ¶
† ‡ • – —
‹ › « »
‘ ’ “ ”
Commercial symbols:
™ © ® ¢ € ¥
£ ¤
Mathematical characters:
∫ ∑ ∏ √ − ± ∞
≈ ∝ ≡ ≠ ≤ ≥
× · ÷ ∂ ′ ″
∇ ‰ ° ∴ ℵ ø
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
¬ ∧ ∨ ∃ ∀ ⇒ ⇔
→ ↔
Spacing in simple math formulas:
Obviously, x² ≥ 0 is true.
Please make sure that the server has write access to a folder named uploads.
BigBoom BadaBoom Test
test test test test [testy]Information:
- Name: Tenchi Masaki
- Sex: Male
- Age: 17
- Physical Age: 17
- Hair Color: Black
- Eye Color: Brown
- Origin: Earth
- English Voice: Matt K. Miller
- Japanese Voice: Masami Kikuchi
Tenchi Masaki thought he was an ordinary Japanese High School student, who spends his summer vacations at his grandfather's Shinto shrine in rural Japan, until one day strange women started dropping into his life- literally. Since then he's flown to distant planets, defeated powerful villains, and even traveled through time. Has altering the course of history changed him? Not really, he's the same modest person, willing to accept life at face value, and ready to help those in need. The discovery that he has Jurai Royal blood only reinforces his desire to live a normal life. Too bad his peace keeps being interrupted by uninvited guests and all those women! His mother, Achika, died a few years after his birth, so Tenchi lives with his father, Nobuyuki.
Testing JohnMcAuley Hello John
- #include <stdio.h>
- int main()
- {
- char szHello[] = "Hello World";
- return 0;
- }
I love the double click feature !!
Wow. It's pretty easy to get started with WikkaWiki!
BIG | GREEN | FROGS |
yes | yes | no |
no | no |
would like a wysiwyg editor.
<b>bold html test</b>
dsfdsfs Test
int i
i = 100;
i = 100;
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
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 | ||
<< | = | >> |
Why are the floating boxes so damn big?
Floating boxes they're so big, they're so big, they're so big... Make them smaller, can you ;D? So, what if you make a randomwikipage link that doesn't point anywhere? Should it be some red colour or something?
I see, I see.. *fiddles with own skin* I don't have anything to show that the page has a bad link :O!
Forced UTF-8 links and other UTF-8 tests
HomePage 日本語できるの? (Japanese)HomePage 홈페이지 (Korean)
HomePage 首頁 (Chinese)
HomePage užitečný (Czech)
HomePage på Södertörn (Swedish)
HomePage Домашняя страница (Russian) Икебана!
ТестРусского ТестРусского
えどういうこと
한글 링크 테스트
Greek: επεξεργασία της παλιάς έκδοσης
Vietnamese: thử chữ việt xem sao
How Does it support Chinese?? 中文支持如何??
Not perfectly but we're making progress with internationalization and UTF-8 support. Page names can only be (mostly) ASCII characters, but you can make forced links in multi-byte characters, and text shows up OK. To test, try using the search box (at the page bottom) to search for 中文 (Chinese): you'll find several pages - so even the search works. Some of this requires a few fixes that will be in version 1.1.6.0 - to be released soon. Also see WikkaSites: there's already a bunch of Chinese sites using Wikka.
Note the UTF-8 characters may disappear (and be replaced with ???... or "character soup") when someone edits a page with a browser that doesn't support UTF-8 (or isn't configured to use utf-8); I just repaired the Chinese text here (again) -- JavaWomannot support 2byte language in the Code formatters!!!!
// 한글이 깨지겠지
// 진짜 깨지네.. 흑흑.. 에디터창에서 깨지는 것도 열받는데..
int main(int argc, char* argv[])
{
setlocale(LC_ALL,"ko_KR"); // set the current locale by ko_KR
/* initialize for gettext() */
bindtextdomain("test", "/usr/local/share/locale"); // set directory cça c'est n,ul textdomain("test"); // set domain for future gettext() calls
printf("original : %s\n", "Hello World!");
printf("translate : %s\n", gettext("Hello World!"));
return 0;
}
// 진짜 깨지네.. 흑흑.. 에디터창에서 깨지는 것도 열받는데..
int main(int argc, char* argv[])
{
setlocale(LC_ALL,"ko_KR"); // set the current locale by ko_KR
/* initialize for gettext() */
bindtextdomain("test", "/usr/local/share/locale"); // set directory cça c'est n,ul textdomain("test"); // set domain for future gettext() calls
printf("original : %s\n", "Hello World!");
printf("translate : %s\n", gettext("Hello World!"));
return 0;
}
So, how do you embed html?
Ahh...double quotes
So this text is using HTML formatters. Yeah, I know, this is pretty simplistic. But my thought is...hmmm....could htmlArea be used...all you'd have to do is have it stick quotes in before & after... bold test
New entry created. What about links?
Link One
Link Two
Link Three
upload?!
New Entry!!
- popcorn
- peanuts
- rah
- rah
- rah
http://lancearmstrong.com/
Using HTML embedding and CSS to overcome lack of support for superscript and subscript formatting:
<p>Testing, <span style="vertical-align: super;">1-2-3</span></p>
Testing, 1-2-3
or
<p>Testing, <span style="vertical-align: sub;">1-2-3</span></p>
Testing, 1-2-3
Or simpler (and more structural):
<p>Testing, <sup>1-2-3</sup></p>
Testing, 1-2-3
<p>Testing, <sub>1-2-3</sub></p>
Testing, 1-2-3
Adding a new H2 Title, testing out.
Adding a new H3 Title, testing out.
BoldItalics
Underline
Strikethrough
- Bulleted
- Second bullet occurred automagically!
- Numbered
- Second number?!
- What is going on? It is still showing 1? Or is it?
Indent me
OutdentMarked Text
google.ca Linkedy Google
//**//**test**//**//
Just another edit
jkl
Playing the sandbox
Y'know, I'm not sure this is all that slicker than Tiki Wiki, and it sure ain't Mediawiki.... Maybe the admin features and the RSS stuff put it over the top. Oh, and the double-click. Yes, that's neat.
test
WHOA!
[中文]
I just think I need to put my mark there !!!! - SamuelDr
button test
button in a button
buttonin abutton
moo1
moo2
moo3
moo4
moo1
a moo2
b moo3
c moo4
d float
in a
float Beta formatter installed now; nesting floats works best if you start the nested float right after starting the outer float --JavaWoman
right float nested in left
This is a left float with a right float nested in in! You can see how the text wraps round the nested float.left float nested in right
Of course it works the other way round as well; just do the nested float as the first thing within the float.RecentChanges
RecentChanges Sarah Vaughan
http://www.google.com
RecentChanges Recent Changes
This is just me!
tryyyy
Voici le la table ....lapagetoto dsfsad
www.rock.com rock