User:Haschuur/Sandbox

From Wikipedia, the free encyclopedia

#My Section

This is a turtule
<!--This is a comment. Comments are not displayed in the browser-->
<table align=center style="background: ivory;color:maroon;font-style:italic;font-family:arial;font-weight:bold;font-size:10pt;"> 
<tr><th> Heading 1 </th><th> Heading 2 </th></tr>
<tr>
<td style="padding:10px;"> This is cell 1 text </td>
<td style="padding:10px;"> This is cell 2 text </td>
</tr>
</table>

Here**ereH

There**erehT

Thank you! We invite everyone to contribute constructively to our encyclopedia. Your apology or cleanup of [[:My sandbox page

   Sections
   Parser Functions
   ]] was greatly appreciated. I look forward to your further positive contributions. Gracias

BLAH HE DUH

he

<no-registered-tag>[edit]

Link 1

Link 2

Link to bottom, see #Another Section Bold text Italic text haschuur (talk) 15:11, 17 November 2009 (UTC)

To be, or not to be: that is the question

— William Shakespeare, 1600

Bla

— Foo, Bar

Template:Quotation

/Stránge

/Stránge

schuberthof

Special characters[edit]

Right arrows:

My Section[edit]

This is the first my section

Schubert[edit]

{{#quertyop:bla}}

header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3

Highlighting[edit]

<syntaxhighlight lang="java">
package com.o3spaces.misc.hello;

public class Greeter {
    public static void main(String[] args) {
        Greeter greeter = new Greeter();
        String name = "Anonymous";
        if (args.length > 0) {
            name = args[0];
        }
        greeter.salute(name);
    }

    private void salute(String name) {
        System.out.printf("Hello %s!%n", name);
    }
}
</syntaxhighlight>
package com.o3spaces.misc.hello;

public class Greeter {
    public static void main(String[] args) {
        Greeter greeter = new Greeter();
        String name = "Anonymous";
        if (args.length > 0) {
            name = args[0];
        }
        greeter.salute(name);
    }

    private void salute(String name) {
        System.out.printf("Hello %s!%n", name);
    }
}

XML[edit]

<?xml version="1.0"?>
<note>
    <to>Tove</to>
    <from>Jani</from>
    <!-- Simple comment here -->
    <heading>Reminder</heading>
    <body>Don't forget me this weekend!</body>
</note>

My Section[edit]

This is the second my section

Another Section[edit]

haschuur (talk) 11:45, 8 May 2009 (UTC)