#author("2018-01-20T18:57:31+09:00","","")
#author("2018-01-20T19:23:40+09:00","","")
#norelated
#contents
----
**表組み位置替え [#e3b7b88a]

[[参考URL:https://pukiwiki.osdn.jp/dev/?PukiWiki/1.4/%E3%81%A1%E3%82%87%E3%81%A3%E3%81%A8%E4%BE%BF%E5%88%A9%E3%81%AB/%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E3%81%AE%E4%B8%AD%E5%A4%AE%E5%AF%84%E3%81%9Bor%E5%8F%B3%E5%AF%84%E3%81%9B]]
plugin
#ref(style.inc.php);


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; }
> .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%81%A1%E3%82%87%E3%81%A3%E3%81%A8%E4%BE%BF%E5%88%A9%E3%81%AB/%E3%83%86%E3%83%BC%E3%83%96%E3%83%AB%E3%81%AE%E4%B8%AD%E5%A4%AE%E5%AF%84%E3%81%9Bor%E5%8F%B3%E5%AF%84%E3%81%9B]]

----

**表示を折りたたむ [#pdb1e137]
plugin
#ref(region.inc.php);
#ref(endregion.inc.php);

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

region.inc.php
> 110 : <td id=rgn_summary$this->callcount style="&color(red){white-space: nowrap;};color:gray;border:gray 1px solid;$summarystyle">$this->description</td>

> 118 : <td valign=top id=rgn_content$this->callcount style="&color(red){white-space: nowrap;};$contentstyle">

使用法
 #region(表題)
 内容
 #endregion

[[参考URL:https://pukiwiki.osdn.jp/?%E8%87%AA%E4%BD%9C%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3/region.inc.php]]

----

**フロントページの名称変更 [#a70917a9]
pukiwiki.ini.php
> 129 : $defaultpage  = '&color(red){Top};';     // Top / Default page

**タイトルの変更 [#u9b12d4c]
skin/pukiwiki.skin.php
> 93 : <h1 class="title">&color(red){<?php echo $page_title?> };<<?php echo $page?>></h1>



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