close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mioproject does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 30, 2013, 8:39:06 PM (11 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | = Wiki ページテンプレート = #WikiPageTemplates |
| 1 | = Wiki Page Templates = |
2 | 2 | |
3 | | ''([http://trac.edgewall.org/milestone/0.11 0.11] 以降)'' |
| 3 | ''(since [http://trac.edgewall.org/milestone/0.11 0.11])'' |
4 | 4 | |
5 | | 新しい Wiki ページのデフォルトコンテンツをページテンプレートのリストから選ぶことができます。 |
| 5 | The default content for a new wiki page can be chosen from a list of page templates. |
6 | 6 | |
7 | | このリストはページ名が ''PageTemplates/'' で始まる Wiki ページから作成されます。 |
8 | | 新しいページの最初のコンテンツは、選択したテンプレートページのコンテンツがコピーされます。リスト中の ''(空白のページ)'' (訳注: 英語版では ''(blank page)'') は特別なエントリであり、新しいページのコンテンツは、空白のページになります。プレフィックスにマッチする Wiki ページが存在しない場合、最初のコンテンツは常に空白のページになり、リストは表示されません。 (すなわちマッチするページを作成するまでは今までと同じ動作になります) |
| 7 | That list is generated from all the wiki pages having a name starting with ''PageTemplates/''. |
| 8 | The initial content of a new page will simply be the content of the chosen template page, or a blank page if the special ''(blank page)'' entry is selected. When there are no wiki pages with the ''PageTemplates/'' prefix, the initial content will always be the blank page and the list selector will not be shown (i.e. this matches the behavior we had up to now). |
9 | 9 | |
10 | | ''PageTemplates/'' で始まる新しいページを作成すると、新しいテンプレートが作成されます。 |
| 10 | To create a new template, simply create a new page having a name starting with ''PageTemplates/''. |
11 | 11 | |
12 | | (Hint: 新しいテンプレートを簡単に作成できるようにするため ''!PageTemplates/Template'' を作っておいたほうがよいでしょう!) |
13 | | (訳注: テンプレートのテンプレートという意味合いですが、 Trac はこのページを特別扱いすることはありません。通常のテンプレートとして処理されます。それに対して ''!PageTemplates/DefaultPage'' は特別なテンプレートとして扱われます。ページテンプレートのリストでは初期選択状態が ''!PageTemplates/DefaultPage'' になります。 (存在しなければ ''(空白のページ)'' が初期選択されています。)) |
| 12 | (Hint: one could even create a ''!PageTemplates/Template'' for facilitating the creation of new templates!) |
14 | 13 | |
15 | | テンプレート一覧: |
| 14 | After the first template has been created, a drop-down selection box will automatically appear on any new wiki pages that are created. By default it is located on the right side of the 'Create this page' button. The default selection will be ''blank page'', or ''!DefaultPage'' if ''!PageTemplates/DefaultPage'' exists. |
| 15 | |
| 16 | Available templates: |
16 | 17 | [[TitleIndex(PageTemplates/)]] |
17 | | |
18 | 18 | ---- |
19 | 19 | See also: TracWiki |