Difference between revisions of "Sand Box/ru"

From Lazarus wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
==Подзаголовок==
 
==Подзаголовок==
  
<syntaxhighlight> Program Test;
+
<syntaxhighlight lang=pascal> Program Test;
 
  Uses Crt;
 
  Uses Crt;
  
Line 15: Line 15:
 
  End.</syntaxhighlight>
 
  End.</syntaxhighlight>
  
--[[User:Ggeldenhuys|Graeme]] 11:03, 23 March 2012 (UTC) The DELPHI style doesn't seem to be supported, so we have to use the SOURCE tag instead.
+
--[[User:Ggeldenhuys|Graeme]] 11:03, 23 March 2012 (UTC) Стиль DELPHI, похоже, не поддерживается, поэтому мы должны использовать вместо него тег SOURCE.
  
 
===Ссылки внутри статьи===
 
===Ссылки внутри статьи===
Line 25: Line 25:
 
Внешняя ссылка: [http://www.example.com Название ссылки]
 
Внешняя ссылка: [http://www.example.com Название ссылки]
 
<br>Ещё одна ссылка: [http://www.example.com Название ссылки]
 
<br>Ещё одна ссылка: [http://www.example.com Название ссылки]
 
<div class="floatright"> [[Image:Laz de menu bears.jpg]] </div>
 
  
 
==Изображение==
 
==Изображение==
Line 92: Line 90:
 
ТЕСТ
 
ТЕСТ
  
[[es:Probando]]
 
  
 
'''Another''' ''Test:'' '''''lets go crazy'''''
 
'''Another''' ''Test:'' '''''lets go crazy'''''
Line 132: Line 129:
 
==Ссылки на туториалы==
 
==Ссылки на туториалы==
 
[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]
 
*[[LazAutoUpdater#Use|Using LazAutoUpdate CodeSnippet]]
 
 
<nowiki>
 
Use this syntax to include a page within another page: {{:LazAutoUpdater}}
 
</nowiki>
 
{{:AppIsRunning}}
 

Latest revision as of 10:00, 10 September 2019

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

Заголовок


Подзаголовок

 Program Test;
 Uses Crt;

 Var I : Integer;

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

--Graeme 11:03, 23 March 2012 (UTC) Стиль DELPHI, похоже, не поддерживается, поэтому мы должны использовать вместо него тег SOURCE.

Ссылки внутри статьи

Как использовать внутреннюю ссылку: Отступ первой строки.

Внешняя ссылка

Внешняя ссылка: Название ссылки
Ещё одна ссылка: Название ссылки

Изображение

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?

Текст

Это текст

Новая секция

Таблица 2

Заголовок 1 Заголовок 2 Заголовок 3 Заголовок 4
Элемент 1,1 Элемент 1,2 Элемент 1,3 Элемент 1,4
Элемент 2,1 Элемент 2,2 Элемент 2,3 Элемент 2,4

Маркированный список

  • Один
  • Два
    • Три

Нумерованный список

  1. Первый
  2. Второй
  3. Третий

Вложенная нумерация

  1. Первый
    1. Первый.Один
    2. Первый.Два
    3. Первый.Три
  2. Второй
    1. Второй.Один
    2. Второй.Два
    3. Второй.Три

Смешанная нумерация

  1. Первый
    • Первый.Один
    • Первый.Два
    • Первый.Три
  2. Второй
    • Второй.Один
    • Второй.Два
    • Второй.Три

Отступ первой строки

      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!

ТЕСТ


Another Test: lets go crazy

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 ThisIsMyShura

Weird: this is in the box as well?
  • And a bullet in italics?

non formatted...

Humm

Float Like A Butterfly

New section?

Let's see... ok

grusskarte

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