This wiki is hosted and deployed on GitHub from the main Civ14 repository. To contribute, you will need to do it through there. Check below for guidance according to your skill level:
Access the Civ14 repository here. Create a GitHub account if you haven't already. Then, press the Fork button on the top right. this will create a copy of the game files on your account.
Go to your repositories, open Civ14, and open the Wiki folder. You will see a bunch of .md files. Edit them through GitHub. Use markdown.
When done, create a pull request on your repository to the Civ14 repository. You will figure this out.
If this still sounds too complicated, you are probably not qualified enough to write a wiki article anyway.
Wiki/ folder and edit the markdown files. Create new ones if needed. Do not forget to add them to the SUMMARY.md file under the right section!mdbook.exe in the command line to preview the changes locally. Run it as ./mdbook.exe build, then open book/index.html to view. You can run ./mdbook.exe watch to enable it to automatically update while you make changes.You can add your screenshots to the images folder and reference them on the md files. You can also directly use sprites from the game by using GitHub links like https://raw.githubusercontent.com/Civ13/Civ14/refs/heads/master/Resources/Textures/<someimage.png>.
Avoid using HTML where possible.