plugin
pukiwiki.css.phpへ以下を追記
.table_left .style_table { margin:auto auto auto 0px; }
.table_center .style_table { margin: auto; }
.table_right .style_table { margin:auto 0px auto auto; }
.table_left div.ie5 { text-align:left; }
.table_center div.ie5 { text-align:center; }
.table_right div.ie5 { text-align:right; }
使用法
#style(class=table_left){{ |table| }}
#style(class=table_center){{ |table| }}
#style(class=table_right){{ |table| }}
plugin
変な改行が入ってしまうので以下補正
region.inc.php
110 : <td id=rgn_summary$this->callcount style="white-space: nowrap;color:gray;border:gray 1px solid;$summarystyle">$this->description</td>
118 : <td valign=top id=rgn_content$this->callcount style="white-space: nowrap;$contentstyle">
使用法
#region(表題) 内容 #endregion
pukiwiki.ini.php
129 : $defaultpage = 'Top'; // Top / Default page
skin/pukiwiki.skin.php
93 : <h1 class="title"><?php echo $page_title?> <<?php echo $page?>></h1>