İstifadəçi:Etrüsk/Cəhd

Vikipediya, açıq ensiklopediya - ویکیپدیا ، آچیق انسایکلوپدیا

Mündəricat

[redaktə / تحریر] Məlumat qutuları


[redaktə / تحریر] Azərbaycan Koordinatlar

[redaktə / تحریر] Azərbaycan Nəsimi Dilçilik İnstitutu

AMEA (Azərbaycan Milli Elmlər Akademiyası ) - Orfoqrafiya lüğəti

Azərbaycan türkcə Orfoqrafiyası
Azərbaycan türkcə Orfoqrafiyası

Lüğətdəki sözlərin sayı: 75.671

[redaktə / تحریر] Türkiyə idari əsası

1- Mərkəz İlçe ( Subprovince centre ): Bir kaymakamın idaresinde bulunmayan ve doğrudan doğruya vali tarafından yönetilen, il mərkəzinə bağlı bucak, belediye ve köylerin sınırları ile çevrili alanı ifade eder. /Sub-province constituting the centre of province
2- Mərkəz Bucak ( District center ): Bir bucak müdürünün idaresinde bulunmayan ve doğrudan doğruya kaymakam tarafından yönetilen ilçe mərkəzinə bağlı belediye ve köylerin sınırları ile çevrili alanı ifade eder: District constituting the centre of subprovince
3- Mahalle ( Neighbourhood ): Belediye Qanununa göre kurulan yerleşim birimlerini ifade eder./The administrative (residential) area within municipalities
4- Bağlı ( Dependencies ): belediye ve köylere bağlı kom, oba, mezra, yaylak, kışlak, ılıca, kaplıca gibi yerleşme yerlerini ifade eder. /The settlements within boundaries of any village or municipality but situated geographically outside downtown



1 - MÜLKİ İDARE BÖLÜMLERİ SAYISI ( The number of civil administration divisions )

İl ( Province ) 81
İlçe ( Sub-province ) 850
Bucak ( District ) 688


2 - MAHALLİ İDARE BİRİMLERİ SAYISI/The number of local government units

Belediyeler/Municipalities 3216

Büyükşehir Belediyesi ( Metropolitan municipalities ) 16
İl Merkezi Olan Belediyeler (Province downtown municipalities ) 65
Büyükşehir İlçe Belediyesi (Metropolitian subprovince municipalities ) 58
Büyükşehir Alt Kademe Belediyesi ( Metropolitian subdistrict municipalities ) 31
İlçe Merkezi olan Belediyeler ( Subprovince center municipalities ) 792
Bucak Merkezi Olan Belediyeler ( District center municipalities ) 335
Kasaba Belediyesi ( Subdistrict municipalities ) 1919
Köyler* ( Villages ) 35118

3 - MAHALLİ İDARE BİRİMLERİNİN MAHALLE VE KÖY BAĞLILARI SAYISI (The number of neighbourhoods, of municipalities and dependencies of villages )

Mahalle Sayısı ( Number of neighbourhoods ) : 16.900
Köy Bağlısı (Yaklaşık)/ Number of village dependencies(approximately) : 45.000


  • Köyler (Kəndlər): Türkiyə qanunlarına göre kurulması mərkəzi idarə yetkisindedir. Bir yerleşim birimine şexsi olarak kend demek mümkün değildir. Kəndlər Mülki idarə uhdesinde olmakla beraber kənd idarecisi ( muxtar ) atanmaz kəndlilerce seçilir bu yanıyla mahalli idarə olarakta telakki edilirler.


[redaktə / تحریر] AZ vp problemleri

Documentation for dynamic navigation boxes.

Dynamic navigation boxes use a combination of CSS and Javascript to make collapsible navigation boxes. The technical parts comprise style sheet declarations in MediaWiki:Common.css, and Javascript code in MediaWiki:Common.js.

Example (click "show" or "hide" to see the good bits):


Shortcut:
WP:NAVFRAME

Documentation for dynamic navigation boxes.

Dynamic navigation boxes use a combination of CSS and Javascript to make collapsible navigation boxes. The technical parts comprise style sheet declarations in MediaWiki:Common.css, and Javascript code in MediaWiki:Common.js.

Example (click "show" or "hide" to see the good bits):


Soviet and post-Soviet armoured fighting vehicles after World War II
List of armoured fighting vehicles by country


Oysa bu şablon en vikipediyada şöyle: [1] men düşünerem ki ana problem eksikliğimiz: MediaWiki:Common.js


[redaktə / تحریر] Wikipedia:NavFrame

Shortcut:
WP:NAVFRAME

Documentation for dynamic navigation boxes.

Dynamic navigation boxes use a combination of CSS and Javascript to make collapsible navigation boxes. The technical parts comprise style sheet declarations in MediaWiki:Common.css, and Javascript code in MediaWiki:Common.js. ( Bax en vikipediya: http://en.wikipedia.org/wiki/MediaWiki:Common.js Az vikipediya da bu sayfa yok ve sorunda bundan kaynaklanıyor...)

Example (click "show" or "hide" to see the good bits):

Soviet and post-Soviet armoured fighting vehicles after World War II
List of armoured fighting vehicles by country

[redaktə / تحریر] How to use

[redaktə / تحریر] NavFrame divs

With div, you can hide almost anything. There are three main classes: NavFrame, NavHead, NavContent.

The initial state is "show" with link "hide", except when there are more than two of these on a page. To control the initial state, use the method below instead (the content can be the element of a "table" with only one element).

[redaktə / تحریر] Simple example

You will need to create three div elements:

<div class="NavFrame">
  <div class="NavHead">[... This is the title of your collapsible content ...]</div>
  <div class="NavContent">
    [... The content you want to hide goes here ...]
  </div>
</div>

[redaktə / تحریر] Mixed classes example

You can even apply other classes along with these, making a more styled design rather than if you were to use the standard classes:

<div class="messagebox standard-talk NavFrame">
  <div class="somerandomclass NavHead">[... This is the title of your collapsible content ...]</div>
  <div class="NavContent anotherclass">
    [... The content you want to hide goes here ...]
  </div>
</div>

[redaktə / تحریر] Collapsible tables

The initial state of any collapsible content can be controlled using a "collapsible table", because it also allows a table with only one element with content, and a header.

[redaktə / تحریر] Simple example

Tables are simpler to work with, as you merely need to add the collapsible to the table itself. For the [hide]/[show] link to appear, the table's first row must be a header row, i.e. begin (in wikisyntax) with an exclamation mark. The use of the class toccolours in the example below is merely for appearance; it is not needed for collapsible to function:

{| class="toccolours collapsible" width="60%"
!colspan="2"| Fun with table columns
|-
| Column 1 || Column 2
|}
Fun with table columns
Column 1 Column 2

One-element example, initially expanded:

Always displayed header
Optionally displayed text Optionally displayed text Optionally displayed text Optionally displayed text Optionally displayed text Optionally displayed text

[redaktə / تحریر] Auto-collapsing tables

You have two choices of auto-collapse. In addition to the collapsible class, you can add either collapsed or autocollapse. The first always initially collapses a table. autocollapse only initially collapses a table if there are at least two collapsible tables on a page.

{| class="toccolours collapsible autocollapse" width=60%
|-
! colspan="2" | This autocollapse table will initially collapse because there are at least two collapsible tables on this page.
|-
| Column 1 || Column 2
|}
This autocollapse table will initially collapse because there are at least two collapsible tables on this page.
Column 1 Column 2
{| class="toccolours collapsible collapsed" width=60%
|-
! colspan="2" | This table will always initially collapse
|-
| Column 1 || Column 2
|}

One-element example, initially collapsed:

[redaktə / تحریر] Sortable collapsible tables

initially expanded initially collapsed
numbers
name number
a 123
b 6
c 45

[redaktə / تحریر] Limitations

Currently, the three Nav* classes apply styles of their own. When mixing classes, this causes some of the Nav styles to override other styles (in the above example, NavFrame is overriding the styles from .messagebox.standard-talk).

This limitation does not affect collapsible tables.

[redaktə / تحریر] Accessibility

All browsers from Internet Explorer 5.5 and on (IE5.5/6/7, Firefox, Safari / KHTML, Opera 8/9, etc.) that support JavaScript will properly collapse the elements.

Internet Explorer 5 and browsers which do not support JavaScript will render the elements without the [hide/show] links and will not collapse them.

[redaktə / تحریر] Templates

Navigation template comparison
view talk edit
collapsible Header color Image Groups Style (body)
parameter/s
Example
{{Navigation}} NavFrame NavHead No No Yes {{OPEC}}
{{Navigation with image}} NavFrame NavHead Left/right of body No Yes {{HolmesNovels}}
{{Navigation with columns}} NavFrame NavHead No No Yes
{{Dynamic navigation box}} collapsible navbox No No Yes {{CSUHeads}}
{{Dynamic navigation box with image}} NavFrame NavHead Upper left No No {{SlovakPMs}}
{{Navbox generic}} collapsible navbox Right-hand side Yes Yes {{Dilbert}}
{{NavigationBox}} No navbox Right of title+body No No {{EPA}}
{{Commons:NavigationBox}} No #ccccff Right of title+body No No
{{Commons:Dynamic navigation box}} NavFrame #ccccff No No No
{{Commons:Dynamic navigation box with image}} NavFrame #ccccff Upper left No No
The background color for the header or title is inherited from the class listed below. The templates have titlestyle parameters that can be used to override the default.
Collapsible attributes
Type CSS classes Collapses when Custom
initial state
Nesting Header
color
Font size
NavFrame div NavFrame, NavHead, NavContent 3+ of the same No Yes #ccccff 95%
Collapsible table collapsible, navbox 2+ of the same Yes Yes #ccccff 90%

For the technically minded, see Common.css and Common.js.

[redaktə / تحریر] See also

Başqa dillərdə