From 90930ee5f87371144f6ea858112f9d053ae8b967 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 8 Jul 2021 00:02:14 +0200 Subject: chore: Update wiki-standards (#581) * chore: Update wiki-standards * Update wiki-standards.md --- docs/wiki-standards.md | 12 ++++++++---- 1 file 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). -- cgit