Revision [8752]

This is an old revision of SandBox made by p54B1C9F5.dip.t-dialin.net on 2005-05-31 15:48: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
 




TABULA RASA CON CARNE

You know you need it... nNEED WHAT=?


This is a test testingtesting

Najo

Da werd ich mir wohl lieber - ein kühles Bier einschenken! :)

DVD logo


do

how to do a button:

button

button my assticle!

This is a Big Heading BIG BIG BIG

  1. This is a list
  1. This is also a list
  1. this is another list



SmashWordsTogetherLikeSo to get an automatic new stem (i.e. A capital followed by one or more lower-case followed by a capital, and so on...)



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]


Tenchi Masaki

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
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.     char szHello[] = "Hello World";
  6.     printf( "%s", szHello );
  7.     return 0;
  8. }


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;


March 2024
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 30
31            
<< = >>


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!


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) -- JavaWoman

not support 2byte language in the Code formatters!!!!
// &#54620;&#44544;&#51060; &#44648;&#51648;&#44192;&#51648;
// &#51652;&#51676; &#44648;&#51648;&#45348;.. &#55121;&#55121;.. &#50640;&#46356;&#53552;&#52285;&#50640;&#49436; &#44648;&#51648;&#45716; &#44163;&#46020; &#50676;&#48155;&#45716;&#45936;..

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!!


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.

Bold
Italics
Underline
Strikethrough
New return for difference between bulleted and numbered
  1. Numbered
  1. Second number?!
  1. What is going on? It is still showing 1? Or is it?
New return, yada yada
Indent me
Outdent
Marked Text
google.ca Linkedy Google


//**//**test**//**//

Just another edit

jkl





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!

test


TestPage24
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki