[
自宅サーバーWebRing
┃
前
|ID=54
前後5表示
|
次
┃
乱移動
|
サイト一覧
]
このサイト内
書籍 DVD CD
Google(日本語)
Google(Web全体)
Google(イメージ)
Google(キャッシュ)
Yahoo! JAPAN
goo 英和
goo 和英
goo 国語
goo 新語
サイトマップ
リンク集
ダウンロード
フォーラム
Users Wiki
最新情報
TOP
»
xpwiki
»
xpWiki開発日記
» 2008-04-25 - バックアップ No.2 を復元して編集
|
新規
下位
一覧
検索
最新
ヘルプ
ページへ戻る
編集
複製
履歴
添付
Note
リンク元
印刷
Ver 3.17.20 - 21 (テーブル整形ルール拡張と {{ }} によるファイル参照など)
- バックアップ No.2 を復元して編集
xpwiki
:
xpWiki開発日記
/
2008-04-25
- バックアップ No.2 を復元して編集
xpWiki開発日記/2008-04-25 の編集
詳細な入力項目を表示
ページタイトル
( 空白で自動設定 )
:
ページ頭文字読み:
ページ並び順
( 0-9 小数可 標準:1 )
:
ページ別名
(複数は[
改行
]で区切る)
:
ページ内容:
#navi(../) #datebox * Ver 3.17.20 - 21 (テーブル整形ルール拡張と {{ }} によるファイル参照など) [#tae3a269] &tag(Wiki書式,画像表示,Wikiヘルパー,テーブル拡張書式); ** 概要 [#s9dd5838] - WikiHelper での書式挿入で &font(); から、Bold は '' '' , Italic は ''' ''' を使用するようにした。理由は、この方が標準的な書式だからです。 - テーブルの整形ルールを拡張しました。 - &font(Blue){''&ref(''};&font(Green){[パラメータ]};&font(Blue){''){''};&font(Green){[代替テキスト]};&font(Blue){''};''}; と同等機能を簡易に書ける &font(Blue){''{{''};&font(Green){[パラメータ]};&font(Blue){''|''};&font(Green){[代替テキスト]};&font(Blue){''}}''}; を追加しました。 - レンダラーモードで content id が一意となるように考慮しました。 - 同一ページ中に TOC が複数ある場合に、折りたたみ機能が正常に動作しない問題を修正しました。 *** テーブルの整形ルール拡張 [#g71c4926] - セル内の行揃えは、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 |||h | right| center |left | |left | right| center | | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx | - &font(Red){空白のセルは、左のセルと連結されます。(左に有効なセルがない時は、右のセルと連結します。)}; - セル内に > を単独で記述すると右のセルと連結します(colspan)。 - &font(Red){セル内に < を単独で記述すると左のセルと連結します(colspan)。}; - セル内に ~ または ''&font(Red){^};'' を単独で記述すると上のセルと連結します(rowspan)。 *** {{ }} によるファイル参照 [#rc7ab533] 行中で &ref または、&font(Red){{{ }}}; を記述すると、添付ファイルまたは指定されたURLにあるファイルへのリンクを貼り付けることができます。ファイルが画像ファイルの場合は、その画像を表示します。 :書式| &font(Blue){''&ref(''};添付ファイル名[,パラメタ]&font(Blue){''){''};代替文字列&font(Blue){''};''};&br; &font(Blue){''{{''};添付ファイル名[,パラメタ][&font(Blue){''|''};代替文字列]&font(Blue){''}}''};&br; &br; &font(Blue){''&ref(''};URL[,パラメタ]&font(Blue){''){''};代替文字列&font(Blue){''};''};&br; &font(Blue){''{{''};URL[,パラメタ][&font(Blue){''|''};代替文字列]&font(Blue){''}}''}; :例| {{test.txt|これはテスト}} {{test.txt|これはテスト}} ** CVS 更新内容 [#y9c06b2a] #region(今回の更新分){{ -2008-04-25 21:13 nao-pon --* xoops_version.php (1.336): ---Version 3.71.21 -2008-04-25 21:13 nao-pon --* plugin/noautolink.inc.php (1.1): ---Disable the autolink in a page. -2008-04-25 21:12 nao-pon --* skin/js/xpwiki.js (1.15): ---It corresponds to two or more TOC in the same page. -2008-04-25 21:11 nao-pon --* class/func/pukiwiki_func.php (1.164): ---Content id must become unique in the renderer mode. -2008-04-25 11:54 nao-pon --* xoops_version.php (1.335): ---Version 3.71.20 -2008-04-25 11:54 nao-pon --* ID/: en/wiki/.timestamp (1.2), en/wiki/466F726D617474696E6752756C6573.txt (1.2), ja/wiki/.timestamp (1.2), ja/wiki/466F726D617474696E6752756C6573.txt (1.2): ---Updated a initial page "FormattingRules". -2008-04-25 11:51 nao-pon --* class/make_link.php (1.26), class/func/pukiwiki_func.php (1.163), ini/pukiwiki.ini.php (1.73), plugin/attach.inc.php (1.39): --- Added syntax of file reference "{{ }}". ( Like a DokuWiki ) --- Added new config to pukiwiki.ini.php // Enable easy ref syntax {{...}} $root->easy_ref_syntax = 1; -2008-04-25 11:48 nao-pon --* class/convert_html.php (1.28): ---Enhancing of table format. ( Like a DokuWiki ) -2008-04-25 11:43 nao-pon --* skin/css/main.css (1.19): ---Edited CSS. -2008-04-25 11:42 nao-pon --* class/func/xpwiki_func.php (1.163): ---Added a function touch_page($page, $time). -2008-04-25 11:40 nao-pon --* include/check.func.php (1.15): ---Fixed problem of TZ. -2008-04-25 11:27 nao-pon --* plugin/timestamp.inc.php (1.5): ---Added a function restore(). -2008-04-25 11:26 nao-pon --* skin/js/: gecko.js (1.9), main.js (1.45), winie.js (1.8): ---Use to Bold: '' '', Italic: ''' '''. }} ** 一行コメント [#m6dd4cef] #comment #navi(../)
編集の要約:
Q & A 認証:
ページ更新時は次の質問にお答えください。(プレビュー時は必要ありません)
Q:
日本の首都は?(漢字で)
A:
お名前:
タイムスタンプを変更しない
テキスト整形のルールを表示する
添付ファイル
:
test.txt
344件
[
詳細
]
ぺージ情報
ぺージ名 :
xpWiki開発日記/2008-04-25
ページ別名 :
未設定
ページオーナー :
nao-pon
閲覧可
グループ :
すべての訪問者
ユーザー :
すべての訪問者
編集可
グループ :
すべての訪問者
ユーザー :
すべての訪問者
Counter: 346, today: 3, yesterday: 0
メインメニュー
ホーム
価格比較 百貨
UsersWiki
xpwiki
新規ページ作成
最新ページ一覧
全ページ一覧
人気のページ
全コメント一覧
xpWikiフォーラム
スキン選択
ヘルプ
» 関連ページ
» 編集する
» 変更点を見る
» バックアップ一覧
» 添付ファイル一覧
» リンク元一覧
お問い合わせ
ファイルマネージャー
ログイン
ユーザー名:
パスワード:
パスワード紛失
|
新規登録
オンライン状況
78 人のユーザが現在オンラインです。 (3 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 78
もっと...
サイト情報