--------------------

--------------------


====== 表の記述例 ====== 表 <code> |< 100% 50px - 5em 10em 10% >| ^ A ^ B ^ C ^ D ^ E ^ | 1 | 2 | 3 | 4 | 5 | </code> |< 100% 50px - 5em 10em 10% >| ^ A ^ B ^ C ^ D ^ E ^ | 1 | 2 | 3 | 4 | 5 | <code> |< 40em 20% >| ^ 20% ^ 80% ^ | Specified width | The rest of the table width | </code> |< 40em 20% >| ^ 20% ^ 80% ^ | Specified width | The rest of the table width | |< 40em 20% >| ^ 20% ^ 20% ^ 60%      ^ | Specified width | The rest of the table width | あああああああああああああああああああ | ===== 表の幅の設定方法 ===== The width has to be specified at the start of a line before the table. The first value is used as width of the table, the rest is for columns. If you want to omit some value use a dash instead. The widths can be specified in any CSS units: <code> |< 100% 50px - 5em 10em 10% >| ^ A ^ B ^ C ^ D ^ E ^ | 1 | 2 | 3 | 4 | 5 | </code> The relative units (percentage) for the table width refer to the width of the page, and when used for columns they refer for the table wight. For example, the width specification ''|< 50% 50% 50% >|'' makes the table half width of the page and two equal columns quarter of the page width each. If there are more columns in the table than there are values in the width specification, the width will be applied to the columns from left to right: <code> |< 50em 20% >| ^ 20% ^ 80% ^ | Specified width | The rest of the table width | </code>

dokuwiki_pagefooter

--------------------

dokuwikifooter