Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WikiSandBox"

 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
## Please edit system and help pages ONLY in the moinmaster wiki! For more
+
帮助里的两个超链接打不开,本文提供一个Sample 用于指导Wiki 书写。
## information, please see MoinMaster:MoinPagesEditorGroup.
+
##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!'''
+
= 标题1 =
 +
== 标题2 ==
 +
=== 标题3-1 ===
 +
'''黑体'''
 +
=== 标题3-2 ===
 +
''斜体''
  
You may want to open HelpOnEditing in a new window or tab while you edit.
+
== 标题2-2 ==
----
+
=== 标题3-3 ===
 +
[[本地链接]]
  
== Formatting ==
+
=== 标题3-4 ===
 +
[http://www.example.com 远程链接]
  
''italic'' '''bold''' {{{typewriter}}}
+
= 标题1-2 =
 +
== 标题2-3 ==
 +
=== 标题3-5 ===
 +
[[Image:Example.jpg]]
  
`backtick typewriter` (configurable)
+
=== 标题3-6 ===
 +
[[Media:Example.ogg]]
  
~+ bigger +~ ~- smaller -~
+
== 标题2-4 ==
 
+
=== 标题3-7 ===
{{{
+
* <nowiki>非Wiki 内容 ----</nowiki><br />
preformatted some more
+
** --[[User:Youngcan386.hotmail.com|firewolf]] 07:48, 11 July 2006 (EDT)
and some more lines too
+
----
 
+
}}}
+
 
+
{{{#!python
+
def syntax(highlight):
+
    print "on"
+
    return None
+
}}}
+
 
+
 
+
{{{#!java
+
  public void main(String[] args]){
+
    System.out.println("Hello world!");
+
  }
+
 
+
}}}
+
 
+
 
+
== Linking ==
+
 
+
HelpOnEditing MoinMoin:InterWiki
+
 
+
http://moinmoin.wikiwikiweb.de/ [http://www.python.org/ Python]
+
 
+
someone@example.com
+
 
+
 
+
=== Image Link ===
+
http://c2.com/sig/wiki.gif
+
 
+
== Smileys ==
+
 
+
/!\ Alert
+
 
+
== Lists ==
+
 
+
=== Bullet ===
+
* first
+
  1. nested and numbered
+
  1. numbered lists are renumbered
+
* second
+
* third
+
blockquote
+
  deeper
+
 
+
=== Glossary ===
+
Term:: Definition
+
 
+
=== Drawing ===
+
drawing:mytest
+
 
+
= Heading 1 =
+
== Heading 2 ==
+
=== Heading 3 ===
+
==== Heading 4 ====
+

Latest revision as of 08:02, 11 July 2006

帮助里的两个超链接打不开,本文提供一个Sample 用于指导Wiki 书写。

标题1

标题2

标题3-1

黑体

标题3-2

斜体

标题2-2

标题3-3

本地链接

标题3-4

远程链接

标题1-2

标题2-3

标题3-5

Example.jpg

标题3-6

Media:Example.ogg

标题2-4

标题3-7

  • 非Wiki 内容 ----

Back to the top