表組み位置替え

plugin

filestyle.inc.php

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|
}}

参考URL


表示を折りたたむ

plugin

fileregion.inc.php
fileendregion.inc.php

変な改行が入ってしまうので以下補正

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

参考URL


フロントページの名称変更

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>


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS