diff options
| -rw-r--r-- | docs/wiki-standards.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/wiki-standards.md b/docs/wiki-standards.md index 3ade705..ef0ed56 100644 --- a/docs/wiki-standards.md +++ b/docs/wiki-standards.md @@ -10,16 +10,20 @@ FILES SHOLD NOT contain any special characters other than `-` (dashes). If we wa ALL WIKI FILES should end with with `.md`. -## DATABASE TABLE FILES: - -ALL DATABASE TABLE FILES should be present in it's correct DATABASE FILE. +## FILE ENCODING -When adding/removing a table it should also be updated in `database-auth.md` `database-characters.md` `database-world.md` +ALL FILES must be UTF-8 encoded to work on the wiki. ## FILE HEADERS THE FILE SHOULD ALWAYS START WITH `# File Name`. (This is to display correct info in the tab.) +## DATABASE TABLE FILES: + +ALL DATABASE TABLE FILES should be present in the correct DATABASE FILE. + +When adding/removing a table it should also be updated in `database-auth.md` `database-characters.md` `database-world.md` + ## 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). |
