Bản_mẫu:Div_col

{{Div col}} formats a list into columns that wrap properly and compatibly with portable computer devices, especially PAD operating systems and small screens. It automatically breaks the available screen space into equal parts, meaning, for instance, that it is not necessary to guess how many columns to use and then figure out the dividing point(s), e.g., the halfway point to divide the list into two columns, or the one-third and two-thirds points to divide the list into three columns.{{Div col}} can create multiple columns in web browsers which support the following CSS properties:Theo mặc định, bản mẫu tạo các cột rộng 30em.Có 6 tham số cho bản mẫu này:Các tham số có thể được sử dụng theo thứ tự bất kỳ.Ví dụ: hoặcvà chính xác cùng một kết quả dưới đâyabcdefghDữ liệu bản mẫu cho Div colBreaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the half way point on two columns. The list is provided by |content= or closed with {{div col end}}.Tham số bản mẫuSpecifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays.Produces vertical rules between the columns if set to yes.Specifies the space between the content of adjacent columns.Specifies any custom styling.Specifies the content to divide into columnsUse a smaller font size (90%)
Tức là, các cột có thể xử lý đánh dấu wiki {| | || |- |} được sử dụng để tạo bảng? Nếu không, các mẫu tạo ra các phần tử này (chẳng hạn như {{(!}}, {{!}}, {{!!}}, {{!-}}, {{!)}}) và/hoặc thẻ HTML (<table>...</table>, <tr>...</tr>, v.v.) sẽ cần được sử dụng thay thế.