Editing rules
From Parawiki
- Names in wiki are case sensitive.
- When you create a page, the first character is set to upper case and spaces are replaced by underscore ("_"), this is the wiki convention.
- When you click on a node, you are linked to the corresponding wiki page. If you want to go to the correct wiki page, children names in the tree and corresponding page names in the wiki must be the same, otherwise you will be linked to another existing or non-existing page.
- A tree or subtree can have a category. This is the tree syntax:
Tree without category: <tree> tree_name | child1_name, child2_name, ... , childn_name </tree>
Tree with category <tree> tree_name # category_name | child1_name, child2_name, ... , childn_name </tree>
- Tree names and node names cannot contain any symbol except "_" or "-".
- Tree names and node names cannot start with a digit.
- Tree names and node names cannot be just numbers.
- If you create a page in the wiki out of the tree convention, you cannot include this page with its correct path in the tree. For example you can create a wiki page "2004" but you cannot put it in a tree. To have the right syntax and right path for a node, don't create pages in wiki which are not accepted by the tree syntax.
- A tree example:
wiki page: parity
you put under the wiki page numbers: <tree> numbers | odd_numbers, even_numbers </tree>
the corresponding tree is:
numbers
|--> parity
|--> odd_numbers
|--> even_numbers
- There is no limit for tree number.
- There is no limit for children number.