Contributing to Dev Wiki
When writing code for your wiki, such as CSS styles, functionality improvements or entirely new tools with JavaScript, or advanced templates using Lua, you might reach a point where you want to share your work with the broader Fandom community and allow other wikis to benefit from your code.
In the past, wikis would copy code from one another and apply it to their own applications. Now, there is a much better option available: contributing your work to the Dev Wiki.
Dev Wiki is not your typical wiki where only administrators can edit code pages. Here, every registered user can contribute their own code, which can then be utilized by wikis and users across Fandom without the need for manual copying. Instead, imports are used to load the code …