管理人の覚書 <
pukiwiki改造
をテンプレートにして作成>
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
#norelated
#contents
----
**表組み位置替え [#e3b7b88a]
plugin
#ref(style.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:https://pukiwiki.osdn.jp/dev/?PukiWiki/1.4/%E3%...
----
**表示を折りたたむ [#pdb1e137]
plugin
#ref(region.inc.php);
#ref(endregion.inc.php);
変な改行が入ってしまうので以下補正
region.inc.php
> 110 : <td id=rgn_summary$this->callcount style="&color(...
> 118 : <td valign=top id=rgn_content$this->callcount sty...
使用法
#region(表題)
内容
#endregion
[[参考URL:https://pukiwiki.osdn.jp/?%E8%87%AA%E4%BD%9C%E3...
----
**フロントページの名称変更 [#a70917a9]
pukiwiki.ini.php
> 129 : $defaultpage = '&color(red){Top};'; // Top /...
**自動リンク無効 [#p9648426]
pukiwiki.ini.php
> 159 : $nowikiname = &color(red){1};;
**タイトルの変更 [#u9b12d4c]
skin/pukiwiki.skin.php
> 93 : <h1 class="title">&color(red){<?php echo $page_tit...
**ロゴの変更 [#k9d1669f]
skin/pukiwiki.skin.php
> 15 :$_IMAGE['skin']['logo'] = '&color(red){snri.png...
> 追加:&color(red){$_IMAGE['skin']['width'] = "248";};
> 追加:&color(red){$_IMAGE['skin']['height'] = "61";};
> 91 : <a href="<?php echo $link['top'] ?>"><img id="logo...
**menubarの幅変更(searchを配置するため) [#f1ff9a6a]
pukiwiki.css.php
> 360 : width:&color(red){16};em;
終了行:
#norelated
#contents
----
**表組み位置替え [#e3b7b88a]
plugin
#ref(style.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:https://pukiwiki.osdn.jp/dev/?PukiWiki/1.4/%E3%...
----
**表示を折りたたむ [#pdb1e137]
plugin
#ref(region.inc.php);
#ref(endregion.inc.php);
変な改行が入ってしまうので以下補正
region.inc.php
> 110 : <td id=rgn_summary$this->callcount style="&color(...
> 118 : <td valign=top id=rgn_content$this->callcount sty...
使用法
#region(表題)
内容
#endregion
[[参考URL:https://pukiwiki.osdn.jp/?%E8%87%AA%E4%BD%9C%E3...
----
**フロントページの名称変更 [#a70917a9]
pukiwiki.ini.php
> 129 : $defaultpage = '&color(red){Top};'; // Top /...
**自動リンク無効 [#p9648426]
pukiwiki.ini.php
> 159 : $nowikiname = &color(red){1};;
**タイトルの変更 [#u9b12d4c]
skin/pukiwiki.skin.php
> 93 : <h1 class="title">&color(red){<?php echo $page_tit...
**ロゴの変更 [#k9d1669f]
skin/pukiwiki.skin.php
> 15 :$_IMAGE['skin']['logo'] = '&color(red){snri.png...
> 追加:&color(red){$_IMAGE['skin']['width'] = "248";};
> 追加:&color(red){$_IMAGE['skin']['height'] = "61";};
> 91 : <a href="<?php echo $link['top'] ?>"><img id="logo...
**menubarの幅変更(searchを配置するため) [#f1ff9a6a]
pukiwiki.css.php
> 360 : width:&color(red){16};em;
ページ名: