This Template will create multi columns based HTML DIV Box. That is, text-lines/items/contents inside it, will be shown by using 2 columns side-by-side (by-defa
This Template will create multi columns based HTML DIV Box. That is, text-lines/items/contents inside it, will be shown by using 2 columns side-by-side (by-default), and it will have (100%) full width, where it is used.
When parameter "c" ("column") or "w" ("width") will be specified, then ColBox's properties/appearance will be changed.
This DIV Box (for multiple columns) has no border, it is using other & default settings & properties inherited from it's higher-level/previous-level/outer-level HTML component.
Very short template name "韭" can be used, to have same effect.
| Template Code |
Replaced With |
|---|---|
| {{ColBox|...your-data...}} Above is same as below: |
<div style="column-count:2; -webkit-column-count:2; -moz-column-count:2; width:100%">...your-data...</div> |
| {{ColBox|c=3|w=70%| ...your-data...}} |
<div style="column-count:3; -webkit-column-count:3; -moz-column-count:3; width:70%">...your-data...</div> |
| c = number of columns. Divides/Distributes data into this numbers of columns. w = width of ColBox. CSS. |
Note: Inside the (...your-data...) content of your wiki page's "ColBox" template-code, you MAY have to USE these(HTML entity) CODE:
• Use = or = or = code or {{=}} instead of the sign "=".
• Use | or {{!}} or | or | or | or | code instead of the symbol "|" pipe/bar.
Optional (That is, you may not have to replace these):
• Use { or { or { or { code instead of "{" begin-curly brace symbol.
• Use } or } or } or } code instead of "}" end-curly brace symbol.
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.