summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-07-08 00:02:14 +0200
committerGitHub <noreply@github.com>2021-07-08 00:02:14 +0200
commit90930ee5f87371144f6ea858112f9d053ae8b967 (patch)
tree07b9bad71f597f1cb6ec2b7fc8015d075ea9385d /docs
parent22d075b8066875baf69312ef7ebcbed0e8024c21 (diff)
downloadwiki-90930ee5f87371144f6ea858112f9d053ae8b967.tar.gz
wiki-90930ee5f87371144f6ea858112f9d053ae8b967.tar.bz2
wiki-90930ee5f87371144f6ea858112f9d053ae8b967.zip
chore: Update wiki-standards (#581)
* chore: Update wiki-standards * Update wiki-standards.md
Diffstat (limited to 'docs')
-rw-r--r--docs/wiki-standards.md12
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).