Difference between revisions of "Sand Box/zh"

From Lazarus wiki
Jump to navigationJump to search
m (New page: {{沙盘}} =标题= ---- ==附加== <delphi> Program Test; Uses Crt; Var I : Integer; Begin For I := 0 to 12 do WriteLn('Test ',I:2); End. </delphi> ===Sayonara=== ====测试 ...)
 
m (Fixed syntax highlighting)
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{沙盘}}
+
{{Sand Box}}
  
 
=标题=
 
=标题=
Line 6: Line 6:
 
==附加==
 
==附加==
  
<delphi>
+
<syntaxhighlight lang=pascal>
 
Program Test;
 
Program Test;
 
Uses Crt;
 
Uses Crt;
Line 16: Line 16:
 
     WriteLn('Test ',I:2);
 
     WriteLn('Test ',I:2);
 
End.
 
End.
</delphi>
+
</syntaxhighlight>
  
 
===Sayonara===
 
===Sayonara===
Line 33: Line 33:
 
==new section test==
 
==new section test==
  
==Table 2==
+
==表格 2==
 
<TABLE WIDTH="90%" CELLPADDING="1" CELLSPACING="1">  
 
<TABLE WIDTH="90%" CELLPADDING="1" CELLSPACING="1">  
 
<TR>  
 
<TR>  
  <TD><b>Header 1</b></TD>  
+
  <TD><b>标题 1</b></TD>  
  <TD><b>Header 2</b></TD>  
+
  <TD><b>标题 2</b></TD>  
  <TD><b>Header 3</b></TD>  
+
  <TD><b>标题 3</b></TD>  
  <TD><b>Header 4</b></TD>  
+
  <TD><b>标题 4</b></TD>  
 
</TR>  
 
</TR>  
 
<TR>  
 
<TR>  
  <TD>Item 1</TD>  
+
  <TD>项目 1</TD>  
  <TD>Item 1</TD>  
+
  <TD>项目 1</TD>  
  <TD>Item 1</TD>  
+
  <TD>项目 1</TD>  
  <TD>Item 1</TD>  
+
  <TD>项目 1</TD>  
 
</TR>  
 
</TR>  
  
 
</TABLE>
 
</TABLE>
 +
 
==Bullets==
 
==Bullets==
 
*One
 
*One
Line 82: Line 83:
 
TEST
 
TEST
  
[[es:Probando]]
 
  
 
'''Another''' ''Test:''
 
'''Another''' ''Test:''
Line 111: Line 111:
 
This is a test to see, if I can edit a page after the Bad-Behavior update. [[User:Vincent|fpcfan]] 22:43, 7 December 2007 (CET)
 
This is a test to see, if I can edit a page after the Bad-Behavior update. [[User:Vincent|fpcfan]] 22:43, 7 December 2007 (CET)
  
==Tutorial links==
+
==教程链接==
 
[http://www.chat11.com/30_Second_Quick_Wiki_Tutorial 30 Second Quick Wiki Tutorial]
 
[http://www.chat11.com/30_Second_Quick_Wiki_Tutorial 30 Second Quick Wiki Tutorial]
 +
[[Category:zh]]

Revision as of 09:04, 26 February 2020

English (en)

标题


附加

Program Test;
Uses Crt;

Var I : Integer;

Begin
  For I := 0 to 12 do
    WriteLn('Test ',I:2);
End.

Sayonara

测试 O

外部链接

外部链接: link title

a image

This text should be placed near the picture, does it? zxvzxcv zxvc xcv xzcv zxcv zxvc zxvc zxcv zxcv zxcv zxcv xcv xcv xcv xcv zxcv zxcv zxcv xcv zxcv zxcv aaaaaaaaaaaaa
And this line were is going? and this line?

new section test

表格 2

标题 1 标题 2 标题 3 标题 4
项目 1 项目 1 项目 1 项目 1

Bullets

  • One
  • Two
    • Tree

Numbering

  1. First
  2. Second
  3. Third

Nested Numbering

  1. First
    1. first.one
    2. first.two
    3. first.three
  2. Second
    1. second.one
    2. second.two
    3. second.three

Mixed Numbering

  1. First
    • first.one
    • first.two
    • first.three
  2. Second
    • second.one
    • second.two
    • second.three

indenting first line

      Please note that all contributions to Lazarus-ccr are considered to be released under the GNU Free Documentation License (see Lazarus-ccr:Copyrights for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.

You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!

TEST


Another Test:

I want to create a boxed text:

This is in a box, or so I hope.

This is outside the box, no? And this is a reference to my incomplete Structural Analyis book


Float Like A Butterfly

New section?

Let's see... ok


if Graphviz was installed, this would draw a pretty graph...

<graphviz> digraph G {

 rankdir=LR; node [fontsize = "8" shape = "rectangle"]; 
 "Node 1" -> "Node 2";

} </graphviz>

This is a test to see, if I can edit a page after the Bad-Behavior update. fpcfan 22:43, 7 December 2007 (CET)

教程链接

30 Second Quick Wiki Tutorial