DMM GAMES 遊び放題
屈辱2

Wiki記法ガイド/その他-en のバックアップ(No.2)


Go back to the Guide's Top Page

NameFormatDescription
Folding#region(TITLE)
TEXT
#endregion
Make the region to be able to fold
Folded Folding#region(TITLE,close)
TEXT
#endregion
Make the region to be able to fold, which is already folded
Quotation>TEXTMake a quoted text
AnnotationAnnotated text((Annotation))Make annotation
Show Annotations#noteDisplay annotations

Folding

The region between "#region(TITLE)" and "#endregion" can be folded.

Example

#region(The example of region)
This region can be folded.
#endregion

Display Example

The example of region

This region can be folded.

Folded Folding

The region between "#region(TITLE,close)" and "#endregion" can be folded. This region is already folded.

Example

#region(The example of region,close)
This region can be folded.
#endregion

Display Example

The example of region

Quotation

The line which starts with ">" is quotation.

Example

>This statement is quotation.
>You can write multiple lines.

Display Example

This statement is quotation.

You can write multiple lines.

Annotation

The text between (( and )) is annotation.

Example

This statement is the example.((This is the annotation))

Display Example

This statement is the example.*1

Show Annotations

You can show annotations with "#note"

Example

#note

Display Example

*1 This is the annotation

このページへのコメント

コメントはありません。

コメントする