Difference between revisions of "Sand Box/de"

From Lazarus wiki
Jump to navigationJump to search
m (moved Sand Box/es to Sand Box/de: Deutsch (de))
(removed non-de content, added some tests)
Line 1: Line 1:
 
{{Sand Box}}
 
{{Sand Box}}
  
=Cabecera=
+
== Unnummerierte Liste ==
----
+
* Hallo
 +
* Welt
  
==Enlace externo==
+
== Numerierte Liste ==
Enlace externo: [http://www.rae.es Título del enlace]
+
# Hallo
 +
# Welt
  
==Una imagen==
+
== Typographie ==
Este texto debe ser colocado cerca de la imagen, ¿dónde? zxvzxcv zxvc xcv xzcv zxcv zxvc zxvc zxcv zxcv zxcv zxcv xcv xcv xcv xcv zxcv zxcv zxcv xcv zxcv zxcv aaaaaaaaaaaaa.
+
=== Ins Wiki eingebaute Mittel ===
 +
* normal
 +
* ''kursiv''
 +
* '''fett'''
 +
* '''''fett und kursiv''''
  
<b>¿Y esta línea dónde va?</b>
+
=== HTML-Mittel ===
 +
* <tt>Schreibmaschine</tt>
 +
* <s>Durchgestrichen</s>
 +
* <u>Unterstrichen</u>
 +
* <sub>tief-</sub> und <sup>hoch-</sup>gestellter Text.
  
¿y esta?<br>
+
== Definitionsliste ==
 +
; Terminus
 +
: Kurze Beschreibung des Terminus.
  
==Table 1==
+
; Begriff
{| BORDER="1" CELLSPACING="0" ALIGN="center"
+
: Hier wird der benannte Begriff ausführlich beschrieben. Die deutsche Sprache wird genutzt, weil es die allgemeine Verständlichkeit verbessert.
!COLSPAN="2" STYLE="background:#ffdead;"|<center>'''Header 1'''</center>
 
!COLSPAN="2" STYLE="background:#ffdead;"|'''Header 2'''
 
|-
 
|'''Sub header 1'''||'''Sub header 2'''||'''Sub header 3'''||'''Sub header 4'''
 
|----
 
|Item A||Item B||<center>Item C</center>||Item D
 
|}
 
 
 
 
 
 
 
 
 
 
 
 
 
<table style="text-align: left; width: 100%;" border="1"
 
cellpadding="2" cellspacing="2">
 
  <tbody>
 
    <tr align="center">
 
      <td style="width: 483px;" colspan="2" rowspan="1">
 
Delphi / ObjFPC</td>
 
    </tr>
 
    <tr>
 
      <td style="width: 483px;" colspan="2" rowspan="1">
 
<syntaxhighlight>
 
Unit Unidad1
 
  Type TUnObjeto=class(TComponent)
 
    //Más código....
 
  End;
 
Procedure HacerAlgo(Value: TSomeObject);
 
Function GetUnObjeto: TUnObjeto;
 
 
 
Unit Unidad2
 
  Type TUnComponente=class(TComponent)
 
  //Más código....
 
  Published UnObjeto: Pointer;
 
  //Más código.....
 
  End;
 
</syntaxhighlight>
 
      </td>
 
    </tr>
 
    <tr>
 
      <td style="width: 484px; text-align: center;">Delphi</td>
 
      <td style="width: 483px; text-align: center;">ObjFPC</td>
 
    </tr>
 
    <tr>
 
      <td style="width: 484px;"></td>
 
      <td style="width: 483px;"></td>
 
    </tr>
 
  </tbody>
 
</table>
 
 
 
==Table 2==
 
<TABLE WIDTH="90%" CELLPADDING="1" CELLSPACING="1">
 
<TR>
 
  <TD><b>Header 1</b></TD>
 
  <TD><b>Header 2</b></TD>
 
  <TD><b>Header 3</b></TD>
 
  <TD><b>Header 4</b></TD>
 
</TR>
 
<TR>
 
  <TD>Item 1</TD>
 
  <TD>Item 1</TD>
 
  <TD>Item 1</TD>
 
  <TD>Item 1</TD>
 
</TR>
 
 
 
</TABLE>
 
==Bullets==
 
*One
 
*Two
 
**Tree
 
==Numbering==
 
#First
 
#Second
 
#Third
 
''Nested Numbering''
 
#First
 
##first.one
 
##first.two
 
##first.three
 
#Second
 
##second.one
 
##second.two
 
##second.three
 
''Mixed Numbering''
 
#First
 
#*first.one
 
#*first.two
 
#*first.three
 
#Second
 
#*second.one
 
#*second.two
 
#*second.three
 
 
 
==indenting first line==
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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. También nos aseguras que escribiste esto tú mismo, o lo has copiado desde el dominio público u otra fuente libre.
 
::DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!
 
 
 
TEST
 
 
 
[[es:Probando]]
 
 
 
'''Another''' ''Test:''
 
 
 
I want to create a boxed text:
 
Esto está en una '''caja''', o algo así ''Espero''.
 
 
 
This is outside the box, no? And this is a reference to my incomplete
 
[http://www/pcug.org.au/~akabaila/StructuralAnalysis/  Structural Analyis] book
 
 
 
==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. [[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]
 

Revision as of 11:15, 9 January 2013

Deutsch (de) English (en) español (es) Bahasa Indonesia (id) italiano (it) 日本語 (ja) polski (pl) русский (ru) slovenčina (sk) 中文(中国大陆)‎ (zh_CN)

Unnummerierte Liste

  • Hallo
  • Welt

Numerierte Liste

  1. Hallo
  2. Welt

Typographie

Ins Wiki eingebaute Mittel

  • normal
  • kursiv
  • fett
  • fett und kursiv'

HTML-Mittel

  • Schreibmaschine
  • Durchgestrichen
  • Unterstrichen
  • tief- und hoch-gestellter Text.

Definitionsliste

Terminus
Kurze Beschreibung des Terminus.
Begriff
Hier wird der benannte Begriff ausführlich beschrieben. Die deutsche Sprache wird genutzt, weil es die allgemeine Verständlichkeit verbessert.