HowToContributeToWiki
From Wiki Centreon
Contents |
How to contribute?
This wiki is a free community knowledge base and it is in constant evolution. All contributions are welcomed, however you will need to follow a few rules in order to make your work more effective.
Creation rules
The page name must use the Camel Case format, it must be in English, short and explicit.
If your document isn't in english, you must tag your page name like:
- MyPage/fr for a French page
- MyPage/it for an Italian page
- ...
For english documents, you mustn't tag your name page with /en!
For, English is the default language of this wiki.
If your document belongs to a category, you must include the category name to your document name. For instance "Setup" : Setup:MyNewPage
Content rules
In order to easily navigate through this wiki, each document must respect the wiki syntax, and include following macros.
On the top of your page, the macros for available languages :
{{Languages|NomDeLaPageEnAnglais}}
or
{{Languages|Categorie:NomDeLaPageEnAnglais}}
On the bottom of your page, place the category macro in order to attach your article to a category (one article may belong to different categories).
[[Category:How-to's/fr|Categories]]
Templates
Templates are also available. For example, if your page is still under construction, you might want to let people know with a message. In this very case, you would use an "UnderConstruction" template.
| This page is under construction |
Here is the syntax for using a template macro:
{{Template:UnderConstruction}}
If you want to use the French version of this macro:
{{Template:UnderConstruction/fr}}

