User:YordanGeorgiev

If you are so bored to come to here: http://ysgitdiary.blogspot.com/


__БЕЗСЪДЪРЖАНИЕ__

Bul wiki cheat sheet -> ГЛАВНИТЕ УКАЗАНИЯ за редактиране на Уикипедия

Описание Когато напишеш Се вижда
Наклонено

''наклонено''

наклонено

Удебелено

'''удебелено'''

удебелено

Наклоненo и удебелено

'''''удебелено & наклонено'''''

удебелено & наклонено

Вътрешни препратки

(в Уикипедия)

[[Име на страница]]
[[Име на страница|Текст, който се показва]]

Име на страница
Текст, който се показва

Препратки към сродни проекти - e.g. wikibooks

[[:SP:CC:NS:PHP]]
[[:SP:CC:NS:PHP| PHP уикикниги]]

PHP в уикикниги , където:
SP=sister project е кодът на сродния проект
CC=country code е кодът на страната
NS=name space е именното пространство

Пренасочване към други страници

# [[Препратка]]

Препратка

Външни препратки

(към външни препратки)

http://www.google.com
[http://www.google.com]
[http://www.google.com visible text]

http://www.google.com
[1]
Visible text

ПОСОЧВАНЕ НА ИЗТОЧНИЦИ

<ref>много секретен източник </ref> == Източници == <div class="references-small"><references /></div>

[1]

Източници

  1. ^ мноооого сектретен източник
ПОСОЧВАНЕ НА ИЗТОЧНИЦИ СЪС АНГЛ. ШАБЛОН

2 <ref name="theNameofTheRef">{{Cite web|url=http://www.reflink.com/the/actual/URL | title=The title of the source|last=AuthorLastname|first=AuthorFirstName|publisher=PublishersName|date=[[2007-01-22]]|accessdate=2008-10-18}}</ref> == Източници == <div class="references-small"><references /></div>

[1]

Източници

  1. ^ AuthorLastname, AuthorFirstName (2007-01-22). "The Title of the source displayed". PublishersName. Retrieved 2008-10-18. {{cite web}}: Check date values in: |date= (help)

Как да се подписваме
на дискусионните страници

~~~~

Потребител 06:31,
7 June 2026 (UTC)

Заглавията се пишат отделно на нов ред
Заглавия

Съдържанието автоматично се създава при правилно форматиране

== Заглавие 1 ==
=== Заглавие 2 ===
==== Заглавие 3 ====
===== Заглавие 4 =====
====== Заглавие 5 ======

Заглавие 1

Заглавие 2

Заглавие 3

Заглавие 4
Заглавие 5
Списъци

* Едно
* Две
** Две точка едно
* Три

  • Едно
  • Две
    • Две точка едно
  • Три
Таблици

{| border="1" cellspacing="0"  ! A0 !! B0 !! C0 |-  ! А1 || B1 || C1 |-  ! A2 || B2|| C2 |}

A0 B0 C0
А1 B1 C1
A2 B2 C2
Таблици
{| class="wikitable sortable" border="1"
|+Sortable table
|-
! Alphabetic !! Numeric !! Date !! class="unsortable" | Unsortable
|-
| d || 2 || 2008-11-24 || This
|-
| b || 8 || 2004-03-01 || column
|-
| a || 6 || 1979-07-23 || cannot
|-
| c || 4 || 1492-12-08 || be
|-
| e || 0 || 1601-08-13 || sorted.
|}
Sortable table
Alphabetic Numeric Date Unsortable
d 2 2008-11-24 This
b 8 2004-03-01 column
a 6 1979-07-23 cannot
c 4 1492-12-08 be
e 0 1601-08-13 sorted.


Списъци

# Едно
# Две
## Две точка едно
# Три

  1. Едно
  2. Две
    1. Две точка едно
  3. Три
 
Влагане на картинки

[[Картинка:Wiki.png|thumb|Текст под картинката]]

thumb|Текст под картинката
 

Шаблончета

{{редактирам}} {{посочи източник}} {{авторски права}} {{Бързо изтриване|Причина}} <!-- може и без причина--> {{Бързо изтриване}} {{софтуер-мъниче}}

Others


__СЪДЪРЖАНИЕ__
__БЕЗСЪДЪРЖАНИЕ__

How to show source code ?

 public void foo(List<String> list) {
     list.add("bar");
 }

 <syntaxhighlight lang="java">
 public void foo(List<String> list) {
     list.add("bar");
 }
 </syntaxhighlight>

How-to insert code


<pre>
<nowiki>



Redirection

  • #REDIRECT [[destination]]

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.