内容へ移動
猫型iPS細胞研究所
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
INDEX
»
dokuwikiマニュアル
トレース:
dokuwikiマニュアル
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== dokuwikiマニュアル ====== ===== コードの書き方 ===== %%<code>もしくは<file>タグで囲むとコードになる。%% コードタグは %%<code [ファイルの種類] [ファイル名] >%% ファイルの種類をつけるとコードのハイライト。 ファイル名でダウンロードリンクができる。 <HTML> <code json launch.json> launch.json { … </code> </HTML> <code json launch.json> launch.json { … </code> <WRAP center round tip 90%> %%コードにタグを埋め込むには<code>ではなく<HTML>か<PHP>を使用する。%% HTML、PHPは大文字を使う。 </WRAP> ===== インラインのコード ===== 小文字のhtml、phpを使用する。 %%例:こういうときには<html>git log</html>すればいいんだぜ!%% 例:こういうときには<html>git log</html>すればいいんだぜ! ===== エスケープ ===== エスケープしたい箇所を%2つで囲む。 <code> %%コードにタグを埋め込むには<code>ではなく<HTML>か<PHP>を使用する。%% </code> ===== 不要なファイルを削除する ===== 編集画面からメディアマネージャーを開く {{:pasted:20190402-062221.png}} pastedを選択すると、いままでペイストした画像が表示されるので削除できる。 {{:pasted:20190402-062323.png}} ===== Wrap Plugin ===== Wrap Pluginを使っているので色々な装飾ができる。 編集画面のボックスをクリックすると、装飾方法が表示される。 {{:pasted:20190824-142813.png}} ==== ハイライト ==== <code> <wrap hi>ハイライト</wrap> <wrap lo>目立たせない</wrap> <wrap em>強調</wrap> </code> <wrap hi>ハイライト</wrap> <wrap lo>目立たせない</wrap> <wrap em>強調</wrap> ==== 枠 ==== <HTML> <WRAP center round box 60%> 中央配置枠 </WRAP> </HTML> <WRAP center round box 60%> 中央配置枠 </WRAP> <HTML> <WRAP center round info 60%> 情報枠 </WRAP> </HTML> <WRAP center round info 60%> 情報枠 </WRAP> <HTML> <WRAP center round tip 60%> ヒント枠 </WRAP> </HTML> <WRAP center round tip 60%> ヒント枠 </WRAP> <HTML> <WRAP center round important 60%> 重要枠 </WRAP> </HTML> <WRAP center round important 60%> 重要枠 </WRAP> <HTML> <WRAP center round alert 60%> 警告枠 </WRAP> </HTML> <WRAP center round alert 60%> 警告枠 </WRAP> <HTML> <WRAP center round help 60%> ヘルプ枠 </WRAP> </HTML> <WRAP center round help 60%> ヘルプ枠 </WRAP> <HTML> <WRAP center round download 60%> ダウンロード枠 </WRAP> </HTML> <WRAP center round download 60%> ダウンロード枠 </WRAP> <HTML> <WRAP center round todo 60%> TODO枠 </WRAP> </HTML> <WRAP center round todo 60%> TODO枠 </WRAP> ===== UML ===== <HTML> <uml> title Iterator interface Aggregate{ createIterator() } interface Iterator{ +hasNext() +next() } class BookShelf{ createIterator(this) } class BookShelfIterator{ BookShelf +hasNext() +next() } Aggregate -> Iterator : Create Aggregate <|.. BookShelf Iterator <|.. BookShelfIterator BookShelf <-o BookShelfIterator </uml> </HTML> <uml> title Iterator interface Aggregate{ createIterator() } interface Iterator{ +hasNext() +next() } class BookShelf{ createIterator(this) } class BookShelfIterator{ BookShelf +hasNext() +next() } Aggregate -> Iterator : Create Aggregate <|.. BookShelf Iterator <|.. BookShelfIterator BookShelf <-o BookShelfIterator </uml>
dokuwikiマニュアル.txt
· 最終更新: 2019/08/24 15:31 by
ips
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ