Wiki記法ガイド/その他-en 的差异
#author("2018-12-06T08:01:57+09:00","","")
#author("2018-12-06T17:31:23+09:00","","")
#title(Others)
[[Go back to the Guide's Top Page>Wiki記法ガイド]]
|~Name|~Format|~Description|h
|[[Folding>#s_region]]|#region(TITLE)&br;TEXT&br;#endregion|Make the region to be able to fold|
|[[Folded Folding>#s_closed_region]]|#region(TITLE,close)&br;TEXT&br;#endregion|Make the region to be able to fold, which is already folded|
|[[Quotation>#s_quote]]|>TEXT|Make a quoted text|
|[[Preformatted text>#s_pre]]| TEXT|Display preformatted text|
|[[Annotation>#s_note]]|Annotated text((Annotation))|Make annotation|
|[[Show Annotations>#s_note_list]]|#note|Display annotations|
*Folding [#s_region]
The region between "#region(TITLE)" and "#endregion" can be folded.
**Example [#w4e87a61]
#region(The example of region)
This region can be folded.
#endregion
**Display Example [#y6add652]
#region(The example of region)
This region can be folded.
#endregion
*Folded Folding [#s_closed_region]
The region between "#region(TITLE,close)" and "#endregion" can be folded. This region is already folded.
**Example [#w4e87a61]
#region(The example of region,close)
This region can be folded.
#endregion
**Display Example [#y6add652]
#region(The example of region,close)
This region can be folded.
#endregion
*Quotation [#s_quote]
The line which starts with ">" is quotation.
**Example [#ed3b38d3]
>This statement is quotation.
>You can write multiple lines.
**Display Example [#m4e65a08]
>This statement is quotation.
>You can write multiple lines.
*Preformatted Text [#s_pre]
The line which starts with Half-width space is preformatted text. Any characters such as spaces, line breaks, symbols and so on are display as they are.
**Example [#ed3b38d3]
∧_∧
(`・ω・´ ) 三
O┳〇 )
◎し◎- 三
**Display Example [#m4e65a08]
∧_∧
(`・ω・´ ) 三
O┳〇 )
◎し◎- 三
*Annotation [#s_note]
The text between (( and )) is annotation.
**Example [#d2eaaf67]
This statement is the example.((This is the annotation))
**Display Example [#sbc061ef]
This statement is the example.((This is the annotation))
*Show Annotations [#s_note_list]
You can show annotations with "#note"
**Example [#d2eaaf67]
#note
**Display Example [#sbc061ef]
#note
#dcomment(Wiki記法ガイド/その他)