表組み位置替え †
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|
}}
参考URL
表示を折りたたむ †
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
参考URL
フロントページの名称変更 †
pukiwiki.ini.php
129 : $defaultpage = 'Top'; // Top / Default page
自動リンク無効 †
pukiwiki.ini.php
159 : $nowikiname = 1;
タイトルの変更 †
skin/pukiwiki.skin.php
93 : <h1 class="title"><?php echo $page_title?> <<?php echo $page?>></h1>
ロゴの変更 †
skin/pukiwiki.skin.php
15 :$_IMAGE['skin']['logo'] = 'snri.png';
追加:$_IMAGE['skin']['width'] = "248";
追加:$_IMAGE['skin']['height'] = "61";
91 : <a href="<?php echo $link['top'] ?>"><img id="logo" src="<?php echo IMAGE_DIR . $image['logo'] ?>" width="<?php echo $image['width'] ?>" height="<?php echo $image['height'] ?>" alt="[PukiWiki]" title="[PukiWiki]" /></a>
menubarの幅変更(searchを配置するため) †
pukiwiki.css.php
360 : width:16em;