Wiki記法ガイド/システム-en 的差異
#author("2018-12-07T09:16:23+09:00","","")
#author("2018-12-07T09:21:23+09:00","","")
#title(System)
[[Go back to the Guide's Top Page>Wiki記法ガイド]]
|~Name|~Format|~Description|h
|[[Table of Contents>#s_contents]]|#contents|Display table of contents|
|[[Comment Field>#s_comment]]|#dcomment|Display comment field|
|[[Comment Field with page>#s_comment_page]]|#dcomment(PAGE)|Display comment field of the page|
|[[Comment Out>#s_commentout]]|//COMMENT|Comments are not displayed|
|[[Change Title>#s_pagetitle]]|#title(TITLE)|Change the page title|
*Table of Contents [#s_contents]
You can put the Table of contents of the page with "#contents". The table is the list of [[Headings>Wiki記法ガイド/見出し]].
This is mainly used at the top of the page.
**Example [#p0076064]
#contents
**Display Example [#e6581e37]
#contents
*Comment Field [#s_comment]
You can put a comment field with "#dcomment".
This is mainly used at the end of the page.
**Example [#p3cd540c]
#dcomment
**Display Example [#a76ae41c]
See the end of this page.
*Comment Field with page [#s_comment_page]
You can put a comment field of the page with "#dcomment(PAGE)".
This is mainly used in the translated page to display the same comments as the original page.
**Example [#p3cd540c]
#dcomment
#dcomment(Wiki記法ガイド)
**Display Example [#a76ae41c]
See the end of this page.
*Comment Out [#s_commentout]
The line which starts with "//" is a comment. Comments are not displayed.
**Example [#h73bba35]
// THis is a comment.
**Display Example [#x4c7e55d]
Nothing will be displayed.
*Change Title [#s_pagetitle]
You can change the page title with "#title(タイトル)". The title will be displayed at the top of the page.
This is mainly used to change titles of translated page.
**Example [#t901e6a7]
#title(Formatting/System)
**Display Example [#ye167496]
Nothing will be displayed.
#dcomment(Wiki記法ガイド/システム)