DokuWiki

It's better when it's simple

User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2017-10-23 09:39] 2003:5f:280a:e553:c80b:293b:5d3a:b36bplayground:playground [2024-04-21 06:37] (current) – old revision restored (2024-04-18 09:14) 108.35.80.215
Line 1: Line 1:
-====== Hello World =====+== Basic text formatting == 
 +You can format the page using Wikitext special characters.
  
-[[{{:hoster:a2hosting.png?400|http://example.com|External Link}}]] +{| border="1" cellpadding="2" cellspacing="0" 
-[[playground:playground|Hello World]]+!width="1000"|What it looks like 
 +!width="500"|What you type 
 +
 +
 +You can ''italicize'' text by putting 2  
 +apostrophes on ''each'' side. 
  
-==== 项目 ==== +3 apostrophes will '''bold''' the text. 
-  - 第一项 +
-    * 指向已存在页面的和不存在页面的链接,其外观是不同的。 +
-    * 默认情况下,DokuWiki不使用CamelCase来自动建立链接。 +
-    * 但这一设定可以在配置文件中激活。 +
-    * 提示:如果DokuWiki显示为链接,则说明已激活。 +
-    * 当一节的标题改变时,它的书签也会改变。 +
-    * 因此,请不要过于依赖章节链接。+
  
----- 
-==== 进程 ==== 
-  - 第二项 
-    - 指向已存在页面的和不存在页面的链接,其外观是不同的。 
-    - 默认情况下,DokuWiki不使用CamelCase来自动建立链接。 
-    - 但这一设定可以在配置文件中激活。 
-    - 提示:如果DokuWiki显示为链接,则说明已激活。 
-    - 当一节的标题改变时,它的书签也会改变。 
-    - 因此,请不要过于依赖章节链接。 
  
----- +5 apostrophes will '''''bold and italicize'''''  
-==== THREE ==== +the text.
-  - 第三项 +
-    - 指向已存在页面的和不存在页面的链接,其外观是不同的。 +
-    - 默认情况下,DokuWiki不使用CamelCase来自动建立链接。 +
-    - 但这一设定可以在配置文件中激活。 +
-    - 提示:如果DokuWiki显示为链接,则说明已激活。 +
-    - 当一节的标题改变时,它的书签也会改变。 +
-    - 因此,请不要过于依赖章节链接。+
  
----- +(Using 4 apostrophes doesn't do anything 
-==== FORE ==== +special -- <br /> 3 of them '''bold''' the text as 
-  - 第四项 +usual; the others are ''''just'''' apostrophes  
-    * 指向已存在页面的和不存在页面的链接,其外观是不同的。 +around the text.)
-    * 默认情况下,DokuWiki不使用CamelCase来自动建立链接。 +
-    * 但这一设定可以在配置文件中激活。 +
-    * 提示:如果DokuWiki显示为链接,则说明已激活。 +
-    * 当一节的标题改变时,它的书签也会改变。 +
-    * 因此,请不要过于依赖章节链接。+
  
----- +| 
-====Excel==== +You can ''italicize'' text by putting 2  
-^  Name    ^Sex    ^Like    ^ +apostrophes on ''each'' side. 
-|  Jane    |Woman  |ball    | +
-|  Tom     |Man    |PingPang|+
  
----- +3 apostrophes will '''bold''' the text. 
-====TEST==== +
-I'm a test+
  
-==== Headline ====+5 apostrophes will '''''bold and italicize'''''  
 +the text.
  
-Lorem ipsum dolor sit amet, consectetuer adipiscing elitAenean commodo ligula eget dolorAenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justoNullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magnaSed consequat, leo eget bibendum sodales, augue velit cursus nunc,+(Using 4 apostrophes doesn't do anything 
 +special -- <br /> 3 of them '''bold''' the text as 
 +usual; the others are ''''just'''' apostrophes  
 +around the text.
 +</syntaxhighlight> 
 +|- 
 +
 +A single newline 
 +generally has no effect on the layout. 
 +These can be used to separate 
 +sentences within paragraph. 
 +Some editors find that this aids editing 
 +and improves the ''diff'' function 
 +(used internally to compare 
 +different versions of page).
  
 +But an empty line
 +starts a new paragraph.
 +
 +When used in a list, a newline ''does'' affect the layout ([[#lists|see below]]).
 +|<syntaxhighlight lang=wikitext>
 +A single newline
 +generally has no effect on the layout.
 +These can be used to separate
 +sentences within a paragraph.
 +Some editors find that this aids editing
 +and improves the ''diff'' function
 +(used internally to compare
 +different versions of a page).
 +
 +But an empty line
 +starts a new paragraph.
 +
 +When used in a list, a newline ''does''
 +affect the layout ([[#lists|see below]]).
 +</syntaxhighlight>
 +|
 +|
 +You can break lines<br/>
 +without a new paragraph.<br/>
 +Please use this sparingly.
 +
 +Please do not start a link or ''italics'' or '''bold''' text on one line and end on the next.
 +|<syntaxhighlight lang=wikitext>
 +You can break lines<br/>
 +without a new paragraph.<br/>
 +Please use this sparingly.
 +
 +Please do not start a link or
 +''italics'' or '''bold''' text on one line
 +and end on the next.
 +</syntaxhighlight>
 +|-
 +
 +|You should "sign" your comments on talk pages: <br/>
 +<div class="mw-notalk">
 +* Three tildes gives your signature: [[User:Example|Example]] <br/>
 +* Four tildes give your signature plus date/time: [[User:Example|Example]] 07:46, 27 November 2005 (UTC) <br/>
 +* Five tildes gives the date/time alone: 07:46, 27 November 2005 (UTC) <br/>
 +</div>
 +|<syntaxhighlight lang=wikitext>
 + You should "sign" your comments 
 + on talk pages:
 + * Three tildes gives your
 + signature: ~~~
 + * Four tildes give your 
 + signature plus date/time: ~~~~
 + * Five tildes gives the 
 + date/time alone: ~~~~~
 +</syntaxhighlight>
 +|}
  
playground/playground.1508744354.txt.gz · Last modified: 2017-10-23 09:39 by 2003:5f:280a:e553:c80b:293b:5d3a:b36b

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki