Skip to content

Styleguide for Wiki Pages

Jonathan-Schnee edited this page Feb 11, 2021 · 7 revisions

Styleguide for Wikipages

Headinglevel and Headlines

The first Headline must be the Title from the Wikipage and should have # as Headinglevel. All other Headline sould have ## as Headinglevel. And headlines should not be numbered.

Outdated and Pre-Release content

The outdated and pre-release content should be marked with "> [emoji] ** [Title] **" at the beginning of the site. Examples:

Outdated

⚠️ Pre-Release Content

Note content

Like the outdated and pre-release content it should be marked with "> 💡 ** Note: **". Example:

💡 Note: Here is an example for a Note

Engine Developer content

Like the outdated and pre-release content it should be marked with "## 👷 Engine Developer". Example:

👷 Engine Developer

Step-by-Step instructions

If step-by-step instructions are required, these should be done using bullet lists. Example:

  • Step 1
  • Step 2
  • Step 3

Rules for "In this Article"

Don't create your own table of contents and use the headlines.

Code snippets

If you add code snippets they should start with ```csharp. for other information like Path or Commands it should be `` with the information between the two.

Examples:

Console.log("helloWorld");

C:/User dotnet tool install -g Fusee.Tools.CmdLine

Clone this wiki locally