Module:Version/data/doc

From ARK Wiki
Jump to navigation Jump to search

This is the documentation page for Module:Version/data

Template-info.png Documentation

Database for Module:Version. Entries follow release order. Version names must be unique.

Version Entry Schema

	{
		"Version name",
		"Date in YYYY-MM-DD (ISO format)",
		ClientOnly = false, -- true if only ever released on clients
		ServerOnly = false, -- true if only ever released on servers
	},
Key/Column Name Data Type Required? Explanation/Description Example(s)
1 String ✔️ Version's official name "678.30"
2 String ✔️ ISO date in which version was introduced "2021-09-10"
ClientOnly Boolean Whether the version has been only released for clients true, false
ServerOnly Boolean Whether the version has been only released for servers true, false