2008
4月
25
(金)
- Ver 3.17.20 - 21 (テーブル整形ルール拡張と {{ }} によるファイル参照など)
- 概要
- テーブルの整形ルール拡張
- {{ }} によるファイル参照
- CVS 更新内容
- 一行コメント
Ver 3.17.20 - 21 (テーブル整形ルール拡張と {{ }} によるファイル参照など)
[4]
[5]
Tag: Wiki書式[6] 画像表示[7] Wikiヘルパー[8] テーブル拡張書式[9]
- WikiHelper での書式挿入で &font(); から、Bold は '' '' , Italic は ''' ''' を使用するようにした。理由は、この方が標準的な書式だからです。
- テーブルの整形ルールを拡張しました。
- &ref([パラメータ]){[代替テキスト]}; と同等機能を簡易に書ける {{[パラメータ]|[代替テキスト]}} を追加しました。
- レンダラーモードで content id が一意となるように考慮しました。
- 同一ページ中に TOC が複数ある場合に、折りたたみ機能が正常に動作しない問題を修正しました。
- セル内の行揃えは、1つ以上の空白(半角スペース)や "<" "=" ">" を使って表現することもできます。
| ~Table with alignment |||h
| right| center |left |
|left | right| center |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
|=~Table with alignment |||h
|>right |=center |<left |
|<left |>right |=center |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
| Table with alignment |
|---|
| right | center | left |
| left | right | center |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
- 空白のセルは、左のセルと連結されます。(左に有効なセルがない時は、右のセルと連結します。)
- セル内に > を単独で記述すると右のセルと連結します(colspan)。
- セル内に < を単独で記述すると左のセルと連結します(colspan)。
- セル内に ~ または ^ を単独で記述すると上のセルと連結します(rowspan)。
|
+
| | 今回の更新分 | - 2008-04-25 21:13 nao-pon[19]
- * xoops_version.php (1.336):
- 2008-04-25 21:13 nao-pon[19]
- * plugin[20]/noautolink.inc.php (1.1):
- Disable the autolink in a page.
- 2008-04-25 21:12 nao-pon[19]
- * skin/js/xpwiki[21].js (1.15):
- It corresponds to two or more TOC in the same page.
- 2008-04-25 21:11 nao-pon[19]
- * class/func/pukiwiki_func.php (1.164):
- Content id must become unique in the renderer mode.
- 2008-04-25 11:54 nao-pon[19]
- * xoops_version.php (1.335):
- 2008-04-25 11:54 nao-pon[19]
- * ID/: en/wiki/.timestamp (1.2),
en/wiki/466F726D617474696E6752756C6573.txt (1.2),
ja/wiki/.timestamp (1.2),
ja/wiki/466F726D617474696E6752756C6573.txt (1.2):
- 2008-04-25 11:51 nao-pon[19]
- * class/make_link.php (1.26), class/func/pukiwiki_func.php (1.163),
ini/pukiwiki[23].ini.php (1.73), plugin[20]/attach.inc.php (1.39):
- Added syntax of file reference "Require File Name [ &ref(FILE NAME); or #ref(FILE NAME) ]". ( Like a DokuWiki )
- Added new config to pukiwiki[23].ini.php
// Enable easy ref syntax {{...}}
$root->easy_ref_syntax = 1;
- 2008-04-25 11:48 nao-pon[19]
- * class/convert_html.php (1.28):
- Enhancing of table format. ( Like a DokuWiki )
- 2008-04-25 11:43 nao-pon[19]
- * skin/css/main.css (1.19):
- 2008-04-25 11:42 nao-pon[19]
- * class/func/xpwiki_func.php (1.163):
- Added a function touch_page($page, $time).
- 2008-04-25 11:40 nao-pon[19]
- * include/check.func.php (1.15):
- 2008-04-25 11:27 nao-pon[19]
- * plugin[20]/timestamp.inc.php (1.5):
- Added a function restore().
- 2008-04-25 11:26 nao-pon[19]
- * skin/js/: gecko.js (1.9), main.js (1.45), winie.js (1.8):
- Use to Bold: '' '', Italic: ''' '''.
|
