屈辱2

Wiki記法ガイド-en の変更点


#author("2018-12-06T17:45:17+09:00","","")
#author("2018-12-07T09:16:46+09:00","","")
#title(Wiki Formatting Guide)

This page is the reference how to write wiki pages.

#contents

*Basic Knowledge [#pe03c211]
-Open any page and click "Edit" in the upper left. And you can edit the page.
-Click "New" in the upper left and input the page name. And you can create the new page.
-You can use [[TestPage1>テストページ1]] and [[TestPage2>テストページ2]] to try any formats.
-If you have any question, please post comments on the bottom comment field of this page.

*About Translations [#z6963555]
-The page whose name ends with "-en" is the translated page. For example, the page named "トップページ-en" is the translated page of "トップページ". These pages are displayed instead of original page for English reader.
-If you find any weird English sentences on translated page, please modify it freely.
-You can post comments in English. Many Japanese can read and write simple English.

*[[Text Decoration>Wiki記法ガイド/文字装飾]] [#s_decoration]
|~Name|~Format|~Description|h
|[[Font Size>Wiki記法ガイド/文字装飾#s_size]]|&size(SIZE){TEXT};|Specify font size|
|[[Font Color>Wiki記法ガイド/文字装飾#s_color]]|&color(COLOR){TEXT};|specify font color|
|[[Font Color and Background Color>Wiki記法ガイド/文字装飾#s_bgcolor]]|&color(COLOR,BGCOLOR){TEXT};|Specify font color and background color|
|[[Bold>Wiki記法ガイド/文字装飾#s_bold]]|''TEXT''|Make the text bold|
|[[Italic>Wiki記法ガイド/文字装飾#s_italic]]|'''TEXT'''|Make the text italic|
|[[Strikeout>Wiki記法ガイド/文字装飾#s_strikeout]]|%%TEXT%%|Make the text strikeout|
|[[Underline>Wiki記法ガイド/文字装飾#s_underline]]|%%%TEXT%%%|Make the strikethrogh text|
|[[Superscript>Wiki記法ガイド/文字装飾#s_sup]]|&sup(){TEXT};|Make the text superscript|
|[[Subscript>Wiki記法ガイド/文字装飾#s_sub]]|__TEXT__|Make the text subscript|
|[[Line Breaks>Wiki記法ガイド/文字装飾#s_br]]|&br;|Break the line|

*[[Headings>Wiki記法ガイド/見出し]] [#s_heading]
|~Name|~Format|~Description|h
|[[Heading1>Wiki記法ガイド/見出し#s_heading_1]]|*Heading 1|The biggest heading|
|[[Headings2>Wiki記法ガイド/見出し#s_heading_2]]|**Heading 2|The less important heading|
|[[Headings3>Wiki記法ガイド/見出し#s_heading_3]]|***Heading 3|The least important heading|

*[[List>Wiki記法ガイド/リスト]] [#list]
|~Name|~Format|~Description|h
|[[Unordered List>Wiki記法ガイド/リスト#s_unorderd]]|-List1&br();--List1-1&br();---List1-1-1|Make unorderd list|
|[[Ordered List>Wiki記法ガイド/リスト#s_ordered]]|+List1&br();++List1-1&br();+++List1-1-1|Make ordered list|

*[[Align>Wiki記法ガイド/行揃え]] [#s_alignment]
|~Name|~Format|~Description|h
|[[Left>Wiki記法ガイド/行揃え#s_left]]|LEFT:TEXT|Make text left-justify|
|[[Center>Wiki記法ガイド/行揃え#s_center]]|CENTER:TEXT|Centerize text|
|[[Right>Wiki記法ガイド/行揃え#s_right]]|RIGHT:TEXT|Make text right-justify|

*[[Link>Wiki記法ガイド/リンク]] [#s_link]
|~Name|~Format|~Description|h
|[[Link>Wiki記法ガイド/リンク#s_link]]|[[TEXT>PAGE]]|Make the text a link to the page|
|[[Page Link>Wiki記法ガイド/リンク#s_page]]|[[PAGE]]|Make the page text a link to the page|
|[[External Link>Wiki記法ガイド/リンク#s_external]]|[[TEXT>URL]]|Make the page text a link to the URL|
|[[In-page Link>Wiki記法ガイド/リンク#s_id]]|[[TEXT>#ID]]|Make the text a link to the ID|
|[[In-another-page Link>Wiki記法ガイド/リンク#s_external_id]]|[[TEXT>PAGE#ID]]|Make the text a link to the ID|
|[[Specify ID>Wiki記法ガイド/リンク#s_aname]]|&aname(ID);|Specify ID for links|

*[[Image>Wiki記法ガイド/画像表示]] [#s_image]
|~Name|~Format|~Description|h
|[[Display Image>Wiki記法ガイド/画像表示#s_ref]]|&ref(Image URL);|Display the image file|
|[[Display Attached Image>Wiki記法ガイド/画像表示#s_attach]]|&ref(File Name);|Display the attached image file|
|[[Display Image attached to another page>Wiki記法ガイド/画像表示#s_attach_external]]|&ref(PAGE/File Name);|Display the image file attached to another page|

*[[Table>Wiki記法ガイド/テーブル]] [#s_table]
|~Name|~Format|~Description|h
|[[Table>Wiki記法ガイド/テーブル#s_table]]||This|is the|table||Make a table|
|[[Join with Right Cell>Wiki記法ガイド/テーブル#s_colspan]]||>||Join the cell with the right cell|
|[[Join with Upper Cell>Wiki記法ガイド/テーブル#s_rawspan]]||~||Join the cell with the upper cell|
|[[Font Size>Wiki記法ガイド/テーブル#s_size]]||SIZE(SIZE):TEXT||Specify font size|
|[[Font Color>Wiki記法ガイド/テーブル#s_color]]||COLOR(COLOR):TEXT||Specify font color|
|[[Background Color>Wiki記法ガイド/テーブル#s_bgcolor]]||BGCOLOR(COLOR):TEXT||Specify background color|
|[[Align>Wiki記法ガイド/テーブル#s_align]]||TEXT||Specify an alignments of the cell|
|[[Attribute Row>Wiki記法ガイド/テーブル#s_attribute]]||Attributes|c|Specify attributes of the table|
|[[Header Row>Wiki記法ガイド/テーブル#s_head]]||TEXT|h|Make a header row|
|[[Header Cell>Wiki記法ガイド/テーブル#s_head_cell]]||~TEXT||Make a header cell|
|[[Footer Row>Wiki記法ガイド/テーブル#s_foot]]||TEXT|f|Make a footer row|

*[[Others>Wiki記法ガイド/その他]] [#s_other]
|~Name|~Format|~Description|h
|[[Folding>Wiki記法ガイド/その他#s_region]]|#region(TITLE)&br;TEXT&br;#endregion|Make the region to be able to fold|
|[[Folded Folding>Wiki記法ガイド/その他#s_closed_region]]|#region(TITLE,close)&br;TEXT&br;#endregion|Make the region to be able to fold, which is already folded|
|[[Quotation>Wiki記法ガイド/その他#s_quote]]|>TEXT|Make a quoted text|
|[[Preformatted text>Wiki記法ガイド/その他#s_pre]]| TEXT|Display preformatted text|
|[[Annotation>Wiki記法ガイド/その他#s_note]]|Annotated text((Annotation))|Make annotation|
|[[Show Annotations>Wiki記法ガイド/その他#s_note_list]]|#note|Display annotations|

*[[System>Wiki記法ガイド/システム]] [#s_system]
|~Name|~Format|~Description|h
|[[Table of Contents>Wiki記法ガイド/システム#s_contents]]|#contents|Display table of contents|
|[[Comment Field>Wiki記法ガイド/システム#s_comment]]|#dcomment|Display comment field|
|[[Comment Field with page>Wiki記法ガイド/システム#s_comment_page]]|#dcomment(PAGE)|Display comment field of the page|
|[[Comment Out>Wiki記法ガイド/システム#s_commentout]]|//COMMENT|Comments are not displayed|
|[[Change Title>Wiki記法ガイド/システム#s_pagetitle]]|#title(TITLE)|Change the page title|

#dcomment(Wiki記法ガイド)