|
|
Line 12: |
Line 12: |
| | | |
| == [[FullSearch]] Test == | | == [[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> :))
| |
− |
| |
− | * Bullet example
| |
− | *# 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]]
| |