Templat:Columns-list/doc: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
←Membuat halaman berisi '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE END OF THIS PAGE --> {{Hatnote|{{tl|Collist}} redirects here. You may be looking for {{tl|Collapsible list}...' |
Hidayat~alt (bicara | kontrib) Tidak ada ringkasan suntingan |
||
Baris 1:
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AT THE END OF THIS PAGE -->
{{Hatnote|{{tl|Collist}}
{{Tsh|cmn|collist}}
{{Lua|Module:Check for unknown parameters}}
Templat digunakan dalam daftar di badan artikel, bukan di templat navigasi seperti [[Templat:Navbox]]. Templat ini dibuat berdasarkan [[Template:Reflist]], tetapi berbeda karena teks yang akan ditampilkan dibuat secara manual alih-alih berupa daftar referensi.
==
<nowiki>{{</nowiki>columns-list|colwidth=''width''|
''
<nowiki>}}</nowiki>
Di sini, ''width'' menentukan lebar kolom, dan menentukan secara dinamis jumlah kolom berdasarkan lebar layar; lebih banyak kolom akan ditampilkan pada tampilan yang lebih luas.
Template ini menggunakan tata letak multi-kolom [[CSS]]3, yang tidak didukung oleh semua peramban [[WWW|Web]].
{{CSS3 multiple column layout}}
===
Berikut adalah contohnya:
<syntaxhighlight lang=text>{{columns-list|colwidth=35em|
* [[George Washington]]
Baris 30 ⟶ 29:
}}</syntaxhighlight>
kode tersebut akan menghasilkan:
{{clear}}<!-- just in case {{CSS3 multiple column layout}} pokes down this far -->
{{columns-list|colwidth=35em|
Baris 40 ⟶ 39:
}}
Gaya [[CSS]]
<syntaxhighlight lang=text>{{columns-list|colwidth=15em|style=width: 600px; font-style: italic;|
Baris 55 ⟶ 54:
}}</syntaxhighlight>
yang akan menghasilkan:
{{columns-list|colwidth=15em|style=width: 600px; font-style: italic;|
* [[All About Lily Chou-Chou]]
Baris 69 ⟶ 68:
}}
Templat ini juga berfungsi dengan daftar bernomor sebagai "teks"-nya. Sebagai contoh:
<syntaxhighlight lang=text>
Baris 91 ⟶ 90:
The template, in fact, works with ''everything'' since all it does is wrap the text provided around a block to be divided into columns by CSS. Do not stop at wikitext lists – more advanced lists generated by [[Template:HTML lists|the HTML templates]] will work too!
==
Use of the no-longer-supported parameter {{para|cols}}, or use of the first unnamed parameter (aka {{para|1}}) along with {{para|2}} or a second unnamed parameter for the template's content, will generate a red error message. To fix this error, use {{para|colwidth}} instead of attempting to specify the number of columns.
The presence of an equals sign within the template's content can also cause display problems and red error messages. To fix this problem, add {{para|1}} in front of the template's content.
==
* {{tl|cmn}}
* {{tl|collist}}
Baris 102 ⟶ 101:
* {{tl|Columnslist}}
==
* {{clc|Pages using columns-list with unknown parameters}} (for pages in article space only)
==
{{Column-generating template families}}
{{HTML lists}}
|