Home » Wiki » wiki tutorial
wiki tutorial

This wiki tutorial describes the wiki formatting tags used on h-node. In order to learn to use wiki tags, just practice editing pages and see the results with preview.

NOTE: This page is under construction
  • Headers
  • header 1
      [h1]header 1[/h1]

      header 1 is similar to the HTML <h1>, just replace < with [

    header 2
      [h2]header 2[/h2]

      header 2 is similar to the HTML <h2>, just replace < with [

    header 3
      [h3]header 3[/h3]

      header 3 is similar to the HTML <h3>, just replace < with [

  • Text formatting
  • Paragraph

      This is a paragraph.

      [p]This is a paragraph.[/p]

      It is similar to the HTML <p>, just replace < with [

    Bold

      This text has been written in bold.

      [b]This text has been written in bold.[/b]
      It is similar to the HTML <b>, just replace < with [

    Italic

      This text has been written in italic.

      [i]This text has been written in italic.[/i]
      It is similar to the HTML <i>, just replace < with [

    Underline

      This text has been underlined.

      [u]This text has been underlined.[/u]
      It is similar to the HTML <u>, just replace < with [

    Deleted

      This text has been deleted.

      [del]This text has been deleted.[/del]
      It is similar to the HTML <del>, just replace < with [

  • Code
    • Here is a section of code.

      A section
      	of code
      110101001110101
      

      Code:

      [code]
      A section
      	of code
      110101001110101
      [/code]
      
  • Linking
    • Example: a link to the Main Page (use the square brackets [[ and write inside them the title of the wiki page you want to link to, just like you would do in a Wikipedia page).

      [[Main Page]]

      NB: Write the title as it is written inside the page. For example write [[Main Page]] and not [[Main-Page]]. Even if both will work, the first is better to see. For example, if you have to link this page write [[wiki tutorial]] (without -), and not [[wiki-tutorial]].

      The old links will be redirected to the new title, since all the old titles are saved in the old revisions of the page. Anyway it would be better (if possible) to update the links too.

      Example: this is a link to this wiki page (wiki tutorial) with a different text as a link: some text.

      [[wiki tutorial|some text]]

      Example: this is a link to an external resource http://www.fsf.org

      [a]http://www.fsf.org[/a]

      Example: this is a link to an external resource with a different text as a link:free software foundation website

      [a]http://www.fsf.org|free software foundation website[/a]
  • Lists
  • Single listed item.

    • Item
    • [*]Item[/*]
      
    Ordered list.
    • Item 1
    • Item 2
    • Item 3
      [list]
      [*]Item 1[/*]
      [*]Item 2[/*]
      [*]Item 3[/*]
      [/list]
      
    Numbered list.
    1. Item 1
    2. Item 2
    3. Item 3
      [enum]
      [*]Item 1[/*]
      [*]Item 2[/*]
      [*]Item 3[/*]
      [/enum]
      
  • Wiki Functions
  • Table of Contents
      __toc__
      

      Displays the Table of contents at the beginning of the wiki.

      NOTE: In order to activate this function replace toc with TOC (Upper case)

    Disabling tags

      In order to disable the tags we use a double { and } to replace a [ and ], so tags are not enable on the page.

      example

      [[example]]
      Above we used four { to place two [ and another four } to place two ]

    Return to Help Page

    The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.

    Write below your motivation

    h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
    JavaScript license information