Special format to write


You can write big characters, colorful characters and so on.
Special function
  1. http://... will become link automatically.
  2. URl which ends with .jpg, gif and so on will be displayed as images on PC version.
  3. Youtube videos will be displayed movie objects.
  4. <big>...</big> ...: Big characrers
  5. <b>...</b> ...: Bold characters
  6. <center>...</center>
    Center
  7. <i>...</i> Italic
  8. <s>...</s> Line on characters
  9. <u>...</u> Underline
  10. <sup>...</sup> Superb characters
  11. <sub>...</sub> Suberb characters
  12. <neta>...</neta>
    [Hide sentece for others]
    Hidden characters
  13. <kesu>...</kesu> Hidden characters
  14. <hr> Horizon
  15. <color>...</Color> will add colors to the characters
    <red>...</red>
    <blue>...</blue>
    <lime>...</lime>
    <aqua>...</aqua>
    <yellow>...</yellow>
    <fuchsia>...</fuchsia>
    <pink>...</pink>
    <silver>...</silver>
    <gold>...</gold>
    <white>...</white>
    You can use the following format, too.
    <aaaaff>...</aaaaff>
  16. <table>...</table> ...の部分の部分が
    Surrounded

    __ will create colums.
    Example:
    <table>Menu__Value
    Strengthen__Great
    Wisdom__Good
    </table>
    =>
    MenuValue
    StrengthenGreat
    WisdomGood
  17. <ntable>...</ntable> ...Add number automatcally for each line.
    "ID" will be written automatically at the top.
    IDNameValue
    1Item 1Value 1
    2Item 2Value 2
    3Item 3Value 3
    The other thing is the same with table.
    ntable = number table
  18. <a href="URL">...</a> HTML Link
  19. <img src="Image URL" width="50" height="50"> Image HTML
  20. <alltag>...</alltag> HTML can be used within alltag. But the following words cannot be used for the security.
    cookie
    write
    form
    referer
    submit
    location
    form
    marquee

    alltag cannot be used for diaries' comments and chat.

High level
  1. <h3>...</h3>
    This can be used for creating paragraphs.
    [Original]
    <h3>Start</h3>
    Interesting.
    
    <h3>Middle</h3>
    Boring.
    
    <h3>End</h3>
    Great.
    
    <h3>Summary</h3>
    You shoud watch this one!
    

    [Sentence which will be displayed by the above sentence]
    Menu
    
    1. Start
    2. Middle
    3. End
    4. Summary

    Start

    Interesting.

    Middle

    Boring.

    End

    Great.

    Summary

    You should watch this one!

  2. <h2>...</h2>
    h2 can be used for creating one more hierarchy. 。
    [Original sentence]
    <h2>Abroad</h2>
    <h3>USA</h3>
    English
    
    <h3>Japan</h3>
    Japanese
    
    <h3>China</h3>
    Chinese
    
    <h2>Space</h2>
    <h3>Earch</h3>
    Here
    
    <h3>Moon</h3>
    Near.
    
    <h3>Mars</h3>
    Far
    

    [Sentence which will be displayed]
    1. Abroad
      1. USA
      2. Japan
      3. China
    2. Space
      1. Earth
      2. Moon
      3. Mars

    1. Abroad


       1. USA

    English


       2. Japan

    Japanese


       3. China

    Chinese


    2. Space


       1. Earth

    Here


       2. Moon

    Near


       3. Mars

    Far