模板:Column-width/doc檢視原始碼檢視歷史
本文件是Template:Column-width的文件子頁面(見模板頁自身)。 本頁包含用法資訊、分類和其他非原模板頁面的內容。 |
40px | 此模板目前缺乏相關中文使用說明。請知曉此模板目的及使用方法的編輯者協助編寫說明文件或者翻譯其他語言版本。 本模板可能使用了參數,若無完整的使用說明將不便於他人了解、引用、維護與修改。 |
Columns are currently supported only by newer versions of Gecko-based browsers (such as Mozilla Firefox) and WebKit-based browsers (such as Google Chrome and Safari). All versions of Internet Explorer through to version 9 and Opera through to version 11 do not support columns. See here for more information. |
模板介紹
This template is a shortcut for producing columns using CSS. It generates the CSS for various browsers. Supported browsers are the current versions of Firefox, Safari and Chrome.
使用方法
Insert this template within a style tag of any block-style element:
{{column-width | [column width]}}
The default column width is 30em.
範例
- <div style="{{column-width|25em}}">Lorem ipsum...</div> will produce:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
注意事項
參見
- {{column-count}}
- {{column-rule}}