|
|
(19 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
− | <!-- ## Please edit system and help pages ONLY in the master wiki! -->
| + | __NOTOC__ |
− | <!-- ## For more information, please see [[MoinMoin]]:[[MoinDev]]/Translation. -->
| + | '''Feel free to experiment here.''' Please only edit below the <code><nowiki>----</nowiki></code> horizontal line. |
− | <!-- ##master-page:[[WikiSandBox]] -->
| + | |
− | <!-- #format wiki -->
| + | |
− | <!-- #language en -->
| + | |
− | | + | |
− | '''Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!''' | + | |
− | | + | |
− | You may want to open [[HelpOnEditing]] in a new window or tab while you edit.
| + | |
− | | + | |
− | | + | |
− | | + | |
− | == [[FullSearch]] Test ==
| + | |
− | | + | |
− | | + | |
− | == SUPER<sup>script</sup> ==
| + | |
− | Super<sup>script</sup> doesn't work in a heading, nor in a page name, but <sup>super</sup>script does work in regular text.
| + | |
− | | + | |
− | See [[HelpOnMoinWikiSyntax]]#Text_Formatting for the syntax.
| + | |
− | | + | |
− | == Image Magnification Test ==
| + | |
− | This image is 79 pixels wide:<<BR>>
| + | |
− | {{http://c2.com/sig/wiki.gif}}
| + | |
− | | + | |
− | If I set it to be 158 pixels wide, it looks like this:<<BR>>
| + | |
− | {{http://c2.com/sig/wiki.gif||width=158}}<<BR>>
| + | |
− | (yuck, kinda blurry)
| + | |
| | | |
| ---- | | ---- |
| | | |
− | <span style="font-size: larger">The cake is a lie</span> :)) | + | <span style="font-size: smaller">The cake is a lie</span> :)) |
| | | |
− | * Bullet example
| + | Pro Tip: click the <u>'''GUI Mode'''</u> button for easier typing. |
− | *# blah
| + | |
− | *#* '''a)''' blah blah
| + | |
− | | + | |
− | '''bold'''
| + | |
− | | + | |
− | ''italics''
| + | |
− | | + | |
− | 'plain'
| + | |
− | | + | |
− | <span style="font-size: larger">sizeUP</span>
| + | |
− | | + | |
− | <span style="font-size: smaller">sizeDown</span>
| + | |
− | | + | |
− | ----
| + | |
− | | + | |
− | = title =
| + | |
− | | + | |
− | == header1 ==
| + | |
− | | + | |
− | === header2 ===
| + | |
− | | + | |
− | ==== header3 ====
| + | |
− | | + | |
− | ===== header5 =====
| + | |
− | | + | |
− | -----
| + | |
− | ------
| + | |
− | | + | |
− | The ''quick'' brown '''fox''' jumps <span style="font-size: larger">over</span> the <span style="font-size: smaller">lazy</span> dog.
| + | |
− | | + | |
− | <!-- ##comments -->
| + | |
− | | + | |
− | <!-- ##disabled linking -->
| + | |
− | | + | |
− | `http://wiki.polycount.com/HelpOnMoinWikiSyntax#Hyperlinks`
| + | |
− | | + | |
− | <!-- ##autolinked -->
| + | |
− | http://wiki.polycount.com/HelpOnMoinWikiSyntax#Hyperlinks
| + | |
− | | + | |
− | <!-- ##proper linking? -->
| + | |
− | http://wiki.polycount.com/HelpOnMoinWikiSyntax#Hyperlinks
| + | |
− | | + | |
− | <!-- ##internal autolink -->
| + | |
− | [[Category:Tools]]
| + | |
− | | + | |
− | {| border="1" cellpadding="2" cellspacing="0"
| + | |
− | |-
| + | |
− | |}
| + | |
− | | + | |
− | [[HelpOnVariables|<code><nowiki>-- EricChadwick <<[[DateTime]](2010-08-02T14:26:18Z)>></nowiki></code>]]
| + | |
− | | + | |
− | [[HelpOnVariables|@''SIG@'']]
| + | |
− | | + | |
− | ----------
| + | |
− | <<Include(Polycount, , , from="hobbyist.", to="
| + | |
− | <pre><nowiki>")>>
| + | |
− | ----------
| + | |
− | Here's a test link to CategoryCharacter. -- EricChadwick <<DateTime(2010-07-16T18:54:18Z)>>
| + | |
− | | + | |
− | ''@SIG''@ | + | |
− | | + | |
− | ~+The cake is a lie+~ :))
| + | |
− | | + | |
− | <<Anchor(formatting)>>
| + | |
− | == Formatting ==
| + | |
− | ''italic'' '''bold''' <code><nowiki>typewriter</nowiki></code>
| + | |
− | | + | |
− | `backtick typewriter` (configurable)
| + | |
− | | + | |
− | <span style="font-size: larger">bigger </span> <span style="font-size: smaller">smaller this is how it works </span>
| + | |
− | | + | |
− | | + | |
− | <pre><nowiki>
| + | |
− | preformatted some more
| + | |
− | and some more lines too
| + | |
− | </nowiki></pre>
| + | |
− | | + | |
− | | + | |
− | <pre><nowiki>
| + | |
− | #!python
| + | |
− | def syntax(highlight):
| + | |
− | print "on"
| + | |
− | return None
| + | |
− | </nowiki></pre>
| + | |
− | | + | |
− | | + | |
− | <pre><nowiki>
| + | |
− | #!java
| + | |
− | public void main(String[] args]){
| + | |
− | System.out.println("Hello world!");
| + | |
− | }
| + | |
− | </nowiki></pre>
| + | |
− | | + | |
− | == Linking ==
| + | |
− | [[HelpOnEditing]] [[MoinMoin]]:[[InterWiki]]
| + | |
− | | + | |
− | http://moinmo.in/ [http://www.python.org/ Python]
| + | |
− | | + | |
− | someone@example.com
| + | |
− | | + | |
− | There are anchor links here:
| + | |
− | * [[#anchorname1]]
| + | |
− | * [[#formatting|Anchor with description(to Formatting block)]]
| + | |
− | | + | |
− | === Image Link ===
| + | |
− | {{http://c2.com/sig/wiki.gif}}
| + | |
− | | + | |
− | == Smileys ==
| + | |
− | /!\ Alert
| + | |
− | | + | |
− | <<[[ShowSmileys]]>>
| + | |
− | | + | |
− | <span id="anchorname1"></span>
| + | |
− | == Lists ==
| + | |
− | === Bullet ===
| + | |
− | * first
| + | |
− | *# nested and numbered
| + | |
− | *# numbered lists are renumbered
| + | |
− | * second
| + | |
− | * third blockquote
| + | |
− | ** deeper
| + | |
− | === Glossary ===
| + | |
− | ; Term : Definition
| + | |
− | === Drawing ===
| + | |
− | {{drawing:mytest}}
| + | |
− | {{drawing:anywikitest.adraw}}
| + | |
− | = Heading 1 =
| + | |
− | == Heading 2 ==
| + | |
− | === Heading 3 ===
| + | |
− | ==== Heading 4 ====
| + | |
− | | + | |
− | ----
| + | |
− | [[EnvironmentTheory]]
| + | |