Loading…
None
String updated in the repository |
|
shirahara
Translation changed |
|
shirahara
Translation added |
|
shirahara
Translation changed |
|
None
String updated in the repository |
|
None
String updated in the repository |
|
{{info}}
Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page.
{{/info}}
If you want to give a look to the underlying [[XWiki Syntax>>XWiki.XWikiSyntax]], you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page.
Here are a number of test pages you can play with:
* [[Sandbox Test Page 1>>Sandbox.TestPage1]]
* [[Sandbox Test Page 2>>Sandbox.TestPage2]]
* [[Sandbox Test Page 3>>Sandbox.TestPage3]]
Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables).
== Headings ==
XWiki offers 6 levels of headings. You can use them to structure your pages.
== Level 2 Heading ==
=== Level 3 Heading ===
==== Level 4 Heading 4 ====
===== Level 5 Heading 5 =====
====== Level 6 Heading 6 ======
{{info title="Accessibility recommendation"}}
In order to provide the best experience for assistive technology users on your wiki, you should avoid using the first level of heading in page content.
{{/info}}
== Styles ==
Basic styles are supported in XWiki:
* **Text in Bold**
* //Text in Italics//
* __Text in Underline__
* --Text in Strikethrough--
* Text in ,,subscript,,
* Text in ^^superscript^^
== Lists ==
You can create various types of lists in your wiki pages:
=== Unordered list ===
* Level 1
** Level 2
*** Level 3
** Level 2
* Level 1
=== Numbered list ===
1. Item
11. Subitem
111. Item
1. Subitem
=== Mixed list ===
1. Item 1
11. Item 2
11*. Item 3
11*. Item 4
1. Item 5
== Tables ==
You can create tables right into wiki pages:
=== Table with headers in the top row ===
|= table header |= table header |= table header
| cell | cell | cell
| cell | cell | cell
=== Table with headers in the top row and left column ===
|= table header |= table header |= table header
|= table header | cell | cell
|= table header | cell | cell
== Links ==
XWiki allows you to create links to other pages in your wiki or on the web:
* [[WebHome]] -> links to the homepage of the current space
* [[Sandbox Home>>WebHome]] -> links can have labels
* [[Wiki Home>>Main.WebHome]] -> a link can use the SpaceName.PageName format to link to a page located in another space
* [[http://www.xwiki.org]] -> you can link to wiki pages or to external websites
* [[XWiki.org Website>>http://www.xwiki.org]] -> link labels work for exernal links too
You can also create links to attachments:
attach:XWikiLogo.png
== Images ==
You can insert images in your wiki pages:
image:XWikiLogo.png
== Macros ==
Macros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages:
=== Warning Macro ===
This macro allows you to draw users' attention to a specific piece of information:
{{warning}}
Hello World
{{/warning}}
=== Table of Contents ===
This macro automatically generates a table of contents of your wiki page based on headings:
{{toc/}}
{{info}}
編集時に誤ってページを上書きしたり編集したりしても大丈夫です。ページの下にある"履歴"のタブから、いつでもページの最初のバージョンにロールバックできます。
{{/info}}
基礎にある[[XWikiシンタックス>>XWiki.XWikiSyntax]]を確認したい場合は、"表示"メニューにある"ウィキコード"をクリックするか、ページの編集中の場合は"ソース"のタブをクリックしてください。
以下は、練習に使用できるテストページです。
* [[サンドボックス テストページ1>>Sandbox.TestPage1]]
* [[サンドボックス テストページ2>>Sandbox.TestPage2]]
* [[サンドボックス テストページ3>>Sandbox.TestPage3]]
以下は、ウィキのページで使用できる[[XWikiシンタックス>>XWiki.XWikiSyntax]]のデモンストレーションです(見出し、画像、表)。
== 見出し ==
XWikiでは6つのレベルの見出しを設定できます。ページを構造化する際にお使いください。
== レベル2の見出し ==
=== レベル3の見出し ===
==== レベル4の見出し ====
===== レベル5の見出し =====
====== レベル6の見出し ======
== スタイル ==
XWikiでは以下の基本的なスタイルを使用できます:
* **太字のテキスト**
* //斜字体のテキスト//
* __下線を付したテキスト__
* --打ち消し線を付したテキスト--
* ,,下付き添字,,のテキスト
* ^^上付き添字^^のテキスト
== リスト ==
ウィキのページでは、様々な種類のリストを作成できます:
=== 順序なしリスト ===
* レベル1
** レベル2
*** レベル3
** レベル2
* レベル1
=== 番号付きリスト ===
1. 項目
11. サブ項目
111. 項目
1. サブ項目
=== 混合リスト ===
1. 項目1
11. 項目2
11*. 項目3
11*. 項目4
1. 項目5
== 表 ==
ウィキのページで表を直接作成できます:
=== 最初の行にヘッダーを設定 ===
|= ヘッダー |= ヘッダー |= ヘッダー
| セル | セル | セル
| セル | セル | セル
=== 最初の行と左の列にヘッダーを設定 ===
|= ヘッダー |= ヘッダー |= ヘッダー
|= ヘッダー | セル | セル
|= ヘッダー | セル | セル
== リンク ==
XWikiでは、ウィキあるいはウェブ上の他のページへのリンクを設定できます:
* [[WebHome]] -> 現在のスペースのトップページにリンク
* [[サンドボックスのトップページ>>WebHome]] -> リンクにはラベルを定めることができます
* [[ウィキのトップページ>>Main.WebHome]] -> スペース名.ページ名のフォーマットで、別のスペースのページへのリンクを設定
* [[http://www.xwiki.org]] -> ウィキのページあるいは外部のウェブサイトへのリンクを設定
* [[XWiki.orgのウェブサイト>>http://www.xwiki.org]] -> リンクのラベルは外部リンクでも機能します
添付ファイルへのリンクを設定することもできます:
attach:XWikiLogo.png
== 画像 ==
ウィキのページに画像を挿入できます:
image:XWikiLogo.png
== マクロ ==
マクロを使用すると、ページのコンテンツの見え方をより良くしたり、ウィキに機能を追加したりできます。以下では、ウィキのページでのマクロの使い方について、2つの例を示します:
=== 警告マクロ ===
このマクロを使用すると、ある特定の情報にユーザーの注意を向けることができます:
{{warning}}
Hello World
{{/warning}}
=== 目次 ===
このマクロは、ヘッダーをもとに、ウィキのページの目次を自動的に生成します:
{{toc/}}