Şablon:Dolaşım ust/belge

Hukukipedia sitesinden
16.43, 14 Kasım 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 336 numaralı sürüm ("{{Documentation subpage}} {{lua|Modül:Dolaşım ust ve alt}} <!-- Add categories where indicated at bu sayfanın altında ve interwikis at Wikidata --> Bu şablon may be used for embedding wikitables (veya other difficult to embed content) inside of navboxes. == Usage == The syntax is the same syntax used for {{tl|dolaşım}} with the table placed between the {{tld|dolaşım ust}} ve {{tld|dolaşım alt}} şablonları. Any content that would normally a..." içeriğiyle yeni sayfa oluşturdu)
(fark) ← Önceki sürüm | Güncel sürüm (fark) | Sonraki sürüm → (fark)
Gezinti kısmına atla Arama kısmına atla

Bu şablon may be used for embedding wikitables (veya other difficult to embed content) inside of navboxes.

Usage

The syntax is the same syntax used for ₺dolaşım with the table placed between the {{dolaşım ust}} ve {{dolaşım alt}} şablonları. Any content that would normally appear before the first list (list1) should be passed to the top template, and any content that would normally appear after the first list (list1) should be passed to the bottom template. Any content passed through Şablon:Para is ignored.

Örnekler

Basit örnek

{{dolaşım ust
| ad = {{subst:PAGENAME}}
| başlık = Başlık
| state = {{{state|}}}
| above = Above
}}
{| style="width:100%" class="wraplinks"
! Header1
! Header2
|-
| Item 1
| Item 2
|}
{{dolaşım alt|below=Below}}

Scrolling tablo

{{dolaşım ust
| ad = {{subst:PAGENAME}}
| başlık = Title
| above = Above
| state = {{{state|}}}
| innerstyle = table-layout:fixed
}}<div style="overflow:auto">
{| style="width:100%;min-width:150em" class="wraplinks"
! Header1
! Header2
|-
| Item 1
| Item 2
|}</div>
{{dolaşım alt|below=Below}}