目次
-
- 社内Wikiおすすめの使い方 オススメ
-
- インストール 基本
- 設定 基本
- テンプレート 基本
-
- 最初に入れるお勧めプラグイン オススメ
- プラグイン一覧 オススメ
- DokuWikiの使い方 基本
- 標準機能でのページの書き方 オススメ
-
-
-
DokuWikiを理解
DokuWikiの構築
よく確認するページ
「プラグイン」に戻る
DokuWikiおすすめプラグイン一覧。まとめ
様々な形式(一覧、行…)で再帰的にページと名前空間を一覧表示します。
<catlist (namespace:) -option1 -option2...>
オプション | 説明 |
---|---|
-maxDepth:depth | depth 以上再帰しない。 |
-excluPage:"(?!index.html)" | index.html以外は除く(=index.htmlのみ) |
-excluPage:"header|sidebar" | headerを除く |
-excluns:"secret|wiki|playground" | 特定の名前空間をみせない。 |
-noHead | 見出しを表示しない |
-noNSInBold | 名前空間と太字見出し(<strong>)を表示しない。 |
-excluPage:"^(?!.*abc).*$" #abcを含まない。 ^(?!.*abc).*$ は、abcを含む -excluPage:"^(?!.*pattern).*$" #patternを含む。 ^(?!.*pattern).*$は、patternを含む .*文字列.* 文字列を含む行を検索 ^(?!.*文字列).* 文字列を含まない行を検索
<catlist -noAddPageButton -noHead -sortAscending -excluns:"secret|wiki|playground" -excluPage:"header|sidebar">
<catlist -noAddPageButton -sortAscending>
<catlist -noAddPageButton -smallHead -sortAscending>
<catlist -noAddPageButton -noHead -sortAscending>
-excluPage:"(?!index.html)" index.html以外は除く(=index.htmlのみ)
<catlist -noAddPageButton -noHead -sortAscending>
一般向けサイト
ITエンジニア向けサイト
英語サイト
Portfolio
Copyright (c) 2023 DokuWikiで情報発信 All Rights Reserved.