0 투표

XWiki 구문 가이드

2026/04/21 07:12에서 Kay Joo이(가) 마지막으로 수정했습니다

XWiki 구문 2.1 » 편집 중

XWiki 구문 2.1: 편집 중

단락

Failed to execute the [include] macro. 원인: [Cannot find section [H2.0Paragraphs] in document [xwiki:XWiki.XWikiSyntaxParagraphs]]. 자세한 내용을 보려면 이 메시지를 클릭하세요.

Headings

2.0 Headings

FeatureXWiki Syntax 2.1Result
Standard headings
= level 1 = 
== level 2 ==
=== level 3 ===
==== level 4 ====
===== level 5 =====
====== level 6 ======

level 1

 

level 2

level 3

level 4

level 5
level 6
Parameterized headings(% style="color:blue" %)= heading =

heading

Headings with XWiki Syntax=== Heading with **bold** ===

Heading with bold

텍스트 형식 지정

Failed to execute the [include] macro. 원인: [Cannot find section [H2.0TextFormatting] in document [xwiki:XWiki.XWikiSyntaxTextFormatting]]. 자세한 내용을 보려면 이 메시지를 클릭하세요.

가로선

Failed to execute the [include] macro. 원인: [Cannot find section [H2.0HorizontalLine] in document [xwiki:XWiki.XWikiSyntaxHorizontalLine]]. 자세한 내용을 보려면 이 메시지를 클릭하세요.

Lists

2.0 Lists

Information

Some of the mentioned styles do not work on all browsers. For a comprehensive list follow this link.

FeatureXWiki Syntax 2.1Result
Bulleted list
* item 1
** item 2
*** item 3
* item 4
  • item 1
    • item 2
      • item 3
  • item 4
Numbered list
1. item 1
11. item 2
111. item 3
1. item 4
  1. item 1
    1. item 2
      1. item 3
  2. item 4
Mixed list
1. item 1
1*. item 2
1*. item 3
1. item 4
  1. item 1
    • item 2
    • item 3
  2. item 4
Square list
(% style="list-style-type: square" %)
* item 1
* item 2
  • item 1
  • item 2
Disc list
(% style="list-style-type: disc" %)
* item 1
* item 2
  • item 1
  • item 2
Lowercase Alphabetical list
(% style="list-style-type: lower-alpha" %)
* item 1
* item 2
  • item 1
  • item 2
Uppercase Alphabetical list
(% style="list-style-type: upper-alpha" %)
* item 1
* item 2
  • item 1
  • item 2
Lowercase Roman list
(% style="list-style-type: lower-roman" %)
* item 1
* item 2
  • item 1
  • item 2
Uppercase Roman list
(% style="list-style-type: upper-roman" %)
* item 1
* item 2
  • item 1
  • item 2
Lowercase Greek list
(% style="list-style-type: lower-greek" %)
* item 1
* item 2
  • item 1
  • item 2
Uppercase Greek list
(% style="list-style-type: upper-greek" %)
* item 1
* item 2
  • item 1
  • item 2
Hiragana list
(% style="list-style-type: hiragana" %)
* item 1
* item 2
  • item 1
  • item 2
Hiragana Iroha list
(% style="list-style-type: hiragana-iroha" %)
* item 1
* item 2
  • item 1
  • item 2
Katakana list
(% style="list-style-type: katakana" %)
* item 1
* item 2
  • item 1
  • item 2
Katakana Iroha list
(% style="list-style-type: katakana-iroha" %)
* item 1
* item 2
  • item 1
  • item 2
Armenian list
(% style="list-style-type: armenian" %)
* item 1
* item 2
  • item 1
  • item 2
Hebrew list
(% style="list-style-type: hebrew" %)
* item 1
* item 2
  • item 1
  • item 2
Georgian list
(% style="list-style-type: georgian" %)
* item 1
* item 2
  • item 1
  • item 2
CJK ideographic list
(% style="list-style-type: cjk-ideographic" %)
* item 1
* item 2
  • item 1
  • item 2

Definition Lists

2.0 Definition Lists

요소XWiki Syntax 2.1결과
표준 정의
; term
: definition
term
definition
중첩된 정의
; term 1
: definition 1
:; term 2
:: definition 2
term 1
definition 1
term 2
definition 2
매개 변수 정의
(% style="color:blue" %)
; term
: definition
term
definition

New Line/Line Breaks

2.0 New Line Line Breaks

A new line is a carriage return. A line break is a forced new line that can appear anywhere in the text.

FeatureXWiki Syntax 2.1Result
Line breakLine\\New lineLine
New line
New lineLine
New line
Line
New line

링크

Failed to execute the [include] macro. 원인: [Cannot find section [H2.1Links] in document [xwiki:XWiki.XWikiSyntaxLinks]]. 자세한 내용을 보려면 이 메시지를 클릭하세요.

Tables

2.0 Tables

Allows to easily create content in table format. Parameters for table, row or cell are also supported in XWiki Syntax 2.1.

FeatureXWiki Syntax 2.1Result
Standard table
|=Title 1|=Title 2
|Word 1|Word 2
or
!=Title 1!=Title 2
!!Word 1!!Word 2
Title 1Title 2
Word 1Word 2
Parametrized table
(% style="background-color:red;text-align:center" %)
|=Title 1|=(% style="background-color:yellow" %)Title 2
|Word 1|Word 2
Title 1Title 2
Word 1Word 2
Filterable Sortable table
{{velocity}}
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
{{/velocity}}

(% class="grid sortable filterable doOddEven" id="tableid" %)
(% class="sortHeader" %)|=Title 1|=Title 2
|Cell 11|Cell 12
|Cell 21|Cell 22
Information

For improved features see the LiveData Macro.

Title 1Title 2
Cell 11Cell 12
Cell 21Cell 22

이미지

Failed to execute the [include] macro. 원인: [Cannot find section [H2.1Images] in document [xwiki:XWiki.XWikiSyntaxImages]]. 자세한 내용을 보려면 이 메시지를 클릭하세요.

✨ 실시간 통합 피드 (1인 1글 제한)