SuperTux:Sandbox
From SuperTux
Welcome to the SuperTux Wiki Sandbox! Please feel free to conduct your experiments with formatting and and editing skills on this page. You may place anything here; however, nothing copyrighted, offensive, or related to spam. To edit this page, click on the edit button on the top of the page. Nothing is permanent, as this page is cleaned every few days.
Contents |
[edit] Text formatting
[edit] Center-Align
- To center text, use the following code:
- Enter <div style="text-align: center;">
- Then enter your text
- Finally, enter </div>
- Overall, your code should look like this:
<div style="text-align: center;"> Centered text </div>
- Once you have entered that code, your text will look like this:
Centered text
[edit] Strike Through Text
- To strike through text, use the following code:
- Enter a <s> before the text.
- Enter the text
- Enter a </s> after the text.
- Overall, your code should look like this:
<s>blah blah blah</s>
- Once you have entered that code, your text will look like this:
<s>blah blah blah</s>'
[edit] Superscript
- To insert a superscript, use the following code:
- Enter a <sup> before the text.
- Enter the text
- Enter a </sup> after the text.
- Overall, your code should look like this:
<sup>blah blah blah</sup>
- Once you have entered that code, your text will look like this:
blah blah blah blah blah blah
[edit] Subscript
- To insert, use the following code:
- Enter a <sub> before the text.
- Enter the text
- Enter a </sub> after the text.
- Overall, your code should look like this:
<sub>blah blah blah</sub>
- Once you have entered that code, your text will look like this:
blah blah blah blah blah blah
[edit] Hidden Comment
- To insert a hidden comment, use the following code:
- Enter a <!-- before the text.
- Enter the text
- Enter a --> after the text.
- Overall, your code should look like this:
<!-- blah blah blah-->
- You will not be able to see the text on this page, but it will be seen when you try to edit this page. Hidden text is mostly used for warnings.
[edit] Secondary Headline
- To insert a secondary headline, use the following code:
- Enter a == before the text.
- Enter the text
- Enter a == after the text.
- Overall, your code should look like this:
==blah blah blah==
[edit] Tab
- To insert a tab, use the following code:
- Enter a :: before the text.
- Overall, your code should look like this:
::blah blah blah
- Once you have entered that code, your text will look like this:
- blah blah blah
[edit] Font Color
- To change the color of text, use the following code:
- Enter a <span style="color: ColorName"> before the text.
- Choose the color
- Enter the text
- Enter a </span> after the text.
- Overall, your code should look like this:
<span style="color: red">blah blah blah</span>
- Once you have entered that code, your text will look like this:
blah blah blah
- Another way to do it is:
- Enter a <font color="ColorName"> before the text.
- Choose the color
- Enter the text
- Enter a </font> after the text.
- Overall, your code should look like this:
<font color="red">blah blah blah</font>
- Once you have entered that code, your text will look like this:
blah blah blah
[edit] Mouse Cursor
- To change the cursor of the mouse when you hover over text, do the following:
- Enter a <span style="cursor:CURSOR YOU WANT;"> before the text.
- Choose the cursor, (e.g. crosshair, default)
- Enter the text
- Enter a </span> after the text.
- Overall, your code should look like this:
<span style="cursor: crosshair;">blah blah blah</span>
- Once you have entered that code, and you put the mouse over the text, it should have a different mouse cursor:
blah blah blah
[edit] Links
- To make external links look internal, use the following
- Enter a <span class="plainlinks"><font color="002bb8"> before the text.
- Enter the external link
- Enter a </font></span> after the text.
- Overall, your code should look like this:
<span class="plainlinks"><font color="002bb8">[http://example.com external link]</font></span>
- Once you have entered that code, the external link should look like this:
- Note that if someone is using a custom skin that specifies different link colors, for example green for internal links, and purple for "redlinks," a link formatted with this code will still look blue, and not match other links in appearance, to that user.
[edit] Bolding
- To make text bold, do the following:
- Enter 3 apostrophes ''' before the text.
- Enter the text
- Enter 3 more apostrophes ''' after the text.
- Overall, your code should look like this:
'''text'''
- Once you have entered that code, the text should look like this:
text
[edit] Italics
- To italicize text, do the following:
- Enter 2 apostrophes '' before the text.
- Enter the text
- Enter 2 more apostrophes '' after the text.
- Overall, your code should look like this:
''text''
- Once you have entered that code, the text should look like this:
text
[edit] Underlining
- To make underline text, do the following:
- Enter <u> before the text.
- Enter the text
- Enter </u> after the text.
- Overall, your code should look like this:
<u>text</u>
- Once you have entered that code, the text should look like this:
text
[edit] Font size
- To make text a certain size, use the following code:
- Enter a <font size="4"> before the text.
- Choose the size
- Enter the text
- Enter a </font> after the text.
- Overall, your code should look like this:
<font size="4">blah blah blah</font>
- Once you have entered that code, your text will look like this:
blah blah blah
Headline overview:
[edit] Header 1
[edit] Header 2
[edit] Header 3
[edit] Header 4
[edit] Header 5
[edit] Links
| Description | You type | You get |
| Internal link | [[Main Page]] | Main Page |
| Category link | [[:Category:Help]] | Category:Help |
| Piped link | [[Main Page|different text]] | different text |
| Anchor link | [[#External links|Anchor link]] | Anchor link |
| External link | http://mediawiki.org | http://mediawiki.org |
| Internal link to image file | [[media:example.jpg]] | media:example.jpg |
| External link, different title | [http://mediawiki.org MediaWiki] | MediaWiki |
| External link, unnamed | [http://mediawiki.org] | [1] |
| External link, same host unnamed | [http://{{SERVERNAME}}/pagename] | [2] |
| Interwiki link | [[Wikipedia:MediaWiki]] | Wikipedia:MediaWiki |
| mailto | mailto:info@example.org | mailto:info@example.org |
| mailto unnamed | [mailto:info@example.org] | [3] |
| mailto named | [mailto:info@example.org info] | info |
| mailto named with subject line | [mailto:info@example.org?Subject=URL%20Encoded%20Subject info] | info |
| redirect | #REDIRECT [[Main Page]] | → Main Page |
| broken link | [[Nonexistent Page - Does not exist!]] | Nonexistent Page - Does not exist! |
| Orange | Apple |
| Bread | Pie |
| Butter | Ice cream |
| Orange | Apple | more |
| Bread | Pie | more |
| Butter | Ice cream | and more |
| Orange | Apple |
| Bread | Pie |
| Butter | Ice cream |
| Orange | Apple |
| Bread | Pie |
| Butter | Ice cream |
| Orange | Apple | 12,333.00 |
| Bread | Pie | 500.00 |
| Butter | Ice cream | 1.00 |
| Orange | Apple | 12,333.00 |
| Bread | Pie | 500.00 |
| Butter | Ice cream | 1.00 |
| Orange | Apple |
| Bread | Pie |
| Butter | Ice cream |
[edit] Yummiest | |
| Orange | Apple |
| Bread | Pie |
| Butter | Ice cream |
| Description | You type | You get |
| Embed image (with alt text) |
| |
| Link to description page |
| |
| Link directly to file |
| |
| Thumbnail (centered, 100 pixels wide, with caption) |
| |
| Border (100 pixels) Results in a very small gray border |
| |
| Frameless Like thumbnail, respect user preferences for image width but without border and no right float. |
|
a link to Help:Contents |
|||


