Difference between revisions of "Contributing"

From Nomad DB
m (cases)
Line 1: Line 1:
This wiki is still in the early stages, there is still a lot of potential and functions to be documented. If you have information about a Lua function, File formats, or any other information about the Game's inner workings, we would love your contributions!
+
This wiki is still in the early stages, there is still a lot of potential and many functions to be documented. If you have information about a file formats, a Lua function, or any other information about the game's inner workings, we would love your contributions!
  
 
'''Please contact us on Discord or via the forums if you would like to contribute.'''
 
'''Please contact us on Discord or via the forums if you would like to contribute.'''
Line 5: Line 5:
 
== Templates ==
 
== Templates ==
 
==== Lua NewVersionDocumented ====
 
==== Lua NewVersionDocumented ====
Some Lua functions have versioning (_v2, _v3, _v4, etc.). We aim to only document the most recent version of the function. In some cases, the functions might be disabled entirely by the Game.
+
Some Lua functions have versioning (_v2, _v3, _v4, etc.). We aim to only document the most recent version of the function. In some cases, the functions might be disabled entirely by the game.
  
 
This template is used to fill pages with older versions of functions.
 
This template is used to fill pages with older versions of functions.

Revision as of 18:29, 15 April 2020

This wiki is still in the early stages, there is still a lot of potential and many functions to be documented. If you have information about a file formats, a Lua function, or any other information about the game's inner workings, we would love your contributions!

Please contact us on Discord or via the forums if you would like to contribute.

Templates

Lua NewVersionDocumented

Some Lua functions have versioning (_v2, _v3, _v4, etc.). We aim to only document the most recent version of the function. In some cases, the functions might be disabled entirely by the game.

This template is used to fill pages with older versions of functions.

{{Lua NewVersionDocumented|name=|new_name=|new_page=}}
  • name Function name (outdated)
  • new_name Function name of the newest function
  • new_page Full page name of the newest function