summaryrefslogtreecommitdiff
path: root/docs/wiki-standards.md
blob: af5039c98aa992b2cbf92264945f273cbfea4b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# WIKI STANDARDS

## FILE NAMING:

DATABASE TABLES files are to be named exactly as it is in the database,

ALL OTHER FILES are to be named in `lower case` and to use `-` (dashes) for spaces.

FILES SHOLD NOT contain any special characters other than `-` (dashes). If we want a file named C++ we name it cpp.

ALL WIKI FILES should end with with `.md`.

## DATABASE TABLE FILES:

ALL DATABASE TABLE FILES should be present in it's correct DATABASE FILE.

When adding/removing a table it should also be updated in `database-auth.md` `database-characters.md` `database-world.md`

## FILE HEADERS

THE FILE  SHOULD ALWAYS START WITH `# File Name`. (This is to display correct info in the tab.)

## TRANSLATION

ALL TRANSLATIONS should be in a sub directory of /docs/ with the shortened locale of the language. i.e /docs/es/. If there has been no translations prior, you need to allow the directory path in the config. See [this commit on how to do it](https://github.com/azerothcore/wiki/commit/8b897c3384298674e82108357ee5e655f788229f).

ALL FILES should be named the **exact same as the English versions**! Do not ever translate the file names, only the contents within.

## ARCHIVED PAGES: (Not yet implemented)

ALL ARCHIVED PAGES that could potentially have some sort of value should be added in the `archive.md` list and links to these pages should be removed from other places in the wiki.